Home | History | Annotate | Download | only in i18n

Lines Matching refs:part

675 // Note that fDigitList is not considered a significant part of the
1972 // else ignore leading zeros in integer part of number.
3408 for (int32_t part=0; part<2; ++part) {
3413 (part==0 ? fPosPrefixPattern : fNegPrefixPattern),
3414 (part==0 ? fPositivePrefix : fNegativePrefix),
3522 - ((part == 0)
3541 if (part == 0) {
3678 // Part 0 is the positive pattern. Part 1, if present, is the negative
3680 for (int32_t part=0; part<2 && pos<patLen; ++part) {
3692 // the data from part 0 and ignore the part 1, except for the
3810 // Use lookahead to parse out the exponential part of the
3898 // separators in the second pattern (part == 1).
3899 if (subpart == 1 || part == 1) {
3907 isPartDone = TRUE; // Go to next part
4056 if (part == 0) {