Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dcjson_parser.cpp403 bool canBeFullMatched = IsFileExistFullMatch(languageFile); in CheckLanguageFileName() local
404 if (canBeFullMatched) { in CheckLanguageFileName()
428 bool canBeFullMatched = false; in IsFileExistFullMatch() local
431 canBeFullMatched = true; in IsFileExistFullMatch()
436 return canBeFullMatched; in IsFileExistFullMatch()