Home | History | Annotate | Download | only in i18n

Lines Matching refs:part

3412     for (int32_t part=0; part<2; ++part) {
3417 (part==0 ? fPosPrefixPattern : fNegPrefixPattern),
3418 (part==0 ? fPositivePrefix : fNegativePrefix),
3526 - ((part == 0)
3545 if (part == 0) {
3682 // Part 0 is the positive pattern. Part 1, if present, is the negative
3684 for (int32_t part=0; part<2 && pos<patLen; ++part) {
3696 // the data from part 0 and ignore the part 1, except for the
3814 // Use lookahead to parse out the exponential part of the
3902 // separators in the second pattern (part == 1).
3903 if (subpart == 1 || part == 1) {
3911 isPartDone = TRUE; // Go to next part
4060 if (part == 0) {