Home | History | Annotate | Download | only in i18n

Lines Matching refs:suffix

71  * Need to remember all prefix patterns and suffix patterns of
79 // negative suffix pattern
83 // positive suffix pattern
107 // negative suffix
111 // positive suffix
750 debug("Pos Suffix !=");
779 debug("Neg Suffix ");
1794 * @param negSuffix negative suffix.
1796 * @param posSuffix positive suffix.
2038 // Match padding before suffix
2066 // Match padding before suffix
2564 // Gets the positive suffix of the number pattern.
2574 // Sets the positive suffix of the number pattern.
2585 // Gets the negative suffix of the number pattern.
2595 // Sets the negative suffix of the number pattern.
3402 // the prefix or suffix pattern might not be defined yet,
3723 // 2=suffix, 3=prefix in quote, 4=suffix in quote. Subpart 0 is
3724 // between the prefix and suffix, and consists of pattern
3725 // characters. In the prefix and suffix, percent, perMill, and
3734 // prefix and suffix.
3736 UnicodeString suffix;
3749 // The affix is either the prefix or the suffix.
3760 case 0: // Pattern proper subpart (between prefix & suffix)
3852 // pattern, then jump into suffix subpart.
3874 // Transition to suffix subpart
3875 subpart = 2; // suffix subpart
3876 affix = &suffix;
3882 case 2: // Suffix subpart
3883 // Process the prefix / suffix characters
3884 // Process unquoted characters seen in prefix or suffix
4010 case 4: // Suffix subpart, in quote
4108 fPosSuffixPattern = new UnicodeString(suffix);
4155 // sub0Start. Add in prefix/suffix length later.
4157 // fFormatWidth = prefix.length() + suffix.length() +
4191 fNegSuffixPattern = new UnicodeString(suffix);