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

  /external/chromium_org/third_party/icu/source/common/
brkeng.cpp 289 const UChar *dictfname = local
297 const UChar *extStart = u_memrchr(dictfname, 0x002e, dictnlength); // last dot
299 int32_t len = (int32_t)(extStart - dictfname);
303 dictnbuf.appendInvariantChars(UnicodeString(FALSE, dictfname, dictnlength), status);
329 } else if (dictfname != NULL) {
  /external/icu/icu4c/source/common/
brkeng.cpp 289 const UChar *dictfname = local
297 const UChar *extStart = u_memrchr(dictfname, 0x002e, dictnlength); // last dot
299 int32_t len = (int32_t)(extStart - dictfname);
303 dictnbuf.appendInvariantChars(UnicodeString(FALSE, dictfname, dictnlength), status);
329 } else if (dictfname != NULL) {

Completed in 230 milliseconds