Searched refs:unistr2 (Results 1 – 4 of 4) sorted by relevance
91 const sal_Unicode* unistr2 = NULL; in compareSubstring() local103 unistr2 = in_str2.getStr(); in compareSubstring()107 sal_uInt32 ret = *unistr1 - *unistr2; in compareSubstring()112 unistr2++; in compareSubstring()
554 const sal_Unicode* unistr2 = in_str2.getStr(); in compareSubstring() local559 if (*unistr1 != *unistr2) in compareSubstring()560 return *unistr1 > *unistr2 ? 1 : -1; in compareSubstring()562 unistr1++; unistr2++; strlen1--; strlen2--; in compareSubstring()
147 const sal_Unicode *unistr2 = (sal_Unicode*) str2.getStr() + pos2; in compare() local157 … c2 = casefolding::getNextChar(unistr2, nMatch2, nCount2, e2, aLocale, nMappingType, moduleLoaded); in compare()
65 sal_Unicode *unistr2 = (sal_Unicode*) str2.getStr() + off2; in compareSubstring() local67 if (unistr1[i] != unistr2[i]) in compareSubstring()68 return unistr1[i] < unistr2[i] ? -1 : 1; in compareSubstring()
Completed in 28 milliseconds