Home
last modified time | relevance | path

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

/base/telephony/core_service/services/sim/include/
Dtag_service.h52 constexpr static uint8_t UCS_FLAG = 0x81; variable
Dsim_utils.h33 static const int UCS_FLAG = 0x81; variable
/base/telephony/core_service/services/sim/src/
Dtag_service.cpp96 } else if (arg == UCS_FLAG) { in LengthFunc()
Dsim_utils.cpp241 if (length >= START_POS && data[offset] == (unsigned char)UCS_FLAG) { in UcsCodeConvertToString()