Searched refs:matchsize (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | usearch.cpp | 1494 int32_t matchsize = INITIAL_ARRAY_SIZE_; in doNextCanonicalPrefixMatch() local 1495 UChar *match = addToUCharArray(buffer, &matchsize, in doNextCanonicalPrefixMatch() 1504 ucol_setText(coleiter, match, matchsize, status); in doNextCanonicalPrefixMatch() 2196 int32_t matchsize = INITIAL_ARRAY_SIZE_; in doPreviousCanonicalSuffixMatch() local 2197 UChar *match = addToUCharArray(buffer, &matchsize, in doPreviousCanonicalSuffixMatch() 2206 ucol_setText(coleiter, match, matchsize, status); in doPreviousCanonicalSuffixMatch()
|