Home
last modified time | relevance | path

Searched refs:AffixTag (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
Dnumber_affixutils.h34 struct AffixTag { struct
40 AffixTag() : offset(0), state(STATE_BASE) {} in AffixTag() argument
42 AffixTag(int32_t offset) : offset(offset) {} in AffixTag() function
44 AffixTag(int32_t offset, UChar32 codePoint, AffixPatternState state, AffixPatternType type) in AffixTag() argument
193 static AffixTag nextToken(AffixTag tag, const CharSequence &patternString, UErrorCode &status);
203 static bool hasNext(const AffixTag &tag, const CharSequence &string);
211 static inline AffixTag
Dnumber_affixutils.cpp158 AffixTag tag; in unescape()
178 AffixTag tag; in unescapedCodePointCount()
198 AffixTag tag; in containsType()
213 AffixTag tag; in hasCurrencySymbols()
230 AffixTag tag; in replaceType()
241 AffixTag AffixUtils::nextToken(AffixTag tag, const CharSequence &patternString, UErrorCode &status)… in nextToken()
384 bool AffixUtils::hasNext(const AffixTag &tag, const CharSequence &string) { in hasNext()