Home
last modified time | relevance | path

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

12

/external/icu/icu4c/source/common/
Dcharstr.cpp128 CharString &CharString::appendInvariantChars(const UnicodeString &s, UErrorCode &errorCode) { in appendInvariantChars() function in CharString
129 return appendInvariantChars(s.getBuffer(), s.length(), errorCode); in appendInvariantChars()
132 CharString &CharString::appendInvariantChars(const UChar* uchars, int32_t ucharsLen, UErrorCode &er… in appendInvariantChars() function in CharString
Dcharstr.h125 CharString &appendInvariantChars(const UnicodeString &s, UErrorCode &errorCode);
126 CharString &appendInvariantChars(const UChar* uchars, int32_t ucharsLen, UErrorCode& errorCode);
Dbrkeng.cpp245 ext.appendInvariantChars(UnicodeString(FALSE, extStart + 1, dictnlength - len - 1), status); in loadDictionaryMatcherFor()
248 dictnbuf.appendInvariantChars(UnicodeString(FALSE, dictfname, dictnlength), status); in loadDictionaryMatcherFor()
Dpluralmap.cpp32 cCategory.appendInvariantChars(pluralForm, status); in toCategory()
Dlocutil.cpp230 cbundleID.appendInvariantChars(bundleID, status); in getAvailableLocaleNames()
Duniset_props.cpp856 pname.appendInvariantChars(prop, ec); in applyPropertyAlias()
857 vname.appendInvariantChars(value, ec); in applyPropertyAlias()
/external/icu/icu4c/source/test/intltest/
Dnumberformattesttuple.cpp78 cstr.appendInvariantChars(str, status); in toEnum()
119 localeStr.appendInvariantChars(str, status); in strToLocale()
181 buffer.appendInvariantChars(str, status); in strToDouble()
409 buffer.appendInvariantChars(name, status); in getFieldByName()
Drbbimonkeytest.cpp539 ruleName.appendInvariantChars(matchingRule->fName, status); in set()
586 ccName.appendInvariantChars(cc->fName, status); in dump()
589 ruleName.appendInvariantChars(rule->fName, status); in dump()
592 secondRuleName.appendInvariantChars(secondRule->fName, status); in dump()
Dstrtest.cpp524 chStr.appendInvariantChars(UNICODE_STRING_SIMPLE( in TestCharString()
547 chStr.appendInvariantChars(UnicodeString("The '@' character is not invariant."), ec); in TestCharString()
Dnumfmtdatadriventest.cpp44 formatValue.appendInvariantChars(str, status); in strToDigitList()
Dcollationtest.cpp1206 name.appendInvariantChars(fileLine.tempSubStringBetween(start, limit), errorCode); in parseAndSetReorderCodes()
1286 localeID.appendInvariantChars(fileLine.tempSubString(9), errorCode); in setLocaleCollator()
Dnumfmtst.cpp2446 loc = Locale::createFromName(CharString().appendInvariantChars(tok, ec).data()); in TestCases()
2514 CharString().appendInvariantChars(mloc, ec).data()), ec); in TestCases()
9257 expectedChars.appendInvariantChars(bigString, status); in Test13840_ParseLongStringCrash()
/external/icu/icu4c/source/i18n/
Dfmtable.cpp738 fDecimalStr->appendInvariantChars(fDecimalQuantity->toPlainString(), status); in internalGetCharString()
740 fDecimalStr->appendInvariantChars(fDecimalQuantity->toScientificString(), status); in internalGetCharString()
Dtransreg.cpp282 int32_t num = uscript_getCode(CharString().appendInvariantChars(theSpec, status).data(), in TransliteratorSpec()
1131 CharString().appendInvariantChars(utag, status).data(), status)); in findInBundle()
1144 CharString().appendInvariantChars(variant, status).data(), status); in findInBundle()
Dcollationruleparser.cpp604 lang.appendInvariantChars(v, errorCode); in parseSetting()
700 word.clear().appendInvariantChars(raw.tempSubStringBetween(i, limit), errorCode); in parseReordering()
Ddayperiodrules.cpp143 cs.appendInvariantChars(setNumStr, errorCode); in parseSetNum()
Dnumrange_impl.cpp131 dataPath.appendInvariantChars(set, setLen, status); in getPluralRangesData()
Ducol_res.cpp634 defcoll.appendInvariantChars(value.getUnicodeString(errorCode), errorCode); in put()
Ddtitvinf.cpp456 calTypeBuffer.appendInvariantChars(calendarTypeToUseUString, status); in initializeData()
Dtmutfmt.cpp526 pluralCountChars.appendInvariantChars(*pluralCount, err); in checkConsistency()
Dreldatefmt.cpp662 .appendInvariantChars(defaultCalendarName, status) in getDateTimePattern()
Dnumfmt.cpp1433 nsLocID.appendInvariantChars(nsDesc.tempSubString(0, firstSlash), status); in makeInstance()
Dnumber_skeletons.cpp134 …(dest).appendInvariantChars({FALSE, (src).getBuffer() + (start), (end) - (start)}, conversionStatu…
Dplurrule.cpp1515 cs.appendInvariantChars(num, status); in FixedDecimal()
/external/icu/icu4c/source/test/depstest/
Ddependencies.txt803 unistr.o # for CharString::appendInvariantChars(const UnicodeString &s, UErrorCode &errorCode)

12