Home
last modified time | relevance | path

Searched refs:appendInvariantChars (Results 1 - 25 of 93) sorted by relevance

1234

/third_party/node/deps/icu-small/source/i18n/
H A Dunits_data.cpp109 cr->baseUnit.appendInvariantChars(baseUnit, status);
110 cr->factor.appendInvariantChars(factor, status);
111 cr->systems.appendInvariantChars(systems, status);
113 if (!offset.isBogus()) cr->offset.appendInvariantChars(offset, status);
215 up->unit.appendInvariantChars(u, length, status);
220 geq.appendInvariantChars(g, length, status);
/third_party/icu/icu4c/source/i18n/
H A Dunits_data.cpp104 cr->baseUnit.appendInvariantChars(baseUnit, status);
105 cr->factor.appendInvariantChars(factor, status);
107 if (!offset.isBogus()) cr->offset.appendInvariantChars(offset, status);
209 up->unit.appendInvariantChars(u, length, status);
214 geq.appendInvariantChars(g, length, status);
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dunits_data.cpp102 cr->baseUnit.appendInvariantChars(baseUnit, status); in put()
103 cr->factor.appendInvariantChars(factor, status); in put()
105 if (!offset.isBogus()) cr->offset.appendInvariantChars(offset, status); in put()
207 up->unit.appendInvariantChars(u, length, status); in put()
212 geq.appendInvariantChars(g, length, status); in put()
/third_party/icu/icu4c/source/common/
H A Dcharstr.h158 CharString &appendInvariantChars(const UnicodeString &s, UErrorCode &errorCode);
159 CharString &appendInvariantChars(const UChar* uchars, int32_t ucharsLen, UErrorCode& errorCode);
H A Dcharstr.cpp199 CharString &CharString::appendInvariantChars(const UnicodeString &s, UErrorCode &errorCode) { in appendInvariantChars() function in CharString
200 return appendInvariantChars(s.getBuffer(), s.length(), errorCode); in appendInvariantChars()
203 CharString &CharString::appendInvariantChars(const UChar* uchars, int32_t ucharsLen, UErrorCode &errorCode) { in appendInvariantChars() function in CharString
H A Dpluralmap.cpp32 cCategory.appendInvariantChars(pluralForm, status); in toCategory()
H A Dbrkeng.cpp264 ext.appendInvariantChars(UnicodeString(false, extStart + 1, dictnlength - len - 1), status); in loadDictionaryMatcherFor()
267 dictnbuf.appendInvariantChars(UnicodeString(false, dictfname, dictnlength), status); in loadDictionaryMatcherFor()
H A Dwintz.cpp277 winTZ.appendInvariantChars(UnicodeString(true, windowsTimeZoneName, -1), status); in uprv_detectWindowsTimeZone()
316 // We need to stop at the first space, so we pass tzLen (instead of tzListLen) to appendInvariantChars below. in uprv_detectWindowsTimeZone()
327 return icuTZStr.appendInvariantChars(icuTZ16, tzLen, status).cloneData(status); in uprv_detectWindowsTimeZone()
H A Duniquecharstr.h74 strings->appendInvariantChars(s, errorCode); in add()
H A Drestrace.cpp88 output.appendInvariantChars(indexString, status); in getResPath()
/third_party/node/deps/icu-small/source/common/
H A Dcharstr.h158 CharString &appendInvariantChars(const UnicodeString &s, UErrorCode &errorCode);
159 CharString &appendInvariantChars(const char16_t* uchars, int32_t ucharsLen, UErrorCode& errorCode);
H A Dcharstr.cpp199 CharString &CharString::appendInvariantChars(const UnicodeString &s, UErrorCode &errorCode) { in appendInvariantChars() function in CharString
200 return appendInvariantChars(s.getBuffer(), s.length(), errorCode); in appendInvariantChars()
203 CharString &CharString::appendInvariantChars(const char16_t* uchars, int32_t ucharsLen, UErrorCode &errorCode) { in appendInvariantChars() function in CharString
H A Dpluralmap.cpp32 cCategory.appendInvariantChars(pluralForm, status); in toCategory()
H A Dwintz.cpp277 winTZ.appendInvariantChars(UnicodeString(true, windowsTimeZoneName, -1), status); in uprv_detectWindowsTimeZone()
316 // We need to stop at the first space, so we pass tzLen (instead of tzListLen) to appendInvariantChars below. in uprv_detectWindowsTimeZone()
327 return icuTZStr.appendInvariantChars(icuTZ16, tzLen, status).cloneData(status); in uprv_detectWindowsTimeZone()
H A Duniquecharstr.h73 strings->appendInvariantChars(p, u_strlen(p), errorCode); in add()
H A Dbrkeng.cpp265 ext.appendInvariantChars(UnicodeString(false, extStart + 1, dictnlength - len - 1), status); in loadDictionaryMatcherFor()
268 dictnbuf.appendInvariantChars(UnicodeString(false, dictfname, dictnlength), status); in loadDictionaryMatcherFor()
H A Drestrace.cpp88 output.appendInvariantChars(indexString, status); in getResPath()
/third_party/skia/third_party/externals/icu/source/common/
H A Dcharstr.h158 CharString &appendInvariantChars(const UnicodeString &s, UErrorCode &errorCode);
159 CharString &appendInvariantChars(const UChar* uchars, int32_t ucharsLen, UErrorCode& errorCode);
H A Dcharstr.cpp199 CharString &CharString::appendInvariantChars(const UnicodeString &s, UErrorCode &errorCode) { in appendInvariantChars() function in CharString
200 return appendInvariantChars(s.getBuffer(), s.length(), errorCode); in appendInvariantChars()
203 CharString &CharString::appendInvariantChars(const UChar* uchars, int32_t ucharsLen, UErrorCode &errorCode) { in appendInvariantChars() function in CharString
H A Dpluralmap.cpp32 cCategory.appendInvariantChars(pluralForm, status); in toCategory()
H A Dbrkeng.cpp244 ext.appendInvariantChars(UnicodeString(FALSE, extStart + 1, dictnlength - len - 1), status); in loadDictionaryMatcherFor()
247 dictnbuf.appendInvariantChars(UnicodeString(FALSE, dictfname, dictnlength), status); in loadDictionaryMatcherFor()
H A Dwintz.cpp277 winTZ.appendInvariantChars(UnicodeString(TRUE, windowsTimeZoneName, -1), status); in uprv_detectWindowsTimeZone()
316 // We need to stop at the first space, so we pass tzLen (instead of tzListLen) to appendInvariantChars below. in uprv_detectWindowsTimeZone()
327 return icuTZStr.appendInvariantChars(icuTZ16, tzLen, status).cloneData(status); in uprv_detectWindowsTimeZone()
H A Duniquecharstr.h74 strings->appendInvariantChars(s, errorCode); in add()
H A Drestrace.cpp92 output.appendInvariantChars(indexString, status); in getResPath()
/third_party/icu/icu4c/source/test/intltest/
H A Dnumberformattesttuple.cpp81 cstr.appendInvariantChars(str, status); in toEnum()
122 localeStr.appendInvariantChars(str, status); in strToLocale()
184 buffer.appendInvariantChars(str, status); in strToDouble()
412 buffer.appendInvariantChars(name, status); in getFieldByName()

Completed in 12 milliseconds

1234