Home | History | Annotate | Download | only in i18n

Lines Matching refs:affixPattern

122 class U_I18N_API AffixPattern : public UMemory {
140 AffixPattern()
177 * FALSE if the AffixPattern being iterated over is empty.
211 AffixPattern &append(const AffixPattern &other);
214 * Converts this AffixPattern back into a user string.
220 * Converts this AffixPattern back into a string.
226 * Parses an affix pattern string appending it to an AffixPattern.
241 * an AffixPattern instance.
251 static AffixPattern &parseAffixString(
253 AffixPattern &appendTo,
257 * Parses an affix pattern string appending it to an AffixPattern.
267 static AffixPattern &parseUserAffixString(
269 AffixPattern &appendTo,
272 UBool equals(const AffixPattern &other) const {
312 * An iterator over the tokens in an AffixPattern instance.
318 * Using an iterator without first calling iterator on an AffixPattern
333 AffixPattern::ETokenType getTokenType() const;
354 friend class AffixPattern;
360 * A locale aware class that converts locale independent AffixPattern
370 * Parses affixPattern appending the result to appendTo.
371 * @param affixPattern The affix pattern.
373 * @param appendTo The result of parsing affixPattern is appended here.
378 const AffixPattern &affixPattern,