Home
last modified time | relevance | path

Searched refs:dcngettext_0100 (Results 1 - 1 of 1) sorted by relevance

/third_party/musl/libc-test/src/functionalext/locale/
H A Ddcngettext.c24 * @tc.name : dcngettext_0100
30 static void dcngettext_0100(void) in dcngettext_0100() function
38 EXPECT_PTRNE("dcngettext_0100", result, NULL); in dcngettext_0100()
42 EXPECT_TRUE("dcngettext_0100", strlen(result) > 0); in dcngettext_0100()
43 EXPECT_STREQ("dcngettext_0100", "nihao", result); in dcngettext_0100()
48 dcngettext_0100(); in main()

Completed in 1 milliseconds