HomeSort by relevance Sort by last modified time
    Searched refs:hexCharToInt (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/carrierapi/src/android/carrierapi/cts/
IccUtils.java 64 ret[i/2] = (byte) ((hexCharToInt(s.charAt(i)) << 4) | hexCharToInt(s.charAt(i+1)));
82 public static int hexCharToInt(char c) {
  /device/google/cuttlefish_common/guest/hals/ril/libril/
ril_service.cpp     [all...]

Completed in 186 milliseconds