/external/icu/icu4c/source/test/iotest/ |
stream.cpp | 283 U_STRING_DECL(testCase1, "", 0); 285 U_STRING_DECL(testCase2, "foo", 3); 287 U_STRING_DECL(testCase3, " ", 3); 289 U_STRING_DECL(testCase4, " bar", 6); 291 U_STRING_DECL(testCase5, "bar ", 6); 293 U_STRING_DECL(testCase6, " bar ", 9); 297 U_STRING_DECL(expectedResultA, "", 0); 299 U_STRING_DECL(expectedResultB, "foo", 3); 301 U_STRING_DECL(expectedResultC, "unchanged", 9); 303 U_STRING_DECL(expectedResultD, "bar", 3) [all...] |
strtst.c | 35 U_STRING_DECL(myStringOrig, "My-String", 9);
|
filetst.c | 42 U_STRING_DECL(myStringOrig, "My-String", 9); [all...] |
/external/icu/icu4c/source/common/unicode/ |
ustring.h | [all...] |
/external/icu/icu4c/source/tools/genrb/ |
parse.cpp | [all...] |
/external/sfntly/cpp/src/test/ |
name_editing_test.cc | 63 U_STRING_DECL(new_name, "Timothy", 7); 111 U_STRING_DECL(new_name, "Timothy", 7); 208 U_STRING_DECL(new_name, "Fred", 4);
|
/external/icu/icu4c/source/extra/uconv/ |
uwmsg.c | 90 U_STRING_DECL(gNoFormatting, " (UCONFIG_NO_FORMATTING see uconfig.h)", 38);
|
/external/icu/icu4c/source/test/cintltst/ |
usettest.c | 486 U_STRING_DECL(pattern, "[:Cf:]", 6); 537 U_STRING_DECL(pattern, "[", 1); 547 U_STRING_DECL(pattern, "[:ID_Continue:]", 15);
|
cpluralrulestest.c | 129 U_STRING_DECL(two, "two", 3);
|
cucdtst.c | 210 U_STRING_DECL(upperTest, "abcdefg123hij.?:klmno", 21); 211 U_STRING_DECL(lowerTest, "ABCDEFG123HIJ.?:KLMNO", 21); 505 U_STRING_DECL(digitsPattern, "[:Nd:]", 6); 506 U_STRING_DECL(decimalValuesPattern, "[:Numeric_Type=Decimal:]", 24); [all...] |
cmsgtst.c | [all...] |
cdattst.c | [all...] |
utransts.c | 353 U_STRING_DECL(ID, "TestA-TestB", 11);
|
creststn.c | [all...] |
usrchtst.c | [all...] |
/external/icu/icu4c/source/test/perf/ustrperf/ |
stringperf.h | 43 U_STRING_DECL(scan_STRING, "Dot. 123. Some more data.", 25); 48 U_STRING_DECL(uCatenate_STR, "!!", 2); 453 U_STRING_DECL(SCAN1, "123", 3);
|
/external/icu/icu4c/source/test/intltest/ |
colldata.cpp | 318 U_STRING_DECL(test_pattern, "[[:assigned:]-[:c:]]", 20); 324 U_STRING_DECL(remove_pattern, "[[\\u3400-\\u9FFF][\\u1100-\\u11F9][\\uAC00-\\uD7AF][\\U00020000-\\U0002A6DF]]", 70);
|
strtest.cpp | 97 U_STRING_DECL(ustringVar, "aZ0 -", 5); 110 errln("Test_U_STRING: U_STRING_DECL with U_STRING_INIT does not work right! "
|
citrtest.cpp | 283 U_STRING_DECL(testText, "Now is the time for all good men to come to the aid of their country.", 69); 284 U_STRING_DECL(testText2, "Don't bother using this string.", 31); [all...] |
ssearch.cpp | [all...] |
numfmtst.cpp | [all...] |
/external/icu/icu4c/source/samples/ustring/ |
ustring.cpp | 542 U_STRING_DECL(invString, "such characters are safe 123 %-.", 32);
|