Home | History | Annotate | Download | only in i18n

Lines Matching refs:suffixes

261     // Parallel iteration over suffixes of both tables.
262 UCharsTrie::Iterator suffixes(p, 0, errorCode);
273 if(suffixes.next(errorCode)) {
274 ts = &suffixes.getString();
298 compare(c, (uint32_t)suffixes.getValue(), (uint32_t)baseSuffixes.getValue());
328 UCharsTrie::Iterator suffixes(p, 0, errorCode);
329 while(suffixes.next(errorCode)) {
330 addSuffix(c, suffixes.getString());
571 UCharsTrie::Iterator suffixes(p + 2, 0, errorCode);
572 while(suffixes.next(errorCode)) {
573 suffix = &suffixes.getString();
578 handleCE32(start, end, (uint32_t)suffixes.getValue());