Home | History | Annotate | Download | only in i18n

Lines Matching defs:byDigits

194     UBool byDigits;
980 , byDigits(FALSE)
988 byDigits = TRUE;
1015 // if we're not in "byDigits" mode, just use the inherited
1017 if (!byDigits) {
1020 // if we're in "byDigits" mode, transform the value into an integer
1100 // if we're not in byDigits mode, we can just use the inherited
1102 if (!byDigits) {
1105 // if we ARE in byDigits mode, parse the text one digit at a time
1168 ((const FractionalPartSubstitution*)&rhs)->byDigits == byDigits;