/external/icu4c/test/iotest/ |
stream.cpp | 301 U_STRING_DECL(testCase1, "", 0); 303 U_STRING_DECL(testCase2, "foo", 3); 305 U_STRING_DECL(testCase3, " ", 3); 307 U_STRING_DECL(testCase4, " bar", 6); 309 U_STRING_DECL(testCase5, "bar ", 6); 311 U_STRING_DECL(testCase6, " bar ", 9); 315 U_STRING_DECL(expectedResultA, "", 0); 317 U_STRING_DECL(expectedResultB, "foo", 3); 319 U_STRING_DECL(expectedResultC, "unchanged", 9); 321 U_STRING_DECL(expectedResultD, "bar", 3) [all...] |
strtst.c | 32 U_STRING_DECL(myStringOrig, "My-String", 9);
|
filetst.c | 37 U_STRING_DECL(myStringOrig, "My-String", 9); [all...] |
/external/icu4c/i18n/ |
ucol_tok.cpp | 279 U_STRING_DECL(suboption_00, "non-ignorable", 13); 280 U_STRING_DECL(suboption_01, "shifted", 7); 282 U_STRING_DECL(suboption_02, "lower", 5); 283 U_STRING_DECL(suboption_03, "upper", 5); 284 U_STRING_DECL(suboption_04, "off", 3); 285 U_STRING_DECL(suboption_05, "on", 2); 286 U_STRING_DECL(suboption_06, "1", 1); 287 U_STRING_DECL(suboption_07, "2", 1); 288 U_STRING_DECL(suboption_08, "3", 1); 289 U_STRING_DECL(suboption_09, "4", 1) [all...] |
colldata.cpp | 645 U_STRING_DECL(test_pattern, "[[:assigned:]-[:c:]]", 20); 651 U_STRING_DECL(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 | 485 U_STRING_DECL(pattern, "[:Cf:]", 6); 536 U_STRING_DECL(pattern, "[", 1); 546 U_STRING_DECL(pattern, "[:ID_Continue:]", 15);
|
cucdtst.c | 203 U_STRING_DECL(upperTest, "abcdefg123hij.?:klmno", 21); 204 U_STRING_DECL(lowerTest, "ABCDEFG123HIJ.?:KLMNO", 21); 498 U_STRING_DECL(digitsPattern, "[:Nd:]", 6); 499 U_STRING_DECL(decimalValuesPattern, "[:Numeric_Type=Decimal:]", 24); [all...] |
utransts.c | 345 U_STRING_DECL(ID, "TestA-TestB", 11);
|
creststn.c | [all...] |
usrchtst.c | [all...] |
/external/icu4c/test/perf/ustrperf/ |
stringperf.h | 38 U_STRING_DECL(scan_STRING, "Dot. 123. Some more data.", 25); 43 U_STRING_DECL(uCatenate_STR, "!!", 2); 448 U_STRING_DECL(SCAN1, "123", 3);
|
/external/icu4c/extra/uconv/ |
uwmsg.c | 90 U_STRING_DECL(gNoFormatting, " (UCONFIG_NO_FORMATTING see uconfig.h)", 38);
|
/external/icu4c/samples/ustring/ |
ustring.cpp | 534 U_STRING_DECL(invString, "such characters are safe 123 %-.", 32);
|
/external/icu4c/test/intltest/ |
strtest.cpp | 92 U_STRING_DECL(ustringVar, "aZ0 -", 5); 105 errln("Test_U_STRING: U_STRING_DECL with U_STRING_INIT does not work right! "
|
citrtest.cpp | 281 U_STRING_DECL(testText, "Now is the time for all good men to come to the aid of their country.", 69); 282 U_STRING_DECL(testText2, "Don't bother using this string.", 31); [all...] |
ssearch.cpp | [all...] |