Searched defs:countGsmSeptetsUsingTables (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DGsmAlphabet.java384 int septetCount = countGsmSeptetsUsingTables(data, !throwException,
387 throw new EncodeException("countGsmSeptetsUsingTables(): unencodable char");
656 int septets = countGsmSeptetsUsingTables(s, true, 0, 0);
782 public static int countGsmSeptetsUsingTables(CharSequence s, boolean use7bitOnly, method in class:GsmAlphabet
834 int septets = GsmAlphabet.countGsmSeptetsUsingTables(s, use7bitOnly, 0, 0);

Completed in 65 milliseconds