Searched refs:safeoffset (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | usearch.cpp | 844 int32_t safeoffset = getNextSafeOffset(strsrch->collator, in checkExtraMatchAccents() local 846 if (safeoffset != length) { in checkExtraMatchAccents() 847 safeoffset ++; in checkExtraMatchAccents() 851 int32_t size = unorm_normalize(text, safeoffset, UNORM_NFD, 0, in checkExtraMatchAccents() 863 size = unorm_normalize(text, safeoffset, UNORM_NFD, 0, norm, in checkExtraMatchAccents() 1588 int32_t safeoffset = textoffset; in doNextCanonicalSuffixMatch() local 1592 safeoffset = getPreviousSafeOffset(collator, text, textoffset); in doNextCanonicalSuffixMatch() 1593 safelength = textoffset - safeoffset; in doNextCanonicalSuffixMatch() 1596 text + safeoffset, safelength, in doNextCanonicalSuffixMatch() 1631 setColEIterOffset(coleiter, safeoffset); in doNextCanonicalSuffixMatch() [all …]
|