/external/icu4c/tools/ctestfw/ |
datamap.cpp | 75 fData->put(UnicodeString(ures_getKey(t), -1, US_INV), new ResourceBundle(t, status), status); 106 UnicodeString hashKey(key, -1, US_INV);
|
/external/chromium/third_party/icu/source/i18n/ |
name2uni.cpp | 189 name.extract(0, len, cbuf, maxLen, US_INV);
|
choicfmt.cpp | 221 string.extract(0, string.length(), source, (int32_t)sizeof(source), US_INV); /* invariant codepage */ 278 string = UnicodeString(temp, -1, US_INV); /* invariant codepage */
|
uspoof_buildwsconf.cpp | 86 s.extract(0, len, destBuf, destCapacity, US_INV);
|
/external/chromium/third_party/icu/source/test/intltest/ |
dtptngts.cpp | 99 UnicodeString("1999-1", -1, US_INV), // zh_Hans_CN: yM 322 expectedResult=UnicodeString("14. Okt 8:58", -1, US_INV); 328 conflictingStatus = gen->addPattern(UnicodeString("d'. von' MMMM", -1, US_INV), true, conflictingPattern, status); 338 expectedResult=UnicodeString("14. von Oktober 8:58", -1, US_INV);
|
transtst.cpp | [all...] |
usettest.cpp | [all...] |
tstnrapi.cpp | 169 s=UnicodeString("a\\uFACE\\uD7A3b", -1, US_INV).unescape();
|
transrt.cpp | 519 this->roundtripExclusionsSet.applyPattern(UnicodeString(roundtripExclusions, -1, US_INV), status); [all...] |
/external/chromium/third_party/icu/source/tools/ctestfw/ |
tstdtmod.cpp | 161 fLog.dataerrln(UNICODE_STRING_SIMPLE("Could not load test data from resourcebundle: ") + UnicodeString(bundleName, -1, US_INV) + "\n");
|
/external/icu4c/i18n/ |
name2uni.cpp | 189 name.extract(0, len, cbuf, maxLen, US_INV);
|
zonemeta.cpp | 479 canonicalID.extract(0, canonicalID.length(), tzKey, sizeof(tzKey), US_INV); 570 keyLen = mzid.extract(0, mzid.length(), keyBuf, ZID_KEY_MAX, US_INV); 579 region.extract(0, region.length(), keyBuf, ZID_KEY_MAX, US_INV);
|
choicfmt.cpp | 221 string.extract(0, string.length(), source, (int32_t)sizeof(source), US_INV); /* invariant codepage */ 278 string = UnicodeString(temp, -1, US_INV); /* invariant codepage */
|
uspoof_wsconf.cpp | 86 s.extract(0, len, destBuf, destCapacity, US_INV);
|
/external/icu4c/test/intltest/ |
dtptngts.cpp | 100 UnicodeString("1999-1", -1, US_INV), // zh_Hans_CN: yM 323 expectedResult=UnicodeString("14. Okt 08:58", -1, US_INV); 329 conflictingStatus = gen->addPattern(UnicodeString("d'. von' MMMM", -1, US_INV), true, conflictingPattern, status); 339 expectedResult=UnicodeString("14. von Oktober 08:58", -1, US_INV); [all...] |
dcfmtest.cpp | 113 s.extract(0, len, buf.getAlias(), len+1, US_INV); 331 expectedType.extract(0, 1, expectedTypeC, 2, US_INV);
|
transtst.cpp | [all...] |
usettest.cpp | [all...] |
transrt.cpp | 519 this->roundtripExclusionsSet.applyPattern(UnicodeString(roundtripExclusions, -1, US_INV), status); [all...] |
tstnorm.cpp | [all...] |
/external/chromium/third_party/icu/source/common/ |
servls.cpp | 75 UnicodeString locName(locale.getName(), -1, US_INV);
|
ustrenum.cpp | 49 unistr.extract(0, INT32_MAX, chars, charsCapacity, US_INV);
|
/external/icu4c/common/ |
servls.cpp | 75 UnicodeString locName(locale.getName(), -1, US_INV);
|
ustrenum.cpp | 49 unistr.extract(0, INT32_MAX, chars, charsCapacity, US_INV);
|
/external/chromium/third_party/icu/source/test/letest/ |
letest.cpp | 463 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV); 481 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV); 509 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV); 531 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV); [all...] |