Searched refs:extStart (Results 1 – 2 of 2) sorted by relevance
262 UChar* extStart=u_strchr(dictfname, 0x002e); in loadDictionaryFor() local264 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()
100 UChar* extStart=u_strchr(brkfname, 0x002e); in buildInstance() local102 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()