Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/base/resource/
H A Dace_res_key_parser.cpp281 char mccStr[MAX_MCC_MNC_LEN] = { 0 }; in GetMccByValue() local
282 if (sprintf_s(mccStr, MAX_MCC_MNC_LEN, "mcc%03u", value) < 0) { in GetMccByValue()
285 return std::string(mccStr); in GetMccByValue()

Completed in 2 milliseconds