Home | History | Annotate | Download | only in i18n

Lines Matching refs:current

23     DigitAffix *current = affixes.getMutable(variant, status);
27 current->remove();
28 current->append(value);
41 for (DigitAffix *current = affixes.nextMutable(index);
42 current != NULL; current = affixes.nextMutable(index)) {
43 current->appendUChar(value, fieldId);
51 for (DigitAffix *current = affixes.nextMutable(index);
52 current != NULL; current = affixes.nextMutable(index)) {
53 current->append(value, fieldId);
61 for (DigitAffix *current = affixes.nextMutable(index);
62 current != NULL; current = affixes.nextMutable(index)) {
63 current->append(value, charCount, fieldId);
78 for (DigitAffix *current = affixes.nextMutable(index);
79 current != NULL; current = affixes.nextMutable(index)) {
80 current->append(rhs.affixes.get(index).toString(), fieldId);