Home
last modified time | relevance | path

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

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