Searched refs:unistr1 (Results 1 – 4 of 4) sorted by relevance
90 const sal_Unicode* unistr1 = NULL; in compareSubstring() local102 unistr1 = in_str1.getStr(); in compareSubstring()107 sal_uInt32 ret = *unistr1 - *unistr2; in compareSubstring()111 unistr1++; in compareSubstring()
555 const sal_Unicode* unistr1 = in_str1.getStr(); in compareSubstring() local561 if (*unistr1 != *unistr2) in compareSubstring()562 return *unistr1 > *unistr2 ? 1 : -1; in compareSubstring()564 unistr1++; unistr2++; strlen1--; strlen2--; in compareSubstring()
146 const sal_Unicode *unistr1 = (sal_Unicode*) str1.getStr() + pos1; in compare() local156 … c1 = casefolding::getNextChar(unistr1, nMatch1, nCount1, e1, aLocale, nMappingType, moduleLoaded); in compare()
64 sal_Unicode *unistr1 = (sal_Unicode*) str1.getStr() + off1; in compareSubstring() local67 if (unistr1[i] != unistr2[i]) in compareSubstring()68 return unistr1[i] < unistr2[i] ? -1 : 1; in compareSubstring()
Completed in 25 milliseconds