HomeSort by relevance Sort by last modified time
    Searched refs:appendInvariantChars (Results 1 - 24 of 24) sorted by null

  /external/icu/icu4c/source/common/
pluralmap.cpp 32 cCategory.appendInvariantChars(pluralForm, status);
charstr.h 113 CharString &appendInvariantChars(const UnicodeString &s, UErrorCode &errorCode);
brkeng.cpp 256 ext.appendInvariantChars(UnicodeString(FALSE, extStart + 1, dictnlength - len - 1), status);
259 dictnbuf.appendInvariantChars(UnicodeString(FALSE, dictfname, dictnlength), status);
charstr.cpp 116 CharString &CharString::appendInvariantChars(const UnicodeString &s, UErrorCode &errorCode) {
locutil.cpp 230 cbundleID.appendInvariantChars(bundleID, status);
uniset_props.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
numberformattesttuple.cpp 79 cstr.appendInvariantChars(str, status);
120 localeStr.appendInvariantChars(str, status);
184 buffer.appendInvariantChars(str, status);
411 buffer.appendInvariantChars(name, status);
rbbimonkeytest.cpp 523 ruleName.appendInvariantChars(matchingRule->fName, status);
570 ccName.appendInvariantChars(cc->fName, status);
573 ruleName.appendInvariantChars(rule->fName, status);
576 secondRuleName.appendInvariantChars(secondRule->fName, status);
    [all...]
strtest.cpp 524 chStr.appendInvariantChars(UNICODE_STRING_SIMPLE(
530 errln("CharString.appendInvariantChars(longStr) failed.");
547 chStr.appendInvariantChars(UnicodeString("The '@' character is not invariant."), ec);
collationtest.cpp     [all...]
numfmtst.cpp 106 formatValue.appendInvariantChars(str, status);
    [all...]
rbbitst.cpp     [all...]
  /external/icu/icu4c/source/i18n/
transreg.cpp 282 int32_t num = uscript_getCode(CharString().appendInvariantChars(theSpec, status).data(),
    [all...]
dayperiodrules.cpp 143 cs.appendInvariantChars(setNumStr, errorCode);
collationruleparser.cpp 604 lang.appendInvariantChars(v, errorCode);
700 word.clear().appendInvariantChars(raw.tempSubStringBetween(i, limit), errorCode);
affixpatternparser.cpp 122 pCount.appendInvariantChars(*pluralCount, status);
dtitvinf.cpp 456 calTypeBuffer.appendInvariantChars(calendarTypeToUseUString, status);
ucol_res.cpp 633 defcoll.appendInvariantChars(value.getUnicodeString(errorCode), errorCode);
compactdecimalformat.cpp 1002 cvariant.appendInvariantChars(variant, status);
    [all...]
numfmt.cpp     [all...]
reldatefmt.cpp 617 .appendInvariantChars(defaultCalendarName, status)
    [all...]
tmutfmt.cpp 526 pluralCountChars.appendInvariantChars(*pluralCount, err);
plurrule.cpp     [all...]
dtfmtsym.cpp     [all...]

Completed in 1287 milliseconds