Home
last modified time | relevance | path

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

/external/icu/icu4c/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()