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

  /external/icu4c/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 39 U_STRING_INIT(myStringOrig, "My-String", 9);
    [all...]
  /external/icu4c/i18n/
ucol_tok.cpp 444 U_STRING_INIT(suboption_00, "non-ignorable", 13);
445 U_STRING_INIT(suboption_01, "shifted", 7);
447 U_STRING_INIT(suboption_02, "lower", 5);
448 U_STRING_INIT(suboption_03, "upper", 5);
449 U_STRING_INIT(suboption_04, "off", 3);
450 U_STRING_INIT(suboption_05, "on", 2);
452 U_STRING_INIT(suboption_06, "1", 1);
453 U_STRING_INIT(suboption_07, "2", 1);
454 U_STRING_INIT(suboption_08, "3", 1);
455 U_STRING_INIT(suboption_09, "4", 1)
    [all...]
colldata.cpp 651 U_STRING_INIT(test_pattern, "[[:assigned:]-[:c:]]", 20);
657 U_STRING_INIT(remove_pattern, "[[\\u3400-\\u9FFF][\\u1100-\\u11F9][\\uAC00-\\uD7AF][\\U00020000-\\U0002A6DF]]", 70);
  /external/icu4c/test/cintltst/
cpluralrulestest.c 104 U_STRING_INIT(two, "two", 3);
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);
cmsgtst.c     [all...]
creststn.c     [all...]
usrchtst.c     [all...]
  /external/icu4c/tools/genrb/
parse.cpp     [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/extra/uconv/
uwmsg.c 114 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 285 U_STRING_INIT(testText, "Now is the time for all good men to come to the aid of their country.", 69);
286 U_STRING_INIT(testText2, "Don't bother using this string.", 31);
    [all...]
ssearch.cpp     [all...]
numfmtst.cpp     [all...]

Completed in 1265 milliseconds