Searched refs:dictnlength (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/common/ |
D | brkeng.cpp | 232 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()
|