Home
last modified time | relevance | path

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

/ohos5.0/base/global/resource_management/frameworks/resmgr/src/utils/
H A Dutils.cpp124 if (srcLen % ArrayLen::LEN_THREE == 1) { in EncodeBase64()
130 } else if (srcLen % ArrayLen::LEN_THREE == ArrayIndex::INDEX_TWO) { in EncodeBase64()
286 if (Utils::IsStrEmpty(script) || StrLen(script) < ArrayLen::LEN_FOUR) { in EncodeScript()
409 if (len == ArrayLen::LEN_FOUR) { in ConvertColorToUInt32()
417 } else if (len == ArrayLen::LEN_FIVE) { in ConvertColorToUInt32()
426 } else if (len == ArrayLen::LEN_SEVEN) { in ConvertColorToUInt32()
434 } else if (len == ArrayLen::LEN_NINE) { in ConvertColorToUInt32()
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/utils/
H A Dutils.h55 enum ArrayLen { enum