/external/icu4c/test/iotest/ |
stream.cpp | 302 U_STRING_INIT(testCase1, "", 0); 304 U_STRING_INIT(testCase2, "foo", 3); 306 U_STRING_INIT(testCase3, " ", 3); 308 U_STRING_INIT(testCase4, " bar", 6); 310 U_STRING_INIT(testCase5, "bar ", 6); 312 U_STRING_INIT(testCase6, " bar ", 9); 316 U_STRING_INIT(expectedResultA, "", 0); 318 U_STRING_INIT(expectedResultB, "foo", 3); 320 U_STRING_INIT(expectedResultC, "unchanged", 9); 322 U_STRING_INIT(expectedResultD, "bar", 3) [all...] |
strtst.c | 34 U_STRING_INIT(myStringOrig, "My-String", 9);
|
filetst.c | 39 U_STRING_INIT(myStringOrig, "My-String", 9); [all...] |
/external/icu4c/i18n/ |
ucol_tok.cpp | 450 U_STRING_INIT(suboption_00, "non-ignorable", 13); 451 U_STRING_INIT(suboption_01, "shifted", 7); 453 U_STRING_INIT(suboption_02, "lower", 5); 454 U_STRING_INIT(suboption_03, "upper", 5); 455 U_STRING_INIT(suboption_04, "off", 3); 456 U_STRING_INIT(suboption_05, "on", 2); 458 U_STRING_INIT(suboption_06, "1", 1); 459 U_STRING_INIT(suboption_07, "2", 1); 460 U_STRING_INIT(suboption_08, "3", 1); 461 U_STRING_INIT(suboption_09, "4", 1) [all...] |
colldata.cpp | 646 U_STRING_INIT(test_pattern, "[[:assigned:]-[:c:]]", 20); 652 U_STRING_INIT(remove_pattern, "[[\\u3400-\\u9FFF][\\u1100-\\u11F9][\\uAC00-\\uD7AF][\\U00020000-\\U0002A6DF]]", 70);
|
/external/icu4c/tools/genrb/ |
parse.c | [all...] |
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
ustring.h | [all...] |
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
ustring.h | [all...] |
/external/webkit/Source/WebCore/icu/unicode/ |
ustring.h | [all...] |
/external/webkit/Source/WebKit/mac/icu/unicode/ |
ustring.h | [all...] |
/external/icu4c/common/unicode/ |
ustring.h | [all...] |
/external/icu4c/test/cintltst/ |
usettest.c | 486 U_STRING_INIT(pattern, "[:Cf:]", 6); 537 U_STRING_INIT(pattern, "[", 1); 547 U_STRING_INIT(pattern, "[:ID_Continue:]", 15);
|
cucdtst.c | 207 U_STRING_INIT(upperTest, "abcdefg123hij.?:klmno", 21); 208 U_STRING_INIT(lowerTest, "ABCDEFG123HIJ.?:KLMNO", 21); 504 U_STRING_INIT(digitsPattern, "[:Nd:]", 6); 505 U_STRING_INIT(decimalValuesPattern, "[:Numeric_Type=Decimal:]", 24); [all...] |
utransts.c | 346 U_STRING_INIT(ID, "TestA-TestB", 11);
|
creststn.c | [all...] |
usrchtst.c | [all...] |
/external/icu4c/extra/uconv/ |
uwmsg.c | 116 U_STRING_INIT(gNoFormatting, " (UCONFIG_NO_FORMATTING see uconfig.h)", 38);
|
/external/icu4c/samples/ustring/ |
ustring.cpp | 536 U_STRING_INIT(invString, "such characters are safe 123 %-.", 32);
|
/external/icu4c/test/intltest/ |
strtest.cpp | 96 U_STRING_INIT(ustringVar, "aZ0 -", 5); 105 errln("Test_U_STRING: U_STRING_DECL with U_STRING_INIT does not work right! "
|
citrtest.cpp | 284 U_STRING_INIT(testText, "Now is the time for all good men to come to the aid of their country.", 69); 285 U_STRING_INIT(testText2, "Don't bother using this string.", 31); [all...] |
ssearch.cpp | [all...] |