HomeSort by relevance Sort by last modified time
    Searched full:ucs2 (Results 26 - 50 of 64) sorted by null

12 3

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_multibytecodec.py 160 if len(u'\U00012345') == 2: # UCS2
  /external/qemu/distrib/sdl-1.2.15/src/file/
SDL_rwops.c 144 /* Use UCS2: no UTF-16 support here. Try again in SDL 1.3. :) */
145 char *utf16 = SDL_iconv_string("UCS2", "UTF8", filename, SDL_strlen(filename) + 1);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
CommandParamsFactory.java 419 input.ucs2 = (cmdDet.commandQualifier & 0x02) != 0;
486 input.ucs2 = (cmdDet.commandQualifier & 0x02) != 0;
    [all...]
CatService.java 713 input.ucs2, input.packed);
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3inputstream.c 70 // UTF16 (also covers UCS2)
88 // UTF32 (also covers UCS2)
691 /// \brief Common function to setup function interface for a UTF16 or UCS2 input stream.
696 /// - Strictly speaking, there is no such thing as a UCS2 input stream as the term
697 /// tends to confuse the notions of character encoding, unicode and so on. UCS2 is
    [all...]
antlr3filestream.c 183 // machine (or it is really UCS2). If there is a BOM we determine if the encoding
antlr3string.c 357 // UCS2 has the same encoding as UTF16 so we can use UTF16 converter.
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GsmSmsCbTest.java 402 "A UCS2 message containing a \u0434 character", msg.getMessageBody());
431 "A UCS2 message containing a \u0434 character", msg.getMessageBody());
476 assertEquals("Unexpected multipage UCS2 string decoded",
499 "A UCS2 message containing a \u0434 character", msg.getMessageBody());
530 "A UCS2 message containing a \u0434 character", msg.getMessageBody());
    [all...]
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3defs.h 83 /// UTF-16 encoding scheme (which also covers UCS2 as that does not have surrogates)
  /external/chromium_org/net/third_party/mozilla_security_manager/
nsPKCS12Blob.cpp 336 // Set no-op ascii-ucs2 conversion function to work around weird NSS
  /frameworks/base/location/java/com/android/internal/location/
GpsNetInitiatedHandler.java 348 * @param coding Specifies the coding scheme of the string, such as GSM, UTF8, UCS2, etc. This coding scheme
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
ModelInterpreter.java 670 {"+CSCS=?", "+CSCS: (\"HEX\",\"UCS2\")\r"},
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
SmsMessage.java 341 * @return encoded message as UCS2
711 * Interprets the user data payload as UCS2 characters, and
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_iconv.c 128 { "UCS2", ENCODING_UCS2 },
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libc.a     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/xen/
libc.a     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libc.a     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/xen/
libc.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/lib/
libc.a     [all...]
  /external/chromium_org/tools/python/google/httpd_config/
httpd.conf 570 AddCharset UCS-2 .ucs2
  /external/qemu/telephony/
sms.c 1132 /* data coding scheme - GSM 7 bits / no class - or - 16-bit UCS2 / class 1 */
    [all...]
  /external/tcpdump/
smbutil.c 337 /* convert a UCS2 string into iso-8859-1 string */
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
unicodeobject.h 604 (UCS2), and range(0x110000) on wide builds (UCS4). A ValueError is
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
unicodeobject.h 604 (UCS2), and range(0x110000) on wide builds (UCS4). A ValueError is
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
ustring.h 554 * @param ucs2 A string to compare.
563 const UChar *ucs2,
    [all...]

Completed in 1696 milliseconds

12 3