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/
uts46test.cpp 113 UnicodeString input=UNICODE_STRING_SIMPLE("www.eXample.cOm");
114 UnicodeString expected=UNICODE_STRING_SIMPLE("www.example.com");
129 result=UNICODE_STRING_SIMPLE("quatsch");
137 input=UNICODE_STRING_SIMPLE("xn--bcher.de-65a");
138 expected=UNICODE_STRING_SIMPLE("xn--bcher\\uFFFDde-65a").unescape();
209 UnicodeString input=UNICODE_STRING_SIMPLE("\\u0000A_2+2=4\\u000A.e\\u00DFen.net").unescape();
213 UNICODE_STRING_SIMPLE("\\u0000a_2+2=4\\u000A.essen.net").unescape() ||
221 input=UNICODE_STRING_SIMPLE("a z.xn--4db.edu");
227 input=UNICODE_STRING_SIMPLE("a\\u2260b\\u226Ec\\u226Fd").unescape();
    [all...]
usettest.cpp 171 s->applyPattern(UNICODE_STRING_SIMPLE("[a-z {\\{l} {r\\}}]"), ec);
174 expectToPattern(*s, UNICODE_STRING_SIMPLE("[a-z{r\\}}{\\{l}]"), exp3);
178 expectToPattern(*s, UNICODE_STRING_SIMPLE("[a-z{\\[\\]}{r\\}}{\\{l}]"), exp4);
180 s->applyPattern(UNICODE_STRING_SIMPLE("[a-z {\\u4E01\\u4E02}{\\n\\r}]"), ec);
183 expectToPattern(*s, UNICODE_STRING_SIMPLE("[a-z{\\u000A\\u000D}{\\u4E01\\u4E02}]"), exp5);
320 UnicodeSet *set1=new UnicodeSet(UNICODE_STRING_SIMPLE("\\p{Lowercase Letter}"), status); // :Ll: Letter, lowercase
321 UnicodeSet *set1a=new UnicodeSet(UNICODE_STRING_SIMPLE("[:Ll:]"), status); // Letter, lowercase
326 UnicodeSet *set2=new UnicodeSet(UNICODE_STRING_SIMPLE("\\p{Decimal Number}"), status); //Number, Decimal digit
327 UnicodeSet *set2a=new UnicodeSet(UNICODE_STRING_SIMPLE("[:Nd:]"), status); //Number, Decimal digit
712 UnicodeString longString=UNICODE_STRING_SIMPLE("aaaaaaaaaabbbbbbbbbbcccccccccc")
    [all...]
dcfmtest.cpp 226 RegexMatcher commentMat (UNICODE_STRING_SIMPLE("\\s*(#.*)?$"), 0, status);
227 RegexMatcher lineMat(UNICODE_STRING_SIMPLE("(?m)^(.*?)$"), testString, 0, status);
324 UnicodeString pattern = UNICODE_STRING_SIMPLE("####");
strcase.cpp 531 input=UNICODE_STRING_SIMPLE("sTrA\\u00dfE").unescape();
533 if(result!=UNICODE_STRING_SIMPLE("Stra\\u00dfe").unescape()) {
541 UnicodeString ffi=UNICODE_STRING_SIMPLE("ffi");
542 UnicodeString ss=UNICODE_STRING_SIMPLE("ss");
transtst.cpp     [all...]
regextst.cpp 609 pattern = RegexPattern::compile(UNICODE_STRING_SIMPLE("a\\u00dfx").unescape(), UREGEX_CASE_INSENSITIVE, pe, status);
611 RegexMatcher *m = pattern->matcher(UNICODE_STRING_SIMPLE("a\\u00dfxzzz").unescape(), status);
    [all...]
transrt.cpp     [all...]
strtest.cpp 127 UnicodeString ustringVar=UNICODE_STRING_SIMPLE("aZ0 -");
135 errln("Test_UNICODE_STRING_SIMPLE: UNICODE_STRING_SIMPLE does not work right! "
504 chStr.appendInvariantChars(UNICODE_STRING_SIMPLE(
sdtfmtts.cpp 262 SimpleDateFormat object(UNICODE_STRING_SIMPLE("YYYY'W'wwe"), status);
trnserr.cpp 264 StubTransliterator(): Transliterator(UNICODE_STRING_SIMPLE("Any-Null"), 0) {}
tmsgfmt.cpp 631 MessageFormat msgFmt(UNICODE_STRING_SIMPLE(
639 UnicodeString expected = UNICODE_STRING_SIMPLE("abc_3#3{3'_def_sel}ect'_xyz");
640 Formattable args[] = { (int32_t)3, UNICODE_STRING_SIMPLE("x") };
    [all...]
itercoll.cpp 253 UnicodeString surrogate = UNICODE_STRING_SIMPLE("\\ud800\\udc00str").unescape();
264 surrogate = UNICODE_STRING_SIMPLE("simple\\ud800\\udc00str").unescape();
svccoll.cpp 497 buf.append(UNICODE_STRING_SIMPLE(", "));
523 buffAfterReset.append(UNICODE_STRING_SIMPLE(", "));
ustrtest.cpp     [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...]
uobjtest.cpp 359 TESTCLASSID_CTOR(ChoiceFormat, (UNICODE_STRING_SIMPLE("0#are no files|1#is one file|1<are many files"), status));
  /external/icu/icu4c/source/i18n/
regexcmp.cpp     [all...]
translit.cpp     [all...]
numsys.cpp 35 #define DEFAULT_DIGITS UNICODE_STRING_SIMPLE("0123456789");
rbnf.cpp 567 msg.append(UNICODE_STRING_SIMPLE("'"));
    [all...]
identifier_info.cpp 299 UnicodeString separator = UNICODE_STRING_SIMPLE("; ");
cpdtrans.cpp 417 rule = UNICODE_STRING_SIMPLE("::Null;") + rule;
  /external/icu/icu4c/source/test/thaitest/
thaitest.cpp 402 UnicodeSet complexContext(UNICODE_STRING_SIMPLE("[:LineBreak=SA:]"), status);
501 fComplexContext.applyPattern(UNICODE_STRING_SIMPLE("[:LineBreak=SA:]"), status);
  /external/icu/icu4c/source/test/perf/DateFmtPerf/
DateFmtPerf.h 621 return UNICODE_STRING_SIMPLE("Formattable_DATE_TBD");
652 return UNICODE_STRING_SIMPLE("INVALID_Formattable");

Completed in 1236 milliseconds

12 3 4