Searched refs:AffixTag (Results 1 – 3 of 3) sorted by relevance
/external/icu/libicu/cts_headers/ |
D | number_affixutils.h | 35 struct AffixTag { struct 41 AffixTag() in AffixTag() argument 44 AffixTag(int32_t offset) in AffixTag() argument 47 AffixTag(int32_t offset, UChar32 codePoint, AffixPatternState state, AffixPatternType type) in AffixTag() argument 213 static AffixTag nextToken(AffixTag tag, const UnicodeString& patternString, UErrorCode& status); 223 static bool hasNext(const AffixTag& tag, const UnicodeString& string); 231 static inline AffixTag makeTag(int32_t offset, AffixPatternType type, AffixPatternState state, in makeTag()
|
/external/icu/icu4c/source/i18n/ |
D | number_affixutils.h | 35 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 213 static AffixTag nextToken(AffixTag tag, const UnicodeString& patternString, UErrorCode& status); 223 static bool hasNext(const AffixTag& tag, const UnicodeString& string); 231 static inline AffixTag makeTag(int32_t offset, AffixPatternType type, AffixPatternState state, in makeTag()
|
D | number_affixutils.cpp | 162 AffixTag tag; in unescape() 186 AffixTag tag; in unescapedCodePointCount() 206 AffixTag tag; in containsType() 221 AffixTag tag; in hasCurrencySymbols() 238 AffixTag tag; in replaceType() 254 AffixTag tag; in containsOnlySymbolsAndIgnorables() 270 AffixTag tag; in iterateWithConsumer() 279 AffixTag AffixUtils::nextToken(AffixTag tag, const UnicodeString &patternString, UErrorCode &status… in nextToken() 421 bool AffixUtils::hasNext(const AffixTag &tag, const UnicodeString &string) { in hasNext()
|