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