OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lll_Skel
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/cintltst/
spooftest.c
99
const UChar
lll_Skel
[] = {(UChar)0x6c, (UChar)0x6c, (UChar)0x6c, 0};
492
TEST_ASSERT_EQ(0, u_strcmp(
lll_Skel
, dest));
493
TEST_ASSERT_EQ(u_strlen(
lll_Skel
), skelLength);
/external/icu4c/test/cintltst/
spooftest.c
99
const UChar
lll_Skel
[] = {(UChar)0x6c, (UChar)0x6c, (UChar)0x6c, 0};
519
TEST_ASSERT_EQ(0, u_strcmp(
lll_Skel
, dest));
520
TEST_ASSERT_EQ(u_strlen(
lll_Skel
), skelLength);
Completed in 24 milliseconds