Home
last modified time | relevance | path

Searched refs:extStart (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/common/
Dbrkeng.cpp262 UChar* extStart=u_strchr(dictfname, 0x002e); in loadDictionaryFor() local
264 if(extStart!=NULL){ in loadDictionaryFor()
265 len = (int)(extStart-dictfname); in loadDictionaryFor()
266 u_UCharsToChars(extStart+1, ext, sizeof(ext)); // nul terminates the buff in loadDictionaryFor()
Dbrkiter.cpp100 UChar* extStart=u_strchr(brkfname, 0x002e); in buildInstance() local
102 if(extStart!=NULL){ in buildInstance()
103 len = (int)(extStart-brkfname); in buildInstance()
104 u_UCharsToChars(extStart+1, ext, sizeof(ext)); // nul terminates the buff in buildInstance()