HomeSort by relevance Sort by last modified time
    Searched full:codingscheme (Results 1 - 4 of 4) sorted by null

  /external/pdfium/core/fpdfapi/font/
cpdf_cmap.h 31 enum CodingScheme : uint8_t {
69 void SetCodingScheme(CodingScheme scheme) { m_CodingScheme = scheme; }
94 CodingScheme m_CodingScheme;
cpdf_cmap.cpp 29 CPDF_CMap::CodingScheme m_CodingScheme;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
ValueParser.java 322 byte codingScheme = 0x00;
335 codingScheme = (byte) (rawValue[valueIndex] & 0x0c);
337 if (codingScheme == 0x00) { // GSM 7-bit packed
340 } else if (codingScheme == 0x04) { // GSM 8-bit unpacked
343 } else if (codingScheme == 0x08) { // UCS2
  /external/scapy/scapy/contrib/
gsm_um.py     [all...]

Completed in 207 milliseconds