Searched refs:baseoffset (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | usearch.cpp | 1737 int32_t baseoffset = getPreviousBaseOffset(text, textoffset); in doNextCanonicalMatch() local 1739 unorm_normalize(text + baseoffset, textoffset - baseoffset, UNORM_NFD, in doNextCanonicalMatch() 1765 int32_t offset = doNextCanonicalSuffixMatch(strsrch, baseoffset, in doNextCanonicalMatch() 2400 int32_t baseoffset = getNextBaseOffset(text, textoffset, textlength); in doPreviousCanonicalMatch() local 2402 unorm_normalize(text + textoffset, baseoffset - textoffset, UNORM_NFD, in doPreviousCanonicalMatch() 2429 baseoffset, status); in doPreviousCanonicalMatch()
|