Home
last modified time | relevance | path

Searched refs:surrogate (Results 1 – 25 of 32) sorted by relevance

12

/external/apache-harmony/nio_char/src/test/java/tests/api/java/nio/charset/
DCharsetEncoderTest.java62 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()
DUTF16CharsetEncoderTest.java42 surrogate = new byte[] { -1, -2 }; in setUp()
/external/icu4c/test/testdata/
Dtest3.ucm52 # toUnicode result is surrogate pair: test real pair, single unit, unassigned
Dtest4.ucm45 # toUnicode result is surrogate pair: test real pair, single unit, unassigned
Dconversion.txt1109 "\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/
Drematch.cpp371 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/
Dccapitst.c3535 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/
DDerivedAge.txt16 # 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/
DChangeLog622 surrogate for thread priorities (G_THREAD_USE_PID_SURROGATE is
/external/v8/test/mozilla/
Dmozilla.status435 # We do not check for bad surrogate pairs when quoting strings.
/external/bluetooth/glib/
DChangeLog.pre-2-4324 niceness surrogate for thread priorities as requested by Tim. It
358 surrogate use gettid instead of getpid. This also works with nptl
DChangeLog.pre-2-2927 * glib/gthread.c: Set the normal PID surrogate priority according
Dconfigure.in1728 crude surrogate will be used. If you happen to know a
DChangeLog.pre-2-04376 * configure.in: Add a surrogate for thread priorities using PID
/external/bluetooth/glib/docs/reference/
DChangeLog1833 * glib/tmpl/unicode.sgml: Add a footnote about surrogate
2564 niceness surrogate for thread priorities.
/external/harfbuzz/contrib/tables/
DDerivedGeneralCategory.txt2461 D800..DFFF ; Cs # [2048] <surrogate-D800>..<surrogate-DFFF>
/external/icu4c/data/unidata/norm2/
Duts46.txt3932 D800..DFFF >FFFD # 2.0 <surrogate-D800>..<surrogate-DFFF>
/external/pcre/doc/
Dpcre.txt181 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/
DChangeLog-2003-10-253498 …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.
DChangeLog-2006-05-10269 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/
DChangeLog-2006-02-092889 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/
DChangeLog1282 the "low surrogate" sequence 0xD800 to 0xDFFF. Previously, PCRE allowed the
/external/webkit/Source/JavaScriptCore/
DChangeLog-2008-08-1024738 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
DChangeLog-2007-10-148889 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/
Dibm-1399_P110-2003.ucm21 # includes mappings for surrogate pairs

12