Home
last modified time | relevance | path

Searched refs:appendInvariantChars (Results 1 – 19 of 19) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dnumberformattesttuple.cpp77 cstr.appendInvariantChars(str, status); in toEnum()
118 localeStr.appendInvariantChars(str, status); in strToLocale()
182 buffer.appendInvariantChars(str, status); in strToDouble()
408 buffer.appendInvariantChars(name, status); in getFieldByName()
Dstrtest.cpp506 chStr.appendInvariantChars(UNICODE_STRING_SIMPLE( in TestCharString()
529 chStr.appendInvariantChars(UnicodeString("The '@' character is not invariant."), ec); in TestCharString()
Dcollationtest.cpp1208 name.appendInvariantChars(fileLine.tempSubStringBetween(start, limit), errorCode); in parseAndSetReorderCodes()
1288 localeID.appendInvariantChars(fileLine.tempSubString(9), errorCode); in setLocaleCollator()
Dnumfmtst.cpp79 formatValue.appendInvariantChars(str, status); in strToDigitList()
2665 loc = Locale::createFromName(CharString().appendInvariantChars(tok, ec).data()); in TestCases()
2733 CharString().appendInvariantChars(mloc, ec).data()), ec); in TestCases()
/external/icu/icu4c/source/common/
Dpluralmap.cpp30 cCategory.appendInvariantChars(pluralForm, status); in toCategory()
Dbrkeng.cpp260 ext.appendInvariantChars(UnicodeString(FALSE, extStart + 1, dictnlength - len - 1), status); in loadDictionaryMatcherFor()
263 dictnbuf.appendInvariantChars(UnicodeString(FALSE, dictfname, dictnlength), status); in loadDictionaryMatcherFor()
Dcharstr.h111 CharString &appendInvariantChars(const UnicodeString &s, UErrorCode &errorCode);
Dcharstr.cpp113 CharString &CharString::appendInvariantChars(const UnicodeString &s, UErrorCode &errorCode) { in appendInvariantChars() function in CharString
Dlocutil.cpp228 cbundleID.appendInvariantChars(bundleID, status); in getAvailableLocaleNames()
Duniset_props.cpp982 pname.appendInvariantChars(prop, ec); in applyPropertyAlias()
983 vname.appendInvariantChars(value, ec); in applyPropertyAlias()
/external/icu/icu4c/source/i18n/
Dtransreg.cpp262 int32_t num = uscript_getCode(CharString().appendInvariantChars(theSpec, status).data(), in TransliteratorSpec()
1086 CharString().appendInvariantChars(utag, status).data(), status)); in findInBundle()
1099 CharString().appendInvariantChars(variant, status).data(), status); in findInBundle()
Dcollationruleparser.cpp602 lang.appendInvariantChars(v, errorCode); in parseSetting()
698 word.clear().appendInvariantChars(raw.tempSubStringBetween(i, limit), errorCode); in parseReordering()
Daffixpatternparser.cpp116 pCount.appendInvariantChars(*pluralCount, status); in set()
Dreldatefmt.cpp601 .appendInvariantChars(defaultCalendarName, status) in getDateTimePattern()
Dtmutfmt.cpp516 pluralCountChars.appendInvariantChars(*pluralCount, err); in checkConsistency()
Dcompactdecimalformat.cpp988 cvariant.appendInvariantChars(variant, status); in getCDFUnitFallback()
Dnumfmt.cpp1448 nsLocID.appendInvariantChars(nsDesc.tempSubString(0, firstSlash), status); in makeInstance()
Dplurrule.cpp1431 cs.appendInvariantChars(num, status); in FixedDecimal()
/external/icu/icu4c/source/test/depstest/
Ddependencies.txt734 unistr.o # for CharString::appendInvariantChars(const UnicodeString &s, UErrorCode &errorCode)