Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dsim_number_decode.h58 static constexpr uint8_t FLAG_UNKNOWN = 0x81; variable
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dsim_number_decode.cpp130 bcdCodes.push_back(hasPlus ? FLAG_INTERNATIONAL : FLAG_UNKNOWN); in NumberConvertToBCD()