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

  /external/chromium_org/third_party/icu/source/common/
brkeng.cpp 297 const UChar *extStart = u_memrchr(dictfname, 0x002e, dictnlength); // last dot
298 if (extStart != NULL) {
299 int32_t len = (int32_t)(extStart - dictfname);
300 ext.appendInvariantChars(UnicodeString(FALSE, extStart + 1, dictnlength - len - 1), status);
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
  /external/icu/icu4c/source/common/
brkeng.cpp 297 const UChar *extStart = u_memrchr(dictfname, 0x002e, dictnlength); // last dot
298 if (extStart != NULL) {
299 int32_t len = (int32_t)(extStart - dictfname);
300 ext.appendInvariantChars(UnicodeString(FALSE, extStart + 1, dictnlength - len - 1), status);
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
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 112 milliseconds