Searched refs:digit6 (Results 1 – 1 of 1) sorted by relevance
147 char digit6 = (plmn.length() > 5) ? plmn.charAt(5) : 'F'; in stringToBcdPlmn() local149 data[offset + 1] = (byte) (charToByte(digit6) << 4 | charToByte(plmn.charAt(2))); in stringToBcdPlmn()