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

/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/InspectorServer/efl/
H A DWebInspectorServerEfl.cpp67 size_t extStart = localPath.reverseFind('.');
68 if (extStart == notFound)
71 String ext = localPath.substring(extStart + 1);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/InspectorServer/qt/
H A DWebInspectorServerQt.cpp59 size_t extStart = localPath.reverseFind('.'); local
60 String ext = localPath.substring(extStart != notFound ? extStart + 1 : 0);
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dbrkeng.cpp294 const UChar *extStart = u_memrchr(dictfname, 0x002e, dictnlength); // last dot local
295 if (extStart != NULL) {
296 int32_t len = (int32_t)(extStart - dictfname);
297 ext.appendInvariantChars(UnicodeString(FALSE, extStart + 1, dictnlength - len - 1), status);
H A Dbrkiter.cpp100 UChar* extStart=u_strchr(brkfname, 0x002e); local
102 if(extStart!=NULL){
103 len = (int)(extStart-brkfname);
104 u_UCharsToChars(extStart+1, ext, sizeof(ext)); // nul terminates the buff

Completed in 314 milliseconds