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

  /frameworks/base/telephony/java/com/android/internal/telephony/
GsmAlphabet.java 335 int septetCount = countGsmSeptetsUsingTables(data, !throwException,
338 throw new EncodeException("countGsmSeptetsUsingTables(): unencodable char");
598 int septets = countGsmSeptetsUsingTables(s, true, 0, 0);
712 public static int countGsmSeptetsUsingTables(CharSequence s, boolean use7bitOnly,
760 int septets = GsmAlphabet.countGsmSeptetsUsingTables(s, use7bitOnly, 0, 0);
    [all...]
  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/
GsmAlphabetTest.java 43 int septetCount = GsmAlphabet.countGsmSeptetsUsingTables(message, true, 0, 0);

Completed in 94 milliseconds