Searched refs:extStart (Results 1 – 3 of 3) sorted by relevance
265 UChar* extStart=u_strchr(dictfname, 0x002e); in loadDictionaryFor() local267 if(extStart!=NULL){ in loadDictionaryFor()268 len = (int)(extStart-dictfname); in loadDictionaryFor()269 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()
93 int extStart = content.lastIndexOf("."); in readTextureImage() local94 for (int i = extStart; i < content.length(); i++){ in readTextureImage()