Home
last modified time | relevance | path

Searched defs:AffixTag (Results 1 – 1 of 1) 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() function