Searched refs:appendInvariantChars (Results 1 – 19 of 19) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | numberformattesttuple.cpp | 77 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()
|
D | strtest.cpp | 506 chStr.appendInvariantChars(UNICODE_STRING_SIMPLE( in TestCharString() 529 chStr.appendInvariantChars(UnicodeString("The '@' character is not invariant."), ec); in TestCharString()
|
D | collationtest.cpp | 1208 name.appendInvariantChars(fileLine.tempSubStringBetween(start, limit), errorCode); in parseAndSetReorderCodes() 1288 localeID.appendInvariantChars(fileLine.tempSubString(9), errorCode); in setLocaleCollator()
|
D | numfmtst.cpp | 79 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/ |
D | pluralmap.cpp | 30 cCategory.appendInvariantChars(pluralForm, status); in toCategory()
|
D | brkeng.cpp | 260 ext.appendInvariantChars(UnicodeString(FALSE, extStart + 1, dictnlength - len - 1), status); in loadDictionaryMatcherFor() 263 dictnbuf.appendInvariantChars(UnicodeString(FALSE, dictfname, dictnlength), status); in loadDictionaryMatcherFor()
|
D | charstr.h | 111 CharString &appendInvariantChars(const UnicodeString &s, UErrorCode &errorCode);
|
D | charstr.cpp | 113 CharString &CharString::appendInvariantChars(const UnicodeString &s, UErrorCode &errorCode) { in appendInvariantChars() function in CharString
|
D | locutil.cpp | 228 cbundleID.appendInvariantChars(bundleID, status); in getAvailableLocaleNames()
|
D | uniset_props.cpp | 982 pname.appendInvariantChars(prop, ec); in applyPropertyAlias() 983 vname.appendInvariantChars(value, ec); in applyPropertyAlias()
|
/external/icu/icu4c/source/i18n/ |
D | transreg.cpp | 262 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()
|
D | collationruleparser.cpp | 602 lang.appendInvariantChars(v, errorCode); in parseSetting() 698 word.clear().appendInvariantChars(raw.tempSubStringBetween(i, limit), errorCode); in parseReordering()
|
D | affixpatternparser.cpp | 116 pCount.appendInvariantChars(*pluralCount, status); in set()
|
D | reldatefmt.cpp | 601 .appendInvariantChars(defaultCalendarName, status) in getDateTimePattern()
|
D | tmutfmt.cpp | 516 pluralCountChars.appendInvariantChars(*pluralCount, err); in checkConsistency()
|
D | compactdecimalformat.cpp | 988 cvariant.appendInvariantChars(variant, status); in getCDFUnitFallback()
|
D | numfmt.cpp | 1448 nsLocID.appendInvariantChars(nsDesc.tempSubString(0, firstSlash), status); in makeInstance()
|
D | plurrule.cpp | 1431 cs.appendInvariantChars(num, status); in FixedDecimal()
|
/external/icu/icu4c/source/test/depstest/ |
D | dependencies.txt | 734 unistr.o # for CharString::appendInvariantChars(const UnicodeString &s, UErrorCode &errorCode)
|