Home | History | Annotate | Download | only in i18n

Lines Matching refs:prefixes

216     // Parallel iteration over prefixes of both tables.
217 UCharsTrie::Iterator prefixes(p, 0, errorCode);
222 // U+FFFF is untailorable and will not occur in prefixes.
226 if(prefixes.next(errorCode)) {
227 tp = &prefixes.getString();
243 addPrefix(data, *tp, c, (uint32_t)prefixes.getValue());
251 compare(c, (uint32_t)prefixes.getValue(), (uint32_t)basePrefixes.getValue());
308 UCharsTrie::Iterator prefixes(p, 0, errorCode);
309 while(prefixes.next(errorCode)) {
310 addPrefix(d, prefixes.getString(), c, (uint32_t)prefixes.getValue());
545 UCharsTrie::Iterator prefixes(p + 2, 0, errorCode);
546 while(prefixes.next(errorCode)) {
547 setPrefix(prefixes.getString());
552 handleCE32(start, end, (uint32_t)prefixes.getValue());