Searched defs:affix (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/i18n/
H A Dsmpdtfmt.cpp3504 SimpleDateFormat::compareSimpleAffix(const UnicodeString& affix, argument
3508 for (int32_t i=0; i<affix.length(); ) {
3509 UChar32 c = affix.char32At(i);
3524 if (i == affix.length()) {
3527 c = affix.char32At(i);
3535 i = skipPatternWhiteSpace(affix, i);
3548 // is also in the affix.
3549 i = skipUWhiteSpace(affix, i);
H A Ddecimfmt.cpp103 /* affix for currency formatting when the currency sign in the pattern
490 // expanding the affix patterns into affixes.
563 AffixesForCurrency* affix = new AffixesForCurrency( local
565 fAffixesForCurrency->put(*pluralCount, affix, status);
592 AffixesForCurrency* affix = new AffixesForCurrency( local
594 fPluralAffixesForCurrency->put(*pluralCount, affix, status);
1731 // Then, parse against affix patterns.
1762 // Finally, parse against simple affix to find the match.
1768 // We will just use simple affix comparison (look for exact match)
2235 * Return the length matched by the given affix, o
2299 compareSimpleAffix(const UnicodeString& affix, const UnicodeString& input, int32_t pos, UBool lenient) argument
2476 const UnicodeString* affix = NULL; local
3271 expandAffix(const UnicodeString& pattern, UnicodeString& affix, double number, FieldPositionHandler& handler, UBool doFormat, const UnicodeString* pluralCount) const argument
3447 const UnicodeString* affix; local
3585 appendAffixPattern(UnicodeString& appendTo, const UnicodeString& affix, UBool localized) const argument
3985 UnicodeString* affix = &prefix; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 126 milliseconds