Searched refs:appendInvariantChars (Results 1 – 10 of 10) sorted by relevance
/external/icu4c/common/ |
D | charstr.h | 108 CharString &appendInvariantChars(const UnicodeString &s, UErrorCode &errorCode);
|
D | charstr.cpp | 103 CharString &CharString::appendInvariantChars(const UnicodeString &s, UErrorCode &errorCode) { in appendInvariantChars() function in CharString
|
D | locutil.cpp | 229 cbundleID.appendInvariantChars(bundleID, status); in getAvailableLocaleNames()
|
D | uniset_props.cpp | 1053 pname.appendInvariantChars(prop, ec); in applyPropertyAlias() 1054 vname.appendInvariantChars(value, ec); in applyPropertyAlias()
|
/external/icu4c/i18n/ |
D | transreg.cpp | 260 int32_t num = uscript_getCode(CharString().appendInvariantChars(theSpec, status).data(), in TransliteratorSpec() 1084 CharString().appendInvariantChars(utag, status).data(), status)); in findInBundle() 1097 CharString().appendInvariantChars(variant, status).data(), status); in findInBundle()
|
D | numfmt.cpp | 1260 nsLocID.appendInvariantChars(nsDesc.tempSubString(0, firstSlash), status); in makeInstance()
|
D | tmutfmt.cpp | 580 pluralCountChars.appendInvariantChars(*pluralCount, err); in checkConsistency()
|
D | decimfmt.cpp | 3314 pluralCountChar.appendInvariantChars(*pluralCount, ec); in expandAffix()
|
/external/icu4c/test/intltest/ |
D | strtest.cpp | 536 chStr.appendInvariantChars(UNICODE_STRING_SIMPLE( in TestCharString()
|
D | numfmtst.cpp | 2165 loc = Locale::createFromName(CharString().appendInvariantChars(tok, ec).data()); in TestCases() 2233 CharString().appendInvariantChars(mloc, ec).data()), ec); in TestCases()
|