HomeSort by relevance Sort by last modified time
    Searched refs:U_STRING_INIT (Results 1 - 20 of 20) sorted by null

  /external/icu/icu4c/source/test/iotest/
stream.cpp 282 U_STRING_INIT(testCase1, "", 0);
284 U_STRING_INIT(testCase2, "foo", 3);
286 U_STRING_INIT(testCase3, " ", 3);
288 U_STRING_INIT(testCase4, " bar", 6);
290 U_STRING_INIT(testCase5, "bar ", 6);
292 U_STRING_INIT(testCase6, " bar ", 9);
296 U_STRING_INIT(expectedResultA, "", 0);
298 U_STRING_INIT(expectedResultB, "foo", 3);
300 U_STRING_INIT(expectedResultC, "unchanged", 9);
302 U_STRING_INIT(expectedResultD, "bar", 3)
    [all...]
strtst.c 34 U_STRING_INIT(myStringOrig, "My-String", 9);
filetst.c 41 U_STRING_INIT(myStringOrig, "My-String", 9);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cpluralrulestest.c 104 U_STRING_INIT(two, "two", 3);
usettest.c 485 U_STRING_INIT(pattern, "[:Cf:]", 6);
536 U_STRING_INIT(pattern, "[", 1);
546 U_STRING_INIT(pattern, "[:ID_Continue:]", 15);
cucdtst.c 213 U_STRING_INIT(upperTest, "abcdefg123hij.?:klmno", 21);
214 U_STRING_INIT(lowerTest, "ABCDEFG123HIJ.?:KLMNO", 21);
510 U_STRING_INIT(digitsPattern, "[:Nd:]", 6);
511 U_STRING_INIT(decimalValuesPattern, "[:Numeric_Type=Decimal:]", 24);
    [all...]
utransts.c 349 U_STRING_INIT(ID, "TestA-TestB", 11);
cmsgtst.c     [all...]
cdattst.c     [all...]
creststn.c     [all...]
usrchtst.c     [all...]
  /external/icu/icu4c/source/common/unicode/
ustring.h     [all...]
  /external/icu/icu4c/source/tools/genrb/
parse.cpp     [all...]
  /external/icu/icu4c/source/extra/uconv/
uwmsg.c 112 U_STRING_INIT(gNoFormatting, " (UCONFIG_NO_FORMATTING see uconfig.h)", 38);
  /external/icu/icu4c/source/test/intltest/
colldata.cpp 320 U_STRING_INIT(test_pattern, "[[:assigned:]-[:c:]]", 20);
326 U_STRING_INIT(remove_pattern, "[[\\u3400-\\u9FFF][\\u1100-\\u11F9][\\uAC00-\\uD7AF][\\U00020000-\\U0002A6DF]]", 70);
strtest.cpp 97 U_STRING_INIT(ustringVar, "aZ0 -", 5);
106 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...]
numfmtst.cpp     [all...]
  /external/icu/icu4c/source/samples/ustring/
ustring.cpp 534 U_STRING_INIT(invString, "such characters are safe 123 %-.", 32);

Completed in 1670 milliseconds