/external/icu/icu4c/source/common/ |
D | charstr.cpp | 128 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
|
D | charstr.h | 125 CharString &appendInvariantChars(const UnicodeString &s, UErrorCode &errorCode); 126 CharString &appendInvariantChars(const UChar* uchars, int32_t ucharsLen, UErrorCode& errorCode);
|
D | brkeng.cpp | 245 ext.appendInvariantChars(UnicodeString(FALSE, extStart + 1, dictnlength - len - 1), status); in loadDictionaryMatcherFor() 248 dictnbuf.appendInvariantChars(UnicodeString(FALSE, dictfname, dictnlength), status); in loadDictionaryMatcherFor()
|
D | pluralmap.cpp | 32 cCategory.appendInvariantChars(pluralForm, status); in toCategory()
|
D | locutil.cpp | 230 cbundleID.appendInvariantChars(bundleID, status); in getAvailableLocaleNames()
|
D | uniset_props.cpp | 856 pname.appendInvariantChars(prop, ec); in applyPropertyAlias() 857 vname.appendInvariantChars(value, ec); in applyPropertyAlias()
|
/external/icu/icu4c/source/test/intltest/ |
D | numberformattesttuple.cpp | 78 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()
|
D | rbbimonkeytest.cpp | 539 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()
|
D | strtest.cpp | 524 chStr.appendInvariantChars(UNICODE_STRING_SIMPLE( in TestCharString() 547 chStr.appendInvariantChars(UnicodeString("The '@' character is not invariant."), ec); in TestCharString()
|
D | numfmtdatadriventest.cpp | 44 formatValue.appendInvariantChars(str, status); in strToDigitList()
|
D | collationtest.cpp | 1206 name.appendInvariantChars(fileLine.tempSubStringBetween(start, limit), errorCode); in parseAndSetReorderCodes() 1286 localeID.appendInvariantChars(fileLine.tempSubString(9), errorCode); in setLocaleCollator()
|
D | numfmtst.cpp | 2446 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/ |
D | fmtable.cpp | 738 fDecimalStr->appendInvariantChars(fDecimalQuantity->toPlainString(), status); in internalGetCharString() 740 fDecimalStr->appendInvariantChars(fDecimalQuantity->toScientificString(), status); in internalGetCharString()
|
D | transreg.cpp | 282 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()
|
D | collationruleparser.cpp | 604 lang.appendInvariantChars(v, errorCode); in parseSetting() 700 word.clear().appendInvariantChars(raw.tempSubStringBetween(i, limit), errorCode); in parseReordering()
|
D | dayperiodrules.cpp | 143 cs.appendInvariantChars(setNumStr, errorCode); in parseSetNum()
|
D | numrange_impl.cpp | 131 dataPath.appendInvariantChars(set, setLen, status); in getPluralRangesData()
|
D | ucol_res.cpp | 634 defcoll.appendInvariantChars(value.getUnicodeString(errorCode), errorCode); in put()
|
D | dtitvinf.cpp | 456 calTypeBuffer.appendInvariantChars(calendarTypeToUseUString, status); in initializeData()
|
D | tmutfmt.cpp | 526 pluralCountChars.appendInvariantChars(*pluralCount, err); in checkConsistency()
|
D | reldatefmt.cpp | 662 .appendInvariantChars(defaultCalendarName, status) in getDateTimePattern()
|
D | numfmt.cpp | 1433 nsLocID.appendInvariantChars(nsDesc.tempSubString(0, firstSlash), status); in makeInstance()
|
D | number_skeletons.cpp | 134 …(dest).appendInvariantChars({FALSE, (src).getBuffer() + (start), (end) - (start)}, conversionStatu…
|
D | plurrule.cpp | 1515 cs.appendInvariantChars(num, status); in FixedDecimal()
|
/external/icu/icu4c/source/test/depstest/ |
D | dependencies.txt | 803 unistr.o # for CharString::appendInvariantChars(const UnicodeString &s, UErrorCode &errorCode)
|