Searched refs:safetextlength (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/i18n/
H A Dusearch.cpp1594 int32_t safetextlength; local
1603 safetextlength = INITIAL_ARRAY_SIZE_;
1604 safetext = addToUCharArray(safebuffer, &safetextlength, NULL,
1610 safetextlength = u_strlen(strsrch->canonicalSuffixAccents);
1615 ucol_setText(coleiter, safetext, safetextlength, status);
2254 int32_t safetextlength; local
2265 safetextlength = INITIAL_ARRAY_SIZE_;
2266 safetext = addToUCharArray(safebuffer, &safetextlength,
2272 safetextlength = u_strlen(strsrch->canonicalPrefixAccents);
2278 ucol_setText(coleiter, safetext, safetextlength, statu
[all...]

Completed in 46 milliseconds