Lines Matching refs:affixes
23 DigitAffix *current = affixes.getMutable(variant, status); in setVariant()
34 affixes.clear(); in remove()
41 for (DigitAffix *current = affixes.nextMutable(index); in appendUChar()
42 current != NULL; current = affixes.nextMutable(index)) { in appendUChar()
51 for (DigitAffix *current = affixes.nextMutable(index); in append()
52 current != NULL; current = affixes.nextMutable(index)) { in append()
61 for (DigitAffix *current = affixes.nextMutable(index); in append()
62 current != NULL; current = affixes.nextMutable(index)) { in append()
74 while(rhs.affixes.next(index) != NULL) { in append()
75 affixes.getMutableWithDefault(index, affixes.getOther(), status); in append()
78 for (DigitAffix *current = affixes.nextMutable(index); in append()
79 current != NULL; current = affixes.nextMutable(index)) { in append()
80 current->append(rhs.affixes.get(index).toString(), fieldId); in append()
87 return affixes.get(category); in getByCategory()
92 return affixes.get(category); in getByCategory()
99 return (affixes.next(index) != NULL); in hasMultipleVariants()