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/base/telephony/tests/telephonytests/src/com/android/internal/telephony/
GsmAlphabetTest.java
79
assertEquals(1, GsmAlphabet.
countGsmSeptets
('\u00a2'));
155
assertEquals(1, GsmAlphabet.
countGsmSeptets
(c));
169
assertEquals(2, GsmAlphabet.
countGsmSeptets
(sGsmExtendedChars.charAt(i)));
/frameworks/base/telephony/java/com/android/internal/telephony/
GsmAlphabet.java
663
countGsmSeptets
(char c) {
665
return
countGsmSeptets
(c, false);
682
countGsmSeptets
(char c, boolean throwsException) throws EncodeException {
721
Log.w(TAG, "
countGsmSeptets
() string contains Escape character, skipping.");
756
countGsmSeptets
(CharSequence s, boolean use7bitOnly) {
797
Log.w(TAG, "
countGsmSeptets
() string contains Escape character, ignoring!");
[
all
...]
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
SmsMessage.java
747
TextEncodingDetails ted = GsmAlphabet.
countGsmSeptets
(msgBody, use7bitOnly);
[
all
...]
Completed in 29 milliseconds