HomeSort by relevance Sort by last modified time
    Searched full:lmbcs (Results 1 - 19 of 19) sorted by null

  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetLMBCS.java 28 * LMBCS
37 * LMBCS to and from Unicode.
39 * Since the LMBCS character set is only sparsely documented in existing
41 * file to serve as a guide to understanding LMBCS.
43 * LMBCS was originally designed with these four sometimes-competing design goals:
50 * All of the national character sets LMBCS was trying to encode are 'ANSI'
55 * bytes from 0x20-0x7F are represented by the same single-byte values in LMBCS.
59 * The general LMBCS code unit is from 1-3 bytes. We can describe the 3 bytes as
63 * data bytes. The maximum size of a LMBCS character is 3 bytes:
75 * Most of the values less than 0x20 are reserved in LMBCS to announc
    [all...]
CharsetICU.java 143 algorithmicCharsets.put("LMBCS-1", "com.ibm.icu.charset.CharsetLMBCS");
144 algorithmicCharsets.put("LMBCS-2", "com.ibm.icu.charset.CharsetLMBCS");
145 algorithmicCharsets.put("LMBCS-3", "com.ibm.icu.charset.CharsetLMBCS");
146 algorithmicCharsets.put("LMBCS-4", "com.ibm.icu.charset.CharsetLMBCS");
147 algorithmicCharsets.put("LMBCS-5", "com.ibm.icu.charset.CharsetLMBCS");
148 algorithmicCharsets.put("LMBCS-6", "com.ibm.icu.charset.CharsetLMBCS");
149 algorithmicCharsets.put("LMBCS-8", "com.ibm.icu.charset.CharsetLMBCS");
150 algorithmicCharsets.put("LMBCS-11", "com.ibm.icu.charset.CharsetLMBCS");
151 algorithmicCharsets.put("LMBCS-16", "com.ibm.icu.charset.CharsetLMBCS");
152 algorithmicCharsets.put("LMBCS-17", "com.ibm.icu.charset.CharsetLMBCS")
    [all...]
CharsetMBCS.java     [all...]
  /external/icu/icu4c/source/common/
ucnv_lmb.cpp 23 * Add comments to document LMBCS format and implementation
47 LMBCS
51 LMBCS was invented in the late 1980's and is primarily used in Lotus Notes
56 LMBCS to and from Unicode.
58 Since the LMBCS character set is only sparsely documented in existing
60 file to serve as a guide to understanding LMBCS.
62 LMBCS was originally designed with these four sometimes-competing design goals:
71 All of the national character sets LMBCS was trying to encode are 'ANSI'
76 bytes from 0x20-0x7F are represented by the same single-byte values in LMBCS.
78 The general LMBCS code unit is from 1-3 bytes. We can describe the 3 bytes a
691 UConverterDataLMBCS lmbcs; member in struct:LMBCSClone
    [all...]
  /external/icu/icu4c/source/tools/makeconv/
ucnvstat.c 67 /* LMBCS */ NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL
genmbcs.cpp 810 * surrogate code points and LMBCS does not map 256 PUA code points.)
    [all...]
  /external/icu/icu4c/source/data/mappings/
lmb-excp.ucm 12 # File created manually from source file LMBCS.ALL
29 #ISO 10646 LMBCS
convrtrs.txt     [all...]
  /external/icu/icu4c/source/test/cintltst/
stdnmtst.c 109 dotestname("LMBCS-1", "MIME", NULL))
301 doTestNames("LMBCS-1", "MIME", asciiMIME, 0);
ccapitst.c     [all...]
nucnvtst.c 823 /* LMBCS */
    [all...]
ncnvtst.c     [all...]
nccbtst.c 847 /*LMBCS*/
    [all...]
  /external/icu/icu4c/source/test/testdata/
conversion.txt 734 // LMBCS with escape callback (1292a0 is unassigned)
736 "LMBCS",
743 "LMBCS",
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
CharacterSets.java 265 * x-LMBCS-1 value: java.nio.charset.CharsetICU[x-LMBCS-1]
  /external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
TestCharset.java 812 converter.equals("x-LMBCS-1")) {
    [all...]
TestConversion.java 189 "lmbcs",
    [all...]
  /external/icu/icu4c/source/common/unicode/
ucnv.h 750 * some stateful converters (EBCDIC_STATEFUL, ISO-2022) and LMBCS.
    [all...]
  /external/icu/icu4c/source/test/intltest/
convtest.cpp 577 "LMBCS"
    [all...]

Completed in 867 milliseconds