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

  /external/icu4c/common/
brkeng.cpp 259 const UChar *dictfname = ures_getString(b, &dictnlength, &status); local
264 if (U_SUCCESS(status) && dictfname) {
265 UChar* extStart=u_strchr(dictfname, 0x002e);
268 len = (int)(extStart-dictfname);
270 u_UCharsToChars(dictfname, dictnbuff, len);

Completed in 308 milliseconds