HomeSort by relevance Sort by last modified time
    Searched refs:extStart (Results 1 - 2 of 2) sorted by null

  /external/icu4c/common/
brkeng.cpp 262 UChar* extStart=u_strchr(dictfname, 0x002e);
264 if(extStart!=NULL){
265 len = (int)(extStart-dictfname);
266 u_UCharsToChars(extStart+1, ext, sizeof(ext)); // nul terminates the buff
brkiter.cpp 100 UChar* extStart=u_strchr(brkfname, 0x002e);
102 if(extStart!=NULL){
103 len = (int)(extStart-brkfname);
104 u_UCharsToChars(extStart+1, ext, sizeof(ext)); // nul terminates the buff

Completed in 105 milliseconds