Home | History | Annotate | Download | only in i18n

Lines Matching full:matchsize

1503         int32_t  matchsize = INITIAL_ARRAY_SIZE_;
1504 UChar *match = addToUCharArray(buffer, &matchsize,
1513 ucol_setText(coleiter, match, matchsize, status);
2205 int32_t matchsize = INITIAL_ARRAY_SIZE_;
2206 UChar *match = addToUCharArray(buffer, &matchsize,
2215 ucol_setText(coleiter, match, matchsize, status);