Searched refs:mncStr (Results 1 – 1 of 1) sorted by relevance
290 char mncStr[MAX_MCC_MNC_LEN] = { 0 }; in GetMncShortLenByValue() local291 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() local300 if (sprintf_s(mncStr, MAX_MCC_MNC_LEN, "mnc%03u", value) < 0) { in GetMncByValue()303 return std::string(mncStr); in GetMncByValue()