Lines Matching refs:UsageOption
54 const std::vector<UsageOption> JSCollator::USAGE_OPTION = {UsageOption::SORT, UsageOption::SEARCH};
129 auto usage = JSLocale::GetOptionOfString<UsageOption>(thread, optionsObject, globalConst->GetHandledUsageString(),
131 UsageOption::SORT);
206 if (usage == UsageOption::SEARCH) {
288 if (usage == UsageOption::SORT) {
373 JSHandle<JSTaggedValue> OptionsToEcmaString(JSThread *thread, UsageOption usage)
378 case UsageOption::SORT:
381 case UsageOption::SEARCH:
458 UsageOption usageOption = collator->GetUsage();