Home
last modified time | relevance | path

Searched refs:FALSE_OPTION (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_collator.h25 enum class CaseFirstOption : uint8_t { UPPER = 0x01, LOWER, FALSE_OPTION, UNDEFINED, EXCEPTION }; member in panda::ecmascript::CaseFirstOption
H A Djs_collator.cpp28 {"false", CaseFirstOption::FALSE_OPTION}
33 {CaseFirstOption::FALSE_OPTION, UCOL_OFF},
42 CaseFirstOption::UPPER, CaseFirstOption::LOWER, CaseFirstOption::FALSE_OPTION
428 case CaseFirstOption::FALSE_OPTION: in OptionsToEcmaString()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_collator_stub_builder.cpp231 static_cast<int64_t>(CaseFirstOption::FALSE_OPTION), static_cast<int64_t>(CaseFirstOption::UNDEFINED)

Completed in 3 milliseconds