Home
last modified time | relevance | path

Searched refs:isExist (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/intl/
Dlocale_helper.cpp155 bool isExist = false; in CanonicalizeHelper() local
159 isExist = true; in CanonicalizeHelper()
162 if (!isExist) { in CanonicalizeHelper()
/arkcompiler/ets_runtime/ecmascript/
Djs_locale.cpp279 bool isExist = false; in GetOption() local
284 isExist = true; in GetOption()
287 if (!isExist) { in GetOption()