Home
last modified time | relevance | path

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

/external/icu4c/common/
Dbrkeng.cpp265 UChar* extStart=u_strchr(dictfname, 0x002e); in loadDictionaryFor() local
267 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()
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()
/external/jmonkeyengine/engine/src/ogre/com/jme3/scene/plugins/ogre/
DMaterialLoader.java93 int extStart = content.lastIndexOf("."); in readTextureImage() local
94 for (int i = extStart; i < content.length(); i++){ in readTextureImage()