Home
last modified time | relevance | path

Searched refs:dictnlength (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/third_party/externals/icu/source/common/
Dbrkeng.cpp233 int32_t dictnlength = 0; in loadDictionaryMatcherFor() local
235 ures_getStringByKeyWithFallback(b, uscript_getShortName(script), &dictnlength, &status); in loadDictionaryMatcherFor()
242 const UChar *extStart = u_memrchr(dictfname, 0x002e, dictnlength); // last dot in loadDictionaryMatcherFor()
245 ext.appendInvariantChars(UnicodeString(FALSE, extStart + 1, dictnlength - len - 1), status); in loadDictionaryMatcherFor()
246 dictnlength = len; in loadDictionaryMatcherFor()
248 dictnbuf.appendInvariantChars(UnicodeString(FALSE, dictfname, dictnlength), status); in loadDictionaryMatcherFor()
/third_party/icu/icu4c/source/common/
Dbrkeng.cpp232 int32_t dictnlength = 0; in loadDictionaryMatcherFor() local
234 ures_getStringByKeyWithFallback(b, uscript_getShortName(script), &dictnlength, &status); in loadDictionaryMatcherFor()
241 const UChar *extStart = u_memrchr(dictfname, 0x002e, dictnlength); // last dot in loadDictionaryMatcherFor()
244 ext.appendInvariantChars(UnicodeString(FALSE, extStart + 1, dictnlength - len - 1), status); in loadDictionaryMatcherFor()
245 dictnlength = len; in loadDictionaryMatcherFor()
247 dictnbuf.appendInvariantChars(UnicodeString(FALSE, dictfname, dictnlength), status); in loadDictionaryMatcherFor()
/third_party/skia/third_party/externals/icu/source/common/
Dbrkeng.cpp232 int32_t dictnlength = 0; in loadDictionaryMatcherFor() local
234 ures_getStringByKeyWithFallback(b, uscript_getShortName(script), &dictnlength, &status); in loadDictionaryMatcherFor()
241 const UChar *extStart = u_memrchr(dictfname, 0x002e, dictnlength); // last dot in loadDictionaryMatcherFor()
244 ext.appendInvariantChars(UnicodeString(FALSE, extStart + 1, dictnlength - len - 1), status); in loadDictionaryMatcherFor()
245 dictnlength = len; in loadDictionaryMatcherFor()
247 dictnbuf.appendInvariantChars(UnicodeString(FALSE, dictfname, dictnlength), status); in loadDictionaryMatcherFor()
/third_party/node/deps/icu-small/source/common/
Dbrkeng.cpp251 int32_t dictnlength = 0; in loadDictionaryMatcherFor() local
253 ures_getStringByKeyWithFallback(b, uscript_getShortName(script), &dictnlength, &status); in loadDictionaryMatcherFor()
260 const UChar *extStart = u_memrchr(dictfname, 0x002e, dictnlength); // last dot in loadDictionaryMatcherFor()
263 ext.appendInvariantChars(UnicodeString(FALSE, extStart + 1, dictnlength - len - 1), status); in loadDictionaryMatcherFor()
264 dictnlength = len; in loadDictionaryMatcherFor()
266 dictnbuf.appendInvariantChars(UnicodeString(FALSE, dictfname, dictnlength), status); in loadDictionaryMatcherFor()