Home
last modified time | relevance | path

Searched refs:ucs2 (Results 1 – 16 of 16) sorted by relevance

/external/qemu/telephony/
Dgsm.h109 extern int ucs2_check_gsm7( cbytes_t ucs2, int ucs2len );
114 extern int ucs2_to_gsm7( cbytes_t ucs2, int ucs2len, bytes_t dst, int offset );
118 extern int ucs2_to_gsm8( cbytes_t ucs2, int ucs2len, bytes_t dst );
123 extern int ucs2_from_gsm7( bytes_t ucs2, cbytes_t src, int offset, int count );
128 extern int ucs2_from_gsm8( bytes_t ucs2, cbytes_t src, int count );
136 extern int ucs2_to_utf8( cbytes_t ucs2, int ucs2len, bytes_t utf8 );
140 extern int utf8_to_ucs2( cbytes_t utf8, int utf8len, bytes_t ucs2 );
Dgsm.c446 ucs2_write( bytes_t ucs2, int offset, int v ) in ucs2_write() argument
448 if (ucs2) { in ucs2_write()
449 ucs2[offset+0] = (byte_t) (v >> 8); in ucs2_write()
450 ucs2[offset+1] = (byte_t) (v); in ucs2_write()
498 ucs2_to_utf8( cbytes_t ucs2, in ucs2_to_utf8() argument
505 for (nn = 0; nn < ucs2len; ucs2 += 2, nn++) { in ucs2_to_utf8()
506 int c= (ucs2[0] << 8) | ucs2[1]; in ucs2_to_utf8()
516 bytes_t ucs2 ) in utf8_to_ucs2() argument
528 result += ucs2_write(ucs2, result, c); in utf8_to_ucs2()
739 ucs2_from_gsm7( bytes_t ucs2, in ucs2_from_gsm7() argument
[all …]
/external/icu4c/common/
Dustr_cnv.c179 const UChar *ucs2, in u_austrncpy() argument
190 &ucs2, in u_austrncpy()
191 ucs2+u_ustrnlen(ucs2, n), in u_austrncpy()
211 const UChar *ucs2 ) in u_austrcpy() argument
219 ucs2, in u_austrcpy()
/external/chromium/third_party/icu/source/common/
Dustr_cnv.c179 const UChar *ucs2, in u_austrncpy() argument
190 &ucs2, in u_austrncpy()
191 ucs2+u_ustrnlen(ucs2, n), in u_austrncpy()
211 const UChar *ucs2 ) in u_austrcpy() argument
219 ucs2, in u_austrcpy()
/external/webkit/LayoutTests/http/conf/
Dapache2-httpd.conf532 AddCharset UCS-2 .ucs2
Dfedora-httpd.conf615 AddCharset UCS-2 .ucs2
Dapache2-debian-httpd.conf507 AddCharset UCS-2 .ucs2
Dcygwin-httpd.conf566 AddCharset UCS-2 .ucs2
Dhttpd.conf569 AddCharset UCS-2 .ucs2
/external/webkit/WebCore/icu/unicode/
Dustring.h557 const UChar *ucs2,
/external/webkit/JavaScriptGlue/icu/unicode/
Dustring.h557 const UChar *ucs2,
/external/webkit/WebKit/mac/icu/unicode/
Dustring.h557 const UChar *ucs2,
/external/webkit/JavaScriptCore/icu/unicode/
Dustring.h557 const UChar *ucs2,
/external/chromium/third_party/icu/public/common/unicode/
Dustring.h563 const UChar *ucs2,
/external/icu4c/common/unicode/
Dustring.h563 const UChar *ucs2,
/external/webkit/JavaScriptCore/wtf/unicode/qt4/
DUnicodeQt4.h54 Q_CORE_EXPORT const Properties * QT_FASTCALL properties(ushort ucs2);