/external/apache-harmony/nio_char/src/test/java/tests/api/java/nio/charset/ |
D | CharsetEncoderTest.java | 62 byte[] surrogate = new byte[0]; field in CharsetEncoderTest 587 if (surrogate.length > 0) { in addSurrogate() 588 byte[] temp = new byte[surrogate.length + expected.length]; in addSurrogate() 589 System.arraycopy(surrogate, 0, temp, 0, surrogate.length); in addSurrogate() 590 System.arraycopy(expected, 0, temp, surrogate.length, in addSurrogate()
|
D | UTF16CharsetEncoderTest.java | 42 surrogate = new byte[] { -1, -2 }; in setUp()
|
/external/icu4c/test/testdata/ |
D | test3.ucm | 52 # toUnicode result is surrogate pair: test real pair, single unit, unassigned
|
D | test4.ucm | 45 # toUnicode result is surrogate pair: test real pair, single unit, unassigned
|
D | conversion.txt | 1109 "\uD87E", // lone surrogate can cause an offset overflow 1116 "\uD87E", // lone surrogate can cause an offset overflow 1227 // There will be a partial match up to the lead surrogate of U+603ff 1770 // Unicode charsets that do not map surrogate code points 1814 // Unicode charsets that do map surrogate code points
|
/external/icu4c/i18n/ |
D | rematch.cpp | 371 UChar surrogate[2]; in appendReplacement() local 372 surrogate[0] = U16_LEAD(escapedChar); in appendReplacement() 373 surrogate[1] = U16_TRAIL(escapedChar); in appendReplacement() 375 destLen += utext_replace(dest, destLen, destLen, surrogate, 2, &status); in appendReplacement() 393 UChar surrogate[2]; in appendReplacement() local 394 surrogate[0] = U16_LEAD(c); in appendReplacement() 395 surrogate[1] = U16_TRAIL(c); in appendReplacement() 397 destLen += utext_replace(dest, destLen, destLen, surrogate, 2, &status); in appendReplacement() 407 UChar surrogate[2]; in appendReplacement() local 408 surrogate[0] = U16_LEAD(c); in appendReplacement() [all …]
|
/external/icu4c/test/cintltst/ |
D | ccapitst.c | 3535 static const UChar surrogate[1]={ 0xd900 }; in TestSubstString() local 3552 length=ucnv_fromUChars(cnv, buffer, (int32_t)sizeof(buffer), surrogate, 1, &errorCode); in TestSubstString() 3567 length=ucnv_fromUChars(cnv, buffer, (int32_t)sizeof(buffer), surrogate, 1, &errorCode); in TestSubstString()
|
/external/icu4c/data/unidata/ |
D | DerivedAge.txt | 16 # a noncharacter code point; or a surrogate code point. 29 # types: graphic, format, control, private-use, surrogate, noncharacter 376 D800..DFFF ; 2.0 # [2048] <surrogate-D800>..<surrogate-DFFF>
|
/external/bluetooth/glib/gthread/ |
D | ChangeLog | 622 surrogate for thread priorities (G_THREAD_USE_PID_SURROGATE is
|
/external/v8/test/mozilla/ |
D | mozilla.status | 435 # We do not check for bad surrogate pairs when quoting strings.
|
/external/bluetooth/glib/ |
D | ChangeLog.pre-2-4 | 324 niceness surrogate for thread priorities as requested by Tim. It 358 surrogate use gettid instead of getpid. This also works with nptl
|
D | ChangeLog.pre-2-2 | 927 * glib/gthread.c: Set the normal PID surrogate priority according
|
D | configure.in | 1728 crude surrogate will be used. If you happen to know a
|
D | ChangeLog.pre-2-0 | 4376 * configure.in: Add a surrogate for thread priorities using PID
|
/external/bluetooth/glib/docs/reference/ |
D | ChangeLog | 1833 * glib/tmpl/unicode.sgml: Add a footnote about surrogate 2564 niceness surrogate for thread priorities.
|
/external/harfbuzz/contrib/tables/ |
D | DerivedGeneralCategory.txt | 2461 D800..DFFF ; Cs # [2048] <surrogate-D800>..<surrogate-DFFF>
|
/external/icu4c/data/unidata/norm2/ |
D | uts46.txt | 3932 D800..DFFF >FFFD # 2.0 <surrogate-D800>..<surrogate-DFFF>
|
/external/pcre/doc/ |
D | pcre.txt | 181 points in the UTF-8 encoding. (In other words, the whole surrogate 3107 derived properties Any and L&. PCRE does support the Cs (surrogate)
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2003-10-25 | 3498 …sequences rather than on number of UTF-16 values. This helps with both surrogate pairs (the supple… 7479 surrogate code points if necessary. 7482 surrogate characters for a single numeric entity.
|
D | ChangeLog-2006-05-10 | 269 Also changed surrogate code logic to fix a couple things -- reject character codes 1228 (WebCore::TextEncoding::fromUnicode): Normalize the string; handle surrogate pairs. 34903 Allow surrogate pairs in numeric entities 34905 Test case: fast/parser/entity-surrogate-pairs.html 34908 (khtml::HTMLTokenizer::parseEntity): Don't check if we got a surrogate.
|
/external/webkit/Source/WebKit/mac/ |
D | ChangeLog-2006-02-09 | 2889 function overhead for iterating past a few characters. Merged the handling of surrogate 5871 to the ICU macros for surrogate pairs. 18842 … (widthForNextCharacter): Move handling of surrogate pairs (non-BMP) in here and unify it with 18844 … and changes us to use the code that was already doing the right thing for the surrogate pair case. 22169 Fixed 3371115. Can't correctly select text that contains surrogate pairs
|
/external/pcre/ |
D | ChangeLog | 1282 the "low surrogate" sequence 0xD800 to 0xDFFF. Previously, PCRE allowed the
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2008-08-10 | 24738 trailing surrogate (as UTF16 only allows one), possibly fix PCRE bugs involving char 27868 surrogate pair and the letter case can be handled efficiently. 28085 new strict mode, throwing an exception if there are malformed UTF-16 surrogate
|
D | ChangeLog-2007-10-14 | 8889 characters and surrogate pairs separately. Also fixed some DPRINTF so 20941 * kjs/ustring.cpp: (KJS::UString::UTF8String): Fix off-by-one error in surrogate pair logic.
|
/external/icu4c/data/mappings/ |
D | ibm-1399_P110-2003.ucm | 21 # includes mappings for surrogate pairs
|