Searched refs:extStart (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/icu/source/common/ |
D | brkeng.cpp | 297 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()
|
D | brkiter.cpp | 100 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/ |
D | brkeng.cpp | 297 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()
|
D | brkiter.cpp | 100 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()
|