Searched defs:surrogate (Results 1 - 5 of 5) sorted by relevance

/external/apache-harmony/nio_char/src/test/java/tests/api/java/nio/charset/
H A DCharsetEncoderTest.java62 byte[] surrogate = new byte[0]; field in class:CharsetEncoderTest
254 // surrogate char for unicode
258 // valid surrogate pair
529 // surrogate char for unicode
533 // valid surrogate pair
535 // invalid surrogate pair
568 // assertByteArray(out, surrogate);
587 if (surrogate.length > 0) {
588 byte[] temp = new byte[surrogate.length + expected.length];
589 System.arraycopy(surrogate,
[all...]
/external/icu4c/i18n/
H A Drematch.cpp371 UChar surrogate[2]; local
372 surrogate[0] = U16_LEAD(escapedChar);
373 surrogate[1] = U16_TRAIL(escapedChar);
375 destLen += utext_replace(dest, destLen, destLen, surrogate, 2, &status);
393 UChar surrogate[2]; local
394 surrogate[0] = U16_LEAD(c);
395 surrogate[1] = U16_TRAIL(c);
397 destLen += utext_replace(dest, destLen, destLen, surrogate, 2, &status);
407 UChar surrogate[2]; local
408 surrogate[
[all...]
/external/icu4c/test/cintltst/
H A Dccapitst.c2015 * a high surrogate in the last position of the Unicode intermediate buffer. Apparently no
2036 /* this happens when surrogate pair straddles the intermediate buffer in
3541 static const UChar surrogate[1]={ 0xd900 }; local
3558 length=ucnv_fromUChars(cnv, buffer, (int32_t)sizeof(buffer), surrogate, 1, &errorCode);
3573 length=ucnv_fromUChars(cnv, buffer, (int32_t)sizeof(buffer), surrogate, 1, &errorCode);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 734 milliseconds