Home
last modified time | relevance | path

Searched refs:canonicalSuffixAccents (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
Dusearch.cpp1497 strsrch->canonicalSuffixAccents, in doNextCanonicalPrefixMatch()
1553 if (safetext != safebuffer && safetext != strsrch->canonicalSuffixAccents) in cleanUpSafeText()
1588 if (textoffset != 0 && ucol_unsafeCP(strsrch->canonicalSuffixAccents[0], in doNextCanonicalSuffixMatch()
1595 strsrch->canonicalSuffixAccents, in doNextCanonicalSuffixMatch()
1599 safetextlength = u_strlen(strsrch->canonicalSuffixAccents); in doNextCanonicalSuffixMatch()
1600 safetext = strsrch->canonicalSuffixAccents; in doNextCanonicalSuffixMatch()
1747 UChar *rearrange = strsrch->canonicalSuffixAccents; in doNextCanonicalMatch()
1916 strsrch->canonicalSuffixAccents[0]) || in checkNextCanonicalMatch()
2178 UChar *rearrange = strsrch->canonicalSuffixAccents; in doPreviousCanonicalSuffixMatch()
2199 strsrch->canonicalSuffixAccents, in doPreviousCanonicalSuffixMatch()
[all …]
Dusrchimp.h184 UChar canonicalSuffixAccents[INITIAL_ARRAY_SIZE_]; member