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

/external/icu4c/common/
H A Dbrkeng.cpp285 int32_t dictnlength = 0; local
287 ures_getStringByKeyWithFallback(b, uscript_getShortName(script), &dictnlength, &status);
294 const UChar *extStart = u_memrchr(dictfname, 0x002e, dictnlength); // last dot
297 ext.appendInvariantChars(UnicodeString(FALSE, extStart + 1, dictnlength - len - 1), status);
298 dictnlength = len;
300 dictnbuf.appendInvariantChars(UnicodeString(FALSE, dictfname, dictnlength), status);
/external/chromium_org/third_party/icu/source/common/
H A Dbrkeng.cpp279 int32_t dictnlength = 0; local
280 const UChar *dictfname = ures_getString(b, &dictnlength, &status);
281 if (U_SUCCESS(status) && (size_t)dictnlength >= sizeof(dictnbuff)) {
282 dictnlength = 0;

Completed in 109 milliseconds