HomeSort by relevance Sort by last modified time
    Searched refs:dictnlength (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/common/
brkeng.cpp 288 int32_t dictnlength = 0; local
290 ures_getStringByKeyWithFallback(b, uscript_getShortName(script), &dictnlength, &status);
297 const UChar *extStart = u_memrchr(dictfname, 0x002e, dictnlength); // last dot
300 ext.appendInvariantChars(UnicodeString(FALSE, extStart + 1, dictnlength - len - 1), status);
301 dictnlength = len;
303 dictnbuf.appendInvariantChars(UnicodeString(FALSE, dictfname, dictnlength), status);
  /external/icu/icu4c/source/common/
brkeng.cpp 288 int32_t dictnlength = 0; local
290 ures_getStringByKeyWithFallback(b, uscript_getShortName(script), &dictnlength, &status);
297 const UChar *extStart = u_memrchr(dictfname, 0x002e, dictnlength); // last dot
300 ext.appendInvariantChars(UnicodeString(FALSE, extStart + 1, dictnlength - len - 1), status);
301 dictnlength = len;
303 dictnbuf.appendInvariantChars(UnicodeString(FALSE, dictfname, dictnlength), status);

Completed in 90 milliseconds