Home | History | Annotate | Download | only in i18n

Lines Matching refs:AffixUtils

19 int32_t AffixUtils::estimateLength(const UnicodeString &patternString, UErrorCode &status) {
85 UnicodeString AffixUtils::escape(const UnicodeString &input) {
131 Field AffixUtils::getFieldForType(AffixPatternType type) {
160 AffixUtils::unescape(const UnicodeString &affixPattern, NumberStringBuilder &output, int32_t position,
180 int32_t AffixUtils::unescapedCodePointCount(const UnicodeString &affixPattern,
199 AffixUtils::containsType(const UnicodeString &affixPattern, AffixPatternType type, UErrorCode &status) {
214 bool AffixUtils::hasCurrencySymbols(const UnicodeString &affixPattern, UErrorCode &status) {
229 UnicodeString AffixUtils::replaceType(const UnicodeString &affixPattern, AffixPatternType type,
246 bool AffixUtils::containsOnlySymbolsAndIgnorables(const UnicodeString& affixPattern,
262 void AffixUtils::iterateWithConsumer(const UnicodeString& affixPattern, TokenConsumer& consumer,
276 AffixTag AffixUtils::nextToken(AffixTag tag, const UnicodeString &patternString, UErrorCode &status) {
419 bool AffixUtils::hasNext(const AffixTag &tag, const UnicodeString &string) {