Searched defs:countGsmSeptets (Results 1 - 1 of 1) sorted by path

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DGsmAlphabet.java721 countGsmSeptets(char c) { method in class:GsmAlphabet
723 return countGsmSeptets(c, false);
740 countGsmSeptets(char c, boolean throwsException) throws EncodeException { method in class:GsmAlphabet
791 Rlog.w(TAG, "countGsmSeptets() string contains Escape character, skipping.");
826 countGsmSeptets(CharSequence s, boolean use7bitOnly) { method in class:GsmAlphabet
871 Rlog.w(TAG, "countGsmSeptets() string contains Escape character, ignoring!");

Completed in 38 milliseconds