Home | History | Annotate | Download | only in i18n

Lines Matching full:groupingchar

1917         UChar32 groupingChar = groupingString->char32At(0);
1929 int32_t groupingCharLength = U16_LENGTH(groupingChar);
1947 // We need to test groupingChar and decimalChar separately from groupingSet and decimalSet, if the sets are even initialized.
2028 matchGrouping(groupingChar, sawGrouping, sawGroupingChar, groupingSet,
2620 UBool DecimalFormat::matchGrouping(UChar32 groupingChar,
2627 } else if(schar==groupingChar) {