Home
last modified time | relevance | path

Searched refs:ucs2 (Results 1 – 12 of 12) 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/chromium_org/third_party/icu/source/common/
Dustr_cnv.c202 const UChar *ucs2, in u_austrncpy() argument
213 &ucs2, in u_austrncpy()
214 ucs2+u_ustrnlen(ucs2, n), in u_austrncpy()
234 const UChar *ucs2 ) in u_austrcpy() argument
242 ucs2, in u_austrcpy()
/external/icu/icu4c/source/common/
Dustr_cnv.c202 const UChar *ucs2, in u_austrncpy() argument
213 &ucs2, in u_austrncpy()
214 ucs2+u_ustrnlen(ucs2, n), in u_austrncpy()
234 const UChar *ucs2 ) in u_austrcpy() argument
242 ucs2, in u_austrcpy()
/external/regex-re2/
Ducs2.diff190 - bool ucs2 = prog_->flags() & Regexp::UCS2;
198 - if (!ucs2 && !anchored && first_byte_ >= 0 && runq->size() == 0 &&
209 - if(ucs2 && runq->size() == 0 &&
218 - if(!ucs2 || (p - context.begin()) % 2 == 0) {
362 - { single_line|Regexp::UCS2, "single-line, ucs2" },
366 - { multi_line|Regexp::UCS2, "multiline, ucs2" },
498 - bool ucs2 = false;
508 - ucs2 = true;
520 - if (ucs2) {
/external/chromium_org/third_party/re2/
Ducs2.diff190 - bool ucs2 = prog_->flags() & Regexp::UCS2;
198 - if (!ucs2 && !anchored && first_byte_ >= 0 && runq->size() == 0 &&
209 - if(ucs2 && runq->size() == 0 &&
218 - if(!ucs2 || (p - context.begin()) % 2 == 0) {
362 - { single_line|Regexp::UCS2, "single-line, ucs2" },
366 - { multi_line|Regexp::UCS2, "multiline, ucs2" },
498 - bool ucs2 = false;
508 - ucs2 = true;
520 - if (ucs2) {
/external/chromium_org/tools/python/google/httpd_config/
Dhttpd2_mac.conf165 AddCharset UCS-2 .ucs2
Dhttpd2.conf216 AddCharset UCS-2 .ucs2
Dhttpd.conf570 AddCharset UCS-2 .ucs2
/external/chromium_org/third_party/cython/src/Cython/Debugger/
Dlibpython.py1195 ucs2 = int(field_str[i])
1196 if ucs2 < 0xDC00 or ucs2 > 0xDFFF:
1199 code |= ucs2 & 0x03FF
/external/icu/icu4c/source/common/unicode/
Dustring.h568 const UChar *ucs2,
/external/chromium_org/third_party/icu/source/common/unicode/
Dustring.h568 const UChar *ucs2,