Home
last modified time | relevance | path

Searched refs:idx2 (Results 1 – 3 of 3) sorted by relevance

/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Ddatabases.cxx326 sal_Int32 idx = -1,idx1 = -1,idx2 = -1,k = 0,off; in replaceName() local
334 idx2 = oustring.indexOf( sal_Unicode('$'),idx); in replaceName()
336 if(idx1 == -1 && idx2 == -1) in replaceName()
340 idx = idx2; in replaceName()
341 else if(idx2 == -1) in replaceName()
345 if(idx1 < idx2) in replaceName()
347 else if(idx2 < idx1 ) in replaceName()
348 idx = idx2; in replaceName()
/trunk/main/i18npool/source/indexentry/
H A Dindexentrysupplier_ja_phonetic.cxx46 sal_Unicode *idx2 = strstr(implementationName, "syllable") ? syllable : consonant; in getIndexCharacter() local
47 return OUString(&idx2[ first + (ch & 0xff) ], 1); in getIndexCharacter()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DOfficeProvider.java667 final int idx2 = dir.indexOf("file:///"); in getDirSys() local
692 if (!(idx2 < 0)) in getDirSys()

Completed in 30 milliseconds