Lines Matching refs:parseFlags
154 … return fCurrency = {fSetupData->currencySymbols, fSetupData->dfs, fSetupData->parseFlags, status}; in currency()
199 parse_flags_t parseFlags, bool* success, in fromAffixPattern() argument
208 if (0 != (parseFlags & PARSE_FLAG_EXACT_AFFIX)) { in fromAffixPattern()
238 … const IgnorablesMatcher& ignorables, parse_flags_t parseFlags, in isInteresting() argument
249 if (0 == (parseFlags & PARSE_FLAG_USE_FULL_AFFIXES) && in isInteresting()
270 parse_flags_t parseFlags, UErrorCode& status) { in createAffixMatchers() argument
271 if (!isInteresting(patternInfo, ignorables, parseFlags, status)) { in createAffixMatchers()
278 bool includeUnpaired = 0 != (parseFlags & PARSE_FLAG_INCLUDE_UNPAIRED_AFFIXES); in createAffixMatchers()
300 && 0 != (parseFlags & PARSE_FLAG_PLUS_SIGN_ALLOWED)) { in createAffixMatchers()
304 && 0 == (parseFlags & PARSE_FLAG_PLUS_SIGN_ALLOWED)) { in createAffixMatchers()
314 sb, *fTokenWarehouse, parseFlags, &hasPrefix, status); in createAffixMatchers()
324 sb, *fTokenWarehouse, parseFlags, &hasSuffix, status); in createAffixMatchers()