Home
last modified time | relevance | path

Searched refs:unistr2 (Results 1 – 4 of 4) sorted by relevance

/trunk/main/i18npool/source/transliteration/
H A Dtransliteration_commonclass.cxx91 const sal_Unicode* unistr2 = NULL; in compareSubstring() local
103 unistr2 = in_str2.getStr(); in compareSubstring()
107 sal_uInt32 ret = *unistr1 - *unistr2; in compareSubstring()
112 unistr2++; in compareSubstring()
H A DtransliterationImpl.cxx554 const sal_Unicode* unistr2 = in_str2.getStr(); in compareSubstring() local
559 if (*unistr1 != *unistr2) in compareSubstring()
560 return *unistr1 > *unistr2 ? 1 : -1; in compareSubstring()
562 unistr1++; unistr2++; strlen1--; strlen2--; in compareSubstring()
H A Dtransliteration_caseignore.cxx147 const sal_Unicode *unistr2 = (sal_Unicode*) str2.getStr() + pos2; in compare() local
157 … c2 = casefolding::getNextChar(unistr2, nMatch2, nCount2, e2, aLocale, nMappingType, moduleLoaded); in compare()
/trunk/main/i18npool/source/collator/
H A DcollatorImpl.cxx65 sal_Unicode *unistr2 = (sal_Unicode*) str2.getStr() + off2; in compareSubstring() local
67 if (unistr1[i] != unistr2[i]) in compareSubstring()
68 return unistr1[i] < unistr2[i] ? -1 : 1; in compareSubstring()

Completed in 29 milliseconds