Searched defs:AffixTag (Results 1 – 1 of 1) sorted by relevance
34 struct AffixTag { struct40 AffixTag() : offset(0), state(STATE_BASE) {} in AffixTag() argument42 AffixTag(int32_t offset) : offset(offset) {} in AffixTag() function44 AffixTag(int32_t offset, UChar32 codePoint, AffixPatternState state, AffixPatternType type) in AffixTag() function