Searched refs:UTF16 (Results 1 – 14 of 14) sorted by relevance
/external/chromium/third_party/icu/source/common/ |
D | unisetspan.h | 40 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,
|
D | unisetspan.cpp | 237 if((which&UTF16) && length16>maxLength16) { in UnicodeSetStringSpan() 312 if(which&UTF16) { in UnicodeSetStringSpan()
|
/external/icu4c/common/ |
D | unisetspan.h | 40 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,
|
D | unisetspan.cpp | 237 if((which&UTF16) && length16>maxLength16) { in UnicodeSetStringSpan() 312 if(which&UTF16) { in UnicodeSetStringSpan()
|
/external/chromium/net/data/proxy_script_fetcher_unittest/ |
D | utf16be_pac.mock-http-headers | 2 Content-Type: text/javascript; charset=UTF16-BE
|
/external/webkit/WebCore/loader/ |
D | TextResourceDecoder.cpp | 97 enum Type { ASCII, JIS, EUC, SJIS, UTF16, UTF8 }; enumerator 762 case KanjiCode::UTF16: in detectJapaneseEncoding()
|
/external/icu4c/ |
D | configure.in | 1023 # 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/ |
D | ChangeLog-2007-10-14 | 481 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
|
D | ChangeLog-2008-08-10 | 24738 trailing surrogate (as UTF16 only allows one), possibly fix PCRE bugs involving char 24739 classes and garbled UTF16 strings.
|
/external/sqlite/dist/ |
D | sqlite3.h.orig | 3181 ** between UTF8 and UTF16.
|
D | sqlite3.c.orig | 3705 ** between UTF8 and UTF16. 18037 ** * This routine never allows a UTF16 surrogate value to be encoded. 78166 { "UTF16", 0 }, /* SQLITE_UTF16NATIVE */
|
/external/webkit/WebCore/ |
D | ChangeLog-2006-12-31 | 49082 …-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.
|
D | ChangeLog-2008-08-10 | 18082 terminated UTF8; it's UTF16.
|
D | ChangeLog-2010-01-29 | 81727 Use TextEncoding facilities to convert between UTF16 and UTF8
|