Home
last modified time | relevance | path

Searched defs:CASE (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/common_components/platform/common/
Dstring_hash_internal.h38 #define CASE(N) case (N): \ in ComputeHashForDataOfLongString() macro
/arkcompiler/ets_runtime/common_components/platform/arm64/
Dstring_hash_internal.h40 #define CASE(N) case (N): \ in ComputeHashForDataOfLongString() macro
/arkcompiler/ets_runtime/ecmascript/
Djs_collator.h26 enum class SensitivityOption : uint8_t { BASE = 0x01, ACCENT, CASE, VARIANT, UNDEFINED, EXCEPTION }; enumerator