Home
last modified time | relevance | path

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

/trunk/main/i18npool/source/transliteration/
H A Dtransliteration_commonclass.cxx90 const sal_Unicode* unistr1 = NULL; in compareSubstring() local
102 unistr1 = in_str1.getStr(); in compareSubstring()
107 sal_uInt32 ret = *unistr1 - *unistr2; in compareSubstring()
111 unistr1++; in compareSubstring()
H A DtransliterationImpl.cxx553 const sal_Unicode* unistr1 = in_str1.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.cxx146 const sal_Unicode *unistr1 = (sal_Unicode*) str1.getStr() + pos1; in compare() local
156 … c1 = casefolding::getNextChar(unistr1, nMatch1, nCount1, e1, aLocale, nMappingType, moduleLoaded); in compare()
/trunk/main/i18npool/source/collator/
H A DcollatorImpl.cxx64 sal_Unicode *unistr1 = (sal_Unicode*) str1.getStr() + off1; in compareSubstring() local
67 if (unistr1[i] != unistr2[i]) in compareSubstring()
68 return unistr1[i] < unistr2[i] ? -1 : 1; in compareSubstring()

Completed in 20 milliseconds