Home
last modified time | relevance | path

Searched refs:MAX_MCC_MNC_LEN (Results 1 - 1 of 1) sorted by relevance

/foundation/arkui/ace_engine/frameworks/base/resource/
H A Dace_res_key_parser.cpp31 constexpr int32_t MAX_MCC_MNC_LEN = 8; member
281 char mccStr[MAX_MCC_MNC_LEN] = { 0 }; in GetMccByValue()
282 if (sprintf_s(mccStr, MAX_MCC_MNC_LEN, "mcc%03u", value) < 0) { in GetMccByValue()
290 char mncStr[MAX_MCC_MNC_LEN] = { 0 }; in GetMncShortLenByValue()
291 if (sprintf_s(mncStr, MAX_MCC_MNC_LEN, "mnc%02u", value) < 0) { in GetMncShortLenByValue()
299 char mncStr[MAX_MCC_MNC_LEN] = { 0 }; in GetMncByValue()
300 if (sprintf_s(mncStr, MAX_MCC_MNC_LEN, "mnc%03u", value) < 0) { in GetMncByValue()

Completed in 2 milliseconds