Home | History | Annotate | Download | only in i18n

Lines Matching defs:byDigits

208     UBool byDigits;
1027 , byDigits(FALSE)
1035 byDigits = TRUE;
1062 // if we're not in "byDigits" mode, just use the inherited
1064 if (!byDigits) {
1067 // if we're in "byDigits" mode, transform the value into an integer
1147 // if we're not in byDigits mode, we can just use the inherited
1149 if (!byDigits) {
1152 // if we ARE in byDigits mode, parse the text one digit at a time
1215 ((const FractionalPartSubstitution*)&rhs)->byDigits == byDigits;