HomeSort by relevance Sort by last modified time
    Searched refs:ucs2 (Results 1 - 6 of 6) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
Input.java 33 public boolean ucs2; field in class:Input
47 ucs2 = false;
62 ucs2 = in.readInt() == 1 ? true : false;
83 dest.writeInt(ucs2 ? 1 : 0);
ResponseData.java 80 public GetInkeyInputResponseData(String inData, boolean ucs2, boolean packed) {
82 mIsUcs2 = ucs2;
117 // ucs2 is by definition big endian.
146 buf.write(0x08); // UCS2
CommandParamsFactory.java 73 // If UCS2 encoding is used, maximum 118 UCS2 chars can be encoded in 238 bytes.
74 // Each UCS2 char takes 2 bytes. Byte Order Mask(BOM), 0xFEFF takes 2 bytes.
446 input.ucs2 = (cmdDet.commandQualifier & 0x02) != 0;
513 input.ucs2 = (cmdDet.commandQualifier & 0x02) != 0;
520 if (input.ucs2 && input.maxLen > MAX_UCS2_CHARS) {
521 CatLog.d(this, "UCS2: received maxLen = " + input.maxLen +
    [all...]
CatService.java     [all...]
  /external/icu/icu4c/source/common/
ustr_cnv.cpp 202 const UChar *ucs2,
213 &ucs2,
214 ucs2+u_ustrnlen(ucs2, n),
234 const UChar *ucs2 )
242 ucs2,
  /external/icu/icu4c/source/common/unicode/
ustring.h 559 * @param ucs2 A string to compare (can be NULL/invalid if n<=0).
568 const UChar *ucs2,
    [all...]

Completed in 488 milliseconds