OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SHIFT_JIS
(Results
1 - 6
of
6
) sorted by null
/frameworks/opt/mms/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
";
/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
";
217
if (
SHIFT_JIS
.equalsIgnoreCase(charset)) {
220
charset = CharsetUtils.charsetForVendor(
SHIFT_JIS
, "docomo").name();
223
"DoCoMo-specific
SHIFT_JIS
was not found. "
224
+ "Use
SHIFT_JIS
as is.");
225
charset =
SHIFT_JIS
;
229
charset = CharsetUtils.charsetForVendor(
SHIFT_JIS
).name();
232
// "Career-specific
SHIFT_JIS
was not found.
[
all
...]
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
;
180
charset = CharsetUtils.charsetForVendor(
SHIFT_JIS
, "docomo").name();
183
"DoCoMo-specific
SHIFT_JIS
was not found. "
184
+ "Use
SHIFT_JIS
as is.");
185
charset =
SHIFT_JIS
;
189
charset = CharsetUtils.charsetForVendor(
SHIFT_JIS
).name()
[
all
...]
/ndk/sources/android/support/src/musl-locale/
iconv.c
19
#define
SHIFT_JIS
0321
204
case
SHIFT_JIS
:
/external/apache-xml/src/main/java/org/apache/xml/serializer/
Encodings.properties
252
SJIS
SHIFT_JIS
0x007F
/external/zxing/core/
core.jar
Completed in 114 milliseconds