HomeSort by relevance Sort by last modified time
    Searched defs:SHIFT_JIS (Results 1 - 5 of 5) sorted by null

  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
CharacterSets.java 42 public static final int SHIFT_JIS = 0x11;
68 SHIFT_JIS,
89 public static final String MIMENAME_SHIFT_JIS = "shift_JIS";
  /ndk/sources/android/support/src/musl-locale/
iconv.c 19 #define SHIFT_JIS 0321
220 case SHIFT_JIS:
  /frameworks/opt/vcard/java/com/android/vcard/
VCardComposer.java 113 // Strictly speaking, "Shift_JIS" is the most appropriate, but we use upper version here,
115 private static final String SHIFT_JIS = "SHIFT_JIS";
216 if (SHIFT_JIS.equalsIgnoreCase(charset)) {
221 + SHIFT_JIS + " is needed to be used."); */
223 mCharset = SHIFT_JIS;
VCardBuilder.java 101 private static final String SHIFT_JIS = "SHIFT_JIS";
161 if (!SHIFT_JIS.equalsIgnoreCase(charset)) {
164 + SHIFT_JIS + " is needed to be used."); */
166 mCharset = SHIFT_JIS;
173 mVCardCharsetParameter = "CHARSET=" + SHIFT_JIS;
    [all...]
  /external/zxing/core/
core.jar 

Completed in 416 milliseconds