Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dsim_number_decode.cpp97 const int32_t surplus = static_cast<int32_t>(bcdCode) - CHAR_START; in BcdToChar() local
98 if (surplus < INIT_VAL) { in BcdToChar()
107 if (static_cast<size_t>(surplus) >= extendedPtr->size()) { in BcdToChar()
111 result = extendedPtr->at(surplus); in BcdToChar()