Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dnumber_affixutils.h35 struct AffixTag { struct
41 AffixTag() in AffixTag() argument
44 AffixTag(int32_t offset) in AffixTag() function
47 AffixTag(int32_t offset, UChar32 codePoint, AffixPatternState state, AffixPatternType type) in AffixTag() function
212 static AffixTag nextToken(AffixTag tag, const UnicodeString& patternString, UErrorCode& status);
222 static bool hasNext(const AffixTag& tag, const UnicodeString& string);
230 static inline AffixTag makeTag(int32_t offset, AffixPatternType type, AffixPatternState state, in makeTag()
Dnumber_affixutils.cpp163 AffixTag tag; in unescape()
183 AffixTag tag; in unescapedCodePointCount()
203 AffixTag tag; in containsType()
218 AffixTag tag; in hasCurrencySymbols()
235 AffixTag tag; in replaceType()
251 AffixTag tag; in containsOnlySymbolsAndIgnorables()
267 AffixTag tag; in iterateWithConsumer()
276 AffixTag AffixUtils::nextToken(AffixTag tag, const UnicodeString &patternString, UErrorCode &status… in nextToken()
419 bool AffixUtils::hasNext(const AffixTag &tag, const UnicodeString &string) { in hasNext()