Lines Matching refs:suffixes
264 UCharsTrie::Iterator suffixes(p, 0, errorCode); in compareContractions() local
275 if(suffixes.next(errorCode)) { in compareContractions()
276 ts = &suffixes.getString(); in compareContractions()
300 compare(c, (uint32_t)suffixes.getValue(), (uint32_t)baseSuffixes.getValue()); in compareContractions()
330 UCharsTrie::Iterator suffixes(p, 0, errorCode); in addContractions() local
331 while(suffixes.next(errorCode)) { in addContractions()
332 addSuffix(c, suffixes.getString()); in addContractions()
573 UCharsTrie::Iterator suffixes(p + 2, 0, errorCode); in handleContractions() local
574 while(suffixes.next(errorCode)) { in handleContractions()
575 suffix = &suffixes.getString(); in handleContractions()
580 handleCE32(start, end, (uint32_t)suffixes.getValue()); in handleContractions()