Lines Matching defs:usage
128 // 4. Let usage be ? GetOption(options, "usage", "string", « "sort", "search" », "sort").
129 auto usage = JSLocale::GetOptionOfString<UsageOption>(thread, optionsObject, globalConst->GetHandledUsageString(),
133 collator->SetUsage(usage);
204 // If usage is serach set co-serach to icu locale key word value
206 if (usage == UsageOption::SEARCH) {
285 // a. If usage is "sort", then
288 if (usage == UsageOption::SORT) {
373 JSHandle<JSTaggedValue> OptionsToEcmaString(JSThread *thread, UsageOption usage)
377 switch (usage) {