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

  /external/icu4c/common/
charstr.h 108 CharString &appendInvariantChars(const UnicodeString &s, UErrorCode &errorCode);
brkeng.cpp 297 ext.appendInvariantChars(UnicodeString(FALSE, extStart + 1, dictnlength - len - 1), status);
300 dictnbuf.appendInvariantChars(UnicodeString(FALSE, dictfname, dictnlength), status);
charstr.cpp 103 CharString &CharString::appendInvariantChars(const UnicodeString &s, UErrorCode &errorCode) {
locutil.cpp 229 cbundleID.appendInvariantChars(bundleID, status);
uniset_props.cpp     [all...]
  /external/icu4c/i18n/
transreg.cpp 262 int32_t num = uscript_getCode(CharString().appendInvariantChars(theSpec, status).data(),
    [all...]
numfmt.cpp     [all...]
tmutfmt.cpp 597 pluralCountChars.appendInvariantChars(*pluralCount, err);
    [all...]
decimfmt.cpp     [all...]
  /external/icu4c/test/intltest/
strtest.cpp 504 chStr.appendInvariantChars(UNICODE_STRING_SIMPLE(
510 errln("CharString.appendInvariantChars(longStr) failed.");
numfmtst.cpp     [all...]

Completed in 338 milliseconds