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

12 3

  /external/icu4c/test/intltest/
regextst.cpp 121 const UnicodeString pattern(pat, -1, US_INV);
122 const UnicodeString inputText(text, -1, US_INV);
129 UnicodeString patString(pat, -1, US_INV);
642 UnicodeString re(".*?(?:(\\Gabc)|(abc))", -1, US_INV);
    [all...]
testidna.cpp     [all...]
rbbitst.cpp 356 "!.*;\n", -1, US_INV);
    [all...]
ustrtest.cpp     [all...]
utxttest.cpp     [all...]
rbbiapts.cpp 753 "!.*;\n", -1, US_INV);
    [all...]
dtfmttst.cpp     [all...]
ssearch.cpp 181 id->extract(0, id->length(), testId, sizeof(testId), US_INV);
529 id->extract(0, id->length(), testId, sizeof(testId), US_INV);
    [all...]
csdetest.cpp 442 UnicodeString ssWindows("This is another small sample of some English text. Just enough to be sure that it detects correctly. It also includes some \\u201CC1\\u201D bytes.", -1, US_INV);
itrbnf.cpp     [all...]
numrgts.cpp     [all...]
  /external/icu4c/test/perf/unisetperf/
unisetperf.cpp 52 UnicodeString pattern=UnicodeString(options[SET_PATTERN].value, -1, US_INV).unescape();
  /external/icu4c/i18n/
zstrfmt.cpp 586 UnicodeString utzid(tzid, -1, US_INV);
638 city.setTo(UnicodeString(pCity, -1, US_INV));
    [all...]
coll.cpp 115 ICUCollatorFactory(): ICUResourceBundleFactory(UnicodeString(U_ICUDATA_COLL, -1, US_INV)) { }
timezone.cpp 271 ruleid.extract(0, sizeof(key)-1, key, (int32_t)sizeof(key)-1, US_INV);
570 UnicodeString hostStrID(hostID, -1, US_INV);
    [all...]
numfmt.cpp 949 nsDesc.extract(0,firstSlash,nsLocID,ULOC_FULLNAME_CAPACITY,US_INV);
plurrule.cpp 380 i = token.extract(0, token.length(), digits, ARRAY_SIZE(digits), US_INV);
transreg.cpp 263 scriptName = UnicodeString(uscript_getName(script[0]), -1, US_INV);
    [all...]
zonemeta.cpp 546 tzid->extract(0, tzid->length(), zidkey, sizeof(zidkey), US_INV);
    [all...]
calendar.cpp 202 keyLen = id.extract(keywordIdx+1, id.length(), targetBuffer, targetBufferSize, US_INV);
366 id.append(UnicodeString(gCalTypes[i], -1, US_INV));
    [all...]
dtptngen.cpp 634 UnicodeString retKey=UnicodeString(key, -1, US_INV);
676 UnicodeString retKey=UnicodeString(key, -1, US_INV);
    [all...]
smpdtfmt.cpp     [all...]
regexcmp.cpp     [all...]
  /external/icu4c/common/unicode/
unistr.h 74 #define US_INV U_NAMESPACE_QUALIFIER UnicodeString::kInvariant
100 # define UNICODE_STRING(cs, _length) U_NAMESPACE_QUALIFIER UnicodeString(cs, _length, US_INV)
194 * Use the macro US_INV instead of the full qualification for this value.
196 * @see US_INV
    [all...]
  /external/icu4c/common/
uniset_props.cpp     [all...]

Completed in 1553 milliseconds

12 3