Home
last modified time | relevance | path

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

/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()
209 const bool prependPlus = (*it == FLAG_INTERNATIONAL); in BCDConvertToString()
/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dsim_number_decode.h57 static constexpr uint8_t FLAG_INTERNATIONAL = 0x91; variable