Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dusearch.cpp1499 strsrch->canonicalSuffixAccents, in doNextCanonicalPrefixMatch()
1555 if (safetext != safebuffer && safetext != strsrch->canonicalSuffixAccents) in cleanUpSafeText()
1590 if (textoffset != 0 && ucol_unsafeCP(strsrch->canonicalSuffixAccents[0], in doNextCanonicalSuffixMatch()
1597 strsrch->canonicalSuffixAccents, in doNextCanonicalSuffixMatch()
1601 safetextlength = u_strlen(strsrch->canonicalSuffixAccents); in doNextCanonicalSuffixMatch()
1602 safetext = strsrch->canonicalSuffixAccents; in doNextCanonicalSuffixMatch()
1749 UChar *rearrange = strsrch->canonicalSuffixAccents; in doNextCanonicalMatch()
1918 strsrch->canonicalSuffixAccents[0]) || in checkNextCanonicalMatch()
2180 UChar *rearrange = strsrch->canonicalSuffixAccents; in doPreviousCanonicalSuffixMatch()
2201 strsrch->canonicalSuffixAccents, in doPreviousCanonicalSuffixMatch()
[all …]
Dusrchimp.h186 UChar canonicalSuffixAccents[INITIAL_ARRAY_SIZE_]; member