Home
last modified time | relevance | path

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

/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/include/
H A Dres_locale.h87 static constexpr uint16_t END_TYPE = 0x0000; variable
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dres_locale.h93 static constexpr uint16_t END_TYPE = 0x0000; variable
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dres_locale.cpp179 nextType = ResLocale::END_TYPE; in ProcessSubtag()
216 if (nextType == END_TYPE) { in DoParse()
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dres_locale.cpp185 nextType = ResLocale::END_TYPE; in ProcessSubtag()
222 if (nextType == END_TYPE) { in DoParse()