/third_party/node/deps/icu-small/source/i18n/ |
H A D | units_data.cpp | 109 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 D | units_data.cpp | 104 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 D | units_data.cpp | 102 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 D | charstr.h | 158 CharString &appendInvariantChars(const UnicodeString &s, UErrorCode &errorCode); 159 CharString &appendInvariantChars(const UChar* uchars, int32_t ucharsLen, UErrorCode& errorCode);
|
H A D | charstr.cpp | 199 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 D | pluralmap.cpp | 32 cCategory.appendInvariantChars(pluralForm, status); in toCategory()
|
H A D | brkeng.cpp | 264 ext.appendInvariantChars(UnicodeString(false, extStart + 1, dictnlength - len - 1), status); in loadDictionaryMatcherFor() 267 dictnbuf.appendInvariantChars(UnicodeString(false, dictfname, dictnlength), status); in loadDictionaryMatcherFor()
|
H A D | wintz.cpp | 277 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 D | uniquecharstr.h | 74 strings->appendInvariantChars(s, errorCode); in add()
|
H A D | restrace.cpp | 88 output.appendInvariantChars(indexString, status); in getResPath()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | charstr.h | 158 CharString &appendInvariantChars(const UnicodeString &s, UErrorCode &errorCode); 159 CharString &appendInvariantChars(const char16_t* uchars, int32_t ucharsLen, UErrorCode& errorCode);
|
H A D | charstr.cpp | 199 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 D | pluralmap.cpp | 32 cCategory.appendInvariantChars(pluralForm, status); in toCategory()
|
H A D | wintz.cpp | 277 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 D | uniquecharstr.h | 73 strings->appendInvariantChars(p, u_strlen(p), errorCode); in add()
|
H A D | brkeng.cpp | 265 ext.appendInvariantChars(UnicodeString(false, extStart + 1, dictnlength - len - 1), status); in loadDictionaryMatcherFor() 268 dictnbuf.appendInvariantChars(UnicodeString(false, dictfname, dictnlength), status); in loadDictionaryMatcherFor()
|
H A D | restrace.cpp | 88 output.appendInvariantChars(indexString, status); in getResPath()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | charstr.h | 158 CharString &appendInvariantChars(const UnicodeString &s, UErrorCode &errorCode); 159 CharString &appendInvariantChars(const UChar* uchars, int32_t ucharsLen, UErrorCode& errorCode);
|
H A D | charstr.cpp | 199 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 D | pluralmap.cpp | 32 cCategory.appendInvariantChars(pluralForm, status); in toCategory()
|
H A D | brkeng.cpp | 244 ext.appendInvariantChars(UnicodeString(FALSE, extStart + 1, dictnlength - len - 1), status); in loadDictionaryMatcherFor() 247 dictnbuf.appendInvariantChars(UnicodeString(FALSE, dictfname, dictnlength), status); in loadDictionaryMatcherFor()
|
H A D | wintz.cpp | 277 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 D | uniquecharstr.h | 74 strings->appendInvariantChars(s, errorCode); in add()
|
H A D | restrace.cpp | 92 output.appendInvariantChars(indexString, status); in getResPath()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | numberformattesttuple.cpp | 81 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()
|