Lines Matching refs:parseFlags
154 … return fCurrency = {fSetupData->currencySymbols, fSetupData->dfs, fSetupData->parseFlags, status}; in currency()
195 parse_flags_t parseFlags, bool* success, in fromAffixPattern() argument
204 if (0 != (parseFlags & PARSE_FLAG_EXACT_AFFIX)) { in fromAffixPattern()
234 … const IgnorablesMatcher& ignorables, parse_flags_t parseFlags, in isInteresting() argument
245 if (0 == (parseFlags & PARSE_FLAG_USE_FULL_AFFIXES) && in isInteresting()
266 parse_flags_t parseFlags, UErrorCode& status) { in createAffixMatchers() argument
267 if (!isInteresting(patternInfo, ignorables, parseFlags, status)) { in createAffixMatchers()
274 bool includeUnpaired = 0 != (parseFlags & PARSE_FLAG_INCLUDE_UNPAIRED_AFFIXES); in createAffixMatchers()
288 && 0 != (parseFlags & PARSE_FLAG_PLUS_SIGN_ALLOWED)) { in createAffixMatchers()
292 && 0 == (parseFlags & PARSE_FLAG_PLUS_SIGN_ALLOWED)) { in createAffixMatchers()
301 sb, *fTokenWarehouse, parseFlags, &hasPrefix, status); in createAffixMatchers()
310 sb, *fTokenWarehouse, parseFlags, &hasSuffix, status); in createAffixMatchers()