HomeSort by relevance Sort by last modified time
    Searched defs:SHIFT_JIS (Results 1 - 8 of 8) 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:
  /packages/apps/Messaging/src/android/support/v7/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";
  /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";
218 if (SHIFT_JIS.equalsIgnoreCase(charset)) {
223 + SHIFT_JIS + " is needed to be used."); */
225 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...]
  /packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
CharacterSets.java 126 * Shift_JIS value: java.nio.charset.CharsetICU[Shift_JIS]
290 public static final int SHIFT_JIS = 0x11;
324 SHIFT_JIS,
353 public static final String MIMENAME_SHIFT_JIS = "shift_JIS";
  /external/zxing/core/
core.jar 
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 120 milliseconds