HomeSort by relevance Sort by last modified time
    Searched refs:UNICODE_STRING_SIMPLE (Results 26 - 50 of 78) sorted by null

12 3 4

  /external/icu/icu4c/source/test/intltest/
usettest.cpp 172 s->applyPattern(UNICODE_STRING_SIMPLE("[a-z {\\{l} {r\\}}]"), ec);
175 expectToPattern(*s, UNICODE_STRING_SIMPLE("[a-z{r\\}}{\\{l}]"), exp3);
179 expectToPattern(*s, UNICODE_STRING_SIMPLE("[a-z{\\[\\]}{r\\}}{\\{l}]"), exp4);
181 s->applyPattern(UNICODE_STRING_SIMPLE("[a-z {\\u4E01\\u4E02}{\\n\\r}]"), ec);
184 expectToPattern(*s, UNICODE_STRING_SIMPLE("[a-z{\\u000A\\u000D}{\\u4E01\\u4E02}]"), exp5);
321 UnicodeSet *set1=new UnicodeSet(UNICODE_STRING_SIMPLE("\\p{Lowercase Letter}"), status); // :Ll: Letter, lowercase
322 UnicodeSet *set1a=new UnicodeSet(UNICODE_STRING_SIMPLE("[:Ll:]"), status); // Letter, lowercase
327 UnicodeSet *set2=new UnicodeSet(UNICODE_STRING_SIMPLE("\\p{Decimal Number}"), status); //Number, Decimal digit
328 UnicodeSet *set2a=new UnicodeSet(UNICODE_STRING_SIMPLE("[:Nd:]"), status); //Number, Decimal digit
713 UnicodeString longString=UNICODE_STRING_SIMPLE("aaaaaaaaaabbbbbbbbbbcccccccccc")
    [all...]
dcfmtest.cpp 228 RegexMatcher commentMat (UNICODE_STRING_SIMPLE("\\s*(#.*)?$"), 0, status);
229 RegexMatcher lineMat(UNICODE_STRING_SIMPLE("(?m)^(.*?)$"), testString, 0, status);
326 UnicodeString pattern = UNICODE_STRING_SIMPLE("####");
itutil.cpp 663 UnicodeString hello=UNICODE_STRING_SIMPLE("Hello {0}!");
700 UnicodeString pattern=UNICODE_STRING_SIMPLE("abc|xy+z");
713 UnicodeString id=UNICODE_STRING_SIMPLE("Grek-Latn");
805 UnicodeString hello=UNICODE_STRING_SIMPLE("Hello {0}!");
816 UnicodeString pattern=UNICODE_STRING_SIMPLE("abc|xy+z");
829 UnicodeString id=UNICODE_STRING_SIMPLE("Grek-Latn");
    [all...]
transtst.cpp     [all...]
regextst.cpp 553 pattern = RegexPattern::compile(UNICODE_STRING_SIMPLE("a\\u00dfx").unescape(), UREGEX_CASE_INSENSITIVE, pe, status);
555 RegexMatcher *m = pattern->matcher(UNICODE_STRING_SIMPLE("a\\u00dfxzzz").unescape(), status);
    [all...]
transrt.cpp     [all...]
sdtfmtts.cpp 264 SimpleDateFormat object(UNICODE_STRING_SIMPLE("YYYY'W'wwe"), status);
trnserr.cpp 266 StubTransliterator(): Transliterator(UNICODE_STRING_SIMPLE("Any-Null"), 0) {}
tmsgfmt.cpp 636 MessageFormat msgFmt(UNICODE_STRING_SIMPLE(
644 UnicodeString expected = UNICODE_STRING_SIMPLE("abc_3#3{3'_def_sel}ect'_xyz");
645 Formattable args[] = { (int32_t)3, UNICODE_STRING_SIMPLE("x") };
    [all...]
ustrtest.cpp     [all...]
itercoll.cpp 253 UnicodeString surrogate = UNICODE_STRING_SIMPLE("\\ud800\\udc00str").unescape();
264 surrogate = UNICODE_STRING_SIMPLE("simple\\ud800\\udc00str").unescape();
strtest.cpp 132 UnicodeString ustringVar=UNICODE_STRING_SIMPLE("aZ0 -");
140 errln("Test_UNICODE_STRING_SIMPLE: UNICODE_STRING_SIMPLE does not work right! "
524 chStr.appendInvariantChars(UNICODE_STRING_SIMPLE(
svccoll.cpp 500 buf.append(UNICODE_STRING_SIMPLE(", "));
526 buffAfterReset.append(UNICODE_STRING_SIMPLE(", "));
itrbnf.cpp 388 if (1000 != result.getLong() || resultStr != UNICODE_STRING_SIMPLE("one thousand")) {
394 if (1000 != result.getLong() || resultStr != UNICODE_STRING_SIMPLE("ono thousand")) {
400 if (1000 != result.getLong() || resultStr != UNICODE_STRING_SIMPLE("one thousand")) {
    [all...]
csdetest.cpp 557 UnicodeString test_case = UNICODE_STRING_SIMPLE("test-case");
558 UnicodeString id_attr = UNICODE_STRING_SIMPLE("id");
559 UnicodeString enc_attr = UNICODE_STRING_SIMPLE("encodings");
    [all...]
regcoll.cpp     [all...]
strcase.cpp 605 input=UNICODE_STRING_SIMPLE("sTrA\\u00dfE").unescape();
607 if(result!=UNICODE_STRING_SIMPLE("Stra\\u00dfe").unescape()) {
670 UnicodeString ffi=UNICODE_STRING_SIMPLE("ffi");
671 UnicodeString ss=UNICODE_STRING_SIMPLE("ss");
    [all...]
uobjtest.cpp 363 TESTCLASSID_CTOR(ChoiceFormat, (UNICODE_STRING_SIMPLE("0#are no files|1#is one file|1<are many files"), status));
  /external/icu/icu4c/source/test/thaitest/
thaitest.cpp 404 UnicodeSet complexContext(UNICODE_STRING_SIMPLE("[:LineBreak=SA:]"), status);
503 fComplexContext.applyPattern(UNICODE_STRING_SIMPLE("[:LineBreak=SA:]"), status);
  /external/v8/src/objects/
intl-objects.cc 208 if (canonical_time_zone == UNICODE_STRING_SIMPLE("Etc/UTC") ||
209 canonical_time_zone == UNICODE_STRING_SIMPLE("Etc/GMT")) {
313 if (style == UNICODE_STRING_SIMPLE("currency")) {
320 if (display == UNICODE_STRING_SIMPLE("code")) {
322 } else if (display == UNICODE_STRING_SIMPLE("name")) {
329 if (display == UNICODE_STRING_SIMPLE("code")) {
331 } else if (display == UNICODE_STRING_SIMPLE("name")) {
345 } else if (style == UNICODE_STRING_SIMPLE("percent")) {
507 if (type == UNICODE_STRING_SIMPLE("character")) {
510 } else if (type == UNICODE_STRING_SIMPLE("sentence"))
    [all...]
  /external/icu/icu4c/source/i18n/
rbnf.cpp 593 msg.append(UNICODE_STRING_SIMPLE("'"));
    [all...]
numsys.cpp 38 #define DEFAULT_DIGITS UNICODE_STRING_SIMPLE("0123456789");
cpdtrans.cpp 419 rule = UNICODE_STRING_SIMPLE("::Null;") + rule;
uspoof_conf.cpp 271 pattern = UNICODE_STRING_SIMPLE("\\s*([0-9A-F]+)");
  /external/icu/icu4c/source/test/perf/DateFmtPerf/
DateFmtPerf.h 625 return UNICODE_STRING_SIMPLE("Formattable_DATE_TBD");
656 return UNICODE_STRING_SIMPLE("INVALID_Formattable");

Completed in 1088 milliseconds

12 3 4