OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:countGsmSeptets
(Results
1 - 3
of
3
) sorted by null
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
GsmAlphabetTest.java
80
assertEquals(1, GsmAlphabet.
countGsmSeptets
('\u00a2'));
156
assertEquals(1, GsmAlphabet.
countGsmSeptets
(c));
170
assertEquals(2, GsmAlphabet.
countGsmSeptets
(sGsmExtendedChars.charAt(i)));
/frameworks/base/telephony/java/com/android/internal/telephony/
GsmAlphabet.java
712
countGsmSeptets
(char c) {
714
return
countGsmSeptets
(c, false);
731
countGsmSeptets
(char c, boolean throwsException) throws EncodeException {
770
Rlog.w(TAG, "
countGsmSeptets
() string contains Escape character, skipping.");
805
countGsmSeptets
(CharSequence s, boolean use7bitOnly) {
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
SmsMessage.java
766
TextEncodingDetails ted = GsmAlphabet.
countGsmSeptets
(msgBody, use7bitOnly);
[
all
...]
Completed in 86 milliseconds