Home | History | Annotate | Download | only in i18n

Lines Matching defs:byDigits

202     UBool byDigits;
1002 , byDigits(FALSE)
1010 byDigits = TRUE;
1038 // if we're not in "byDigits" mode, just use the inherited
1040 if (!byDigits) {
1043 // if we're in "byDigits" mode, transform the value into an integer
1123 // if we're not in byDigits mode, we can just use the inherited
1125 if (!byDigits) {
1128 // if we ARE in byDigits mode, parse the text one digit at a time
1191 ((const FractionalPartSubstitution*)&rhs)->byDigits == byDigits;