Home | History | Annotate | Download | only in util

Lines Matching defs:zeroDigit

1425                 boolean needLocalizedDigits = (localeData.zeroDigit != '0');
1498 int offsetToLocalizedDigits = localeData.zeroDigit - '0';
1636 paddingChar = localeData.zeroDigit;
1707 if (localeData.zeroDigit != '0') {
1979 char zeroDigit = localeData.zeroDigit;
1980 if (zeroDigit == '0') {
1989 if (zeroDigit == '0') {
1993 result.insert(paddingIndex, zeroDigit);