Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/resource/
H A Dace_res_key_parser.cpp290 char mncStr[MAX_MCC_MNC_LEN] = { 0 }; in GetMncShortLenByValue() local
291 if (sprintf_s(mncStr, MAX_MCC_MNC_LEN, "mnc%02u", value) < 0) { in GetMncShortLenByValue()
294 return std::string(mncStr); in GetMncShortLenByValue()
299 char mncStr[MAX_MCC_MNC_LEN] = { 0 }; in GetMncByValue() local
300 if (sprintf_s(mncStr, MAX_MCC_MNC_LEN, "mnc%03u", value) < 0) { in GetMncByValue()
303 return std::string(mncStr); in GetMncByValue()