Home
last modified time | relevance | path

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

/base/global/resource_management_lite/frameworks/resmgr_lite/include/
Dglobal_utils.h27 #define SCRIPT_LENGTH 4 macro
/base/global/i18n_lite/frameworks/i18n/src/
Dlocale_info.cpp33 static constexpr int SCRIPT_LENGTH = 4; variable
53 if (scriptLength == SCRIPT_LENGTH) { in Init()
421 if (length != SCRIPT_LENGTH || start == nullptr) { in IsScript()
/base/global/resource_management_lite/frameworks/resmgr_lite/src/
Dglobal_utils.c190 if (len == SCRIPT_LENGTH) { // script length is fixed at 4 in FindOffsetByLangWithScriptOrRegion()