HomeSort by relevance Sort by last modified time
    Searched refs:AffixPatternType (Results 1 - 8 of 8) sorted by null

  /external/icu/icu4c/source/i18n/
number_affixutils.h 32 // enum AffixPatternType defined in internals.h
38 AffixPatternType type;
44 AffixTag(int32_t offset, UChar32 codePoint, AffixPatternState state, AffixPatternType type)
55 virtual UnicodeString getSymbol(AffixPatternType type) const = 0;
123 static Field getFieldForType(AffixPatternType type);
161 containsType(const CharSequence &affixPattern, AffixPatternType type, UErrorCode &status);
180 replaceType(const CharSequence &affixPattern, AffixPatternType type, char16_t replacementChar,
212 makeTag(int32_t offset, AffixPatternType type, AffixPatternState state, UChar32 cp) {
number_patternmodifier.cpp 48 return patternInfo->containsSymbolType(AffixPatternType::TYPE_CURRENCY_TRIPLE, statusLocal);
216 UnicodeString MutablePatternModifier::getSymbol(AffixPatternType type) const {
218 case AffixPatternType::TYPE_MINUS_SIGN:
220 case AffixPatternType::TYPE_PLUS_SIGN:
222 case AffixPatternType::TYPE_PERCENT:
224 case AffixPatternType::TYPE_PERMILLE:
226 case AffixPatternType::TYPE_CURRENCY_SINGLE: {
246 case AffixPatternType::TYPE_CURRENCY_DOUBLE:
248 case AffixPatternType::TYPE_CURRENCY_TRIPLE: {
265 case AffixPatternType::TYPE_CURRENCY_QUAD
    [all...]
number_types.h 58 enum AffixPatternType {
144 virtual bool containsSymbolType(AffixPatternType, UErrorCode &) const = 0;
number_affixutils.cpp 126 Field AffixUtils::getFieldForType(AffixPatternType type) {
194 AffixUtils::containsType(const CharSequence &affixPattern, AffixPatternType type, UErrorCode &status) {
224 UnicodeString AffixUtils::replaceType(const CharSequence &affixPattern, AffixPatternType type,
number_patternmodifier.h 188 UnicodeString getSymbol(AffixPatternType type) const U_OVERRIDE;
number_patternstring.h 85 bool containsSymbolType(AffixPatternType type, UErrorCode &status) const U_OVERRIDE;
number_patternstring.cpp 94 bool ParsedPatternInfo::containsSymbolType(AffixPatternType type, UErrorCode &status) const {
  /external/icu/icu4c/source/test/intltest/
numbertest_affixutils.cpp 21 virtual UnicodeString getSymbol(AffixPatternType type) const U_OVERRIDE {
203 virtual UnicodeString getSymbol(AffixPatternType type) const {

Completed in 507 milliseconds