Home | History | Annotate | Download | only in i18n

Lines Matching full:suffix

64 // CDFUnit represents a prefix-suffix pair for a particular variant
68 UnicodeString suffix;
69 inline CDFUnit() : prefix(), suffix() {
95 // Prefix and suffix to use at cdfUnits[log10(x)]
278 appendTo += unit->suffix;
803 // populatePrefixSuffix Adds a specific prefix-suffix pair to result for a
806 // formatStr is the format string from which the prefix and suffix are
807 // extracted. It is usually of form 'Pefix 000 suffix'.
811 // and suffix, populatePrefixSuffix returns log10Value + 1.
831 // Everything beyond the last 0 is the suffix
832 unit->suffix = formatStr.tempSubString(lastIdx + 1);
833 fixQuotes(unit->suffix);
835 // If there is effectively no prefix or suffix, ignore the actual number of
837 if (onlySpaces(unit->prefix) && onlySpaces(unit->suffix)) {
889 // a prefix-suffix pair for each log10 value and there also exists
900 // value not defined in CLDR, copy the prefix-suffix pair from the
902 // missing from given variant, copy the prefix-suffix pair for that
956 // createCDFUnit returns a pointer to the prefix-suffix pair for a given
957 // variant and log10 value within table. If no such prefix-suffix pair is
980 // getCDFUnitFallback returns a pointer to the prefix-suffix pair for a given