Home
last modified time | relevance | path

Searched refs:UTF16 (Results 1 – 14 of 14) sorted by relevance

/external/chromium/third_party/icu/source/common/
Dunisetspan.h40 UTF16 = 8, enumerator
47 FWD_UTF16_CONTAINED = FWD | UTF16 | CONTAINED,
48 FWD_UTF16_NOT_CONTAINED = FWD | UTF16 | NOT_CONTAINED,
51 BACK_UTF16_CONTAINED = BACK | UTF16 | CONTAINED,
52 BACK_UTF16_NOT_CONTAINED= BACK | UTF16 | NOT_CONTAINED,
Dunisetspan.cpp237 if((which&UTF16) && length16>maxLength16) { in UnicodeSetStringSpan()
312 if(which&UTF16) { in UnicodeSetStringSpan()
/external/icu4c/common/
Dunisetspan.h40 UTF16 = 8, enumerator
47 FWD_UTF16_CONTAINED = FWD | UTF16 | CONTAINED,
48 FWD_UTF16_NOT_CONTAINED = FWD | UTF16 | NOT_CONTAINED,
51 BACK_UTF16_CONTAINED = BACK | UTF16 | CONTAINED,
52 BACK_UTF16_NOT_CONTAINED= BACK | UTF16 | NOT_CONTAINED,
Dunisetspan.cpp237 if((which&UTF16) && length16>maxLength16) { in UnicodeSetStringSpan()
312 if(which&UTF16) { in UnicodeSetStringSpan()
/external/chromium/net/data/proxy_script_fetcher_unittest/
Dutf16be_pac.mock-http-headers2 Content-Type: text/javascript; charset=UTF16-BE
/external/webkit/WebCore/loader/
DTextResourceDecoder.cpp97 enum Type { ASCII, JIS, EUC, SJIS, UTF16, UTF8 }; enumerator
762 case KanjiCode::UTF16: in detectJapaneseEncoding()
/external/icu4c/
Dconfigure.in1023 # GCC >= 4.4 supports UTF16 string literals. The CFLAGS and CXXFLAGS may change in the future.
1024 # Since we have to use a different standard, if strict is enable, don't enable UTF16 string literal…
1037 char16_t test[] = u"This is a UTF16 literal string.";
/external/webkit/JavaScriptCore/
DChangeLog-2007-10-14481 UTF16 optimized path since it will always leak due to the fact that we won't be
16139 Our UTF16-modified PCRE didn't work with extended character classes
16141 macro to read through them. In UTF16 mode, GETCHARINC expects UTF16
DChangeLog-2008-08-1024738 trailing surrogate (as UTF16 only allows one), possibly fix PCRE bugs involving char
24739 classes and garbled UTF16 strings.
/external/sqlite/dist/
Dsqlite3.h.orig3181 ** between UTF8 and UTF16.
Dsqlite3.c.orig3705 ** between UTF8 and UTF16.
18037 ** * This routine never allows a UTF16 surrogate value to be encoded.
78166 { "UTF16", 0 }, /* SQLITE_UTF16NATIVE */
/external/webkit/WebCore/
DChangeLog-2006-12-3149082 …-Added an explicit UChar* constructor to our string class as much of sqlite3's UTF16 handling is b…
49083 null-terminated UTF16 which we didn't yet support.
DChangeLog-2008-08-1018082 terminated UTF8; it's UTF16.
DChangeLog-2010-01-2981727 Use TextEncoding facilities to convert between UTF16 and UTF8