Searched refs:surrogate (Results 1 - 13 of 13) sorted by relevance

/external/clang/test/SemaCXX/
H A Denable_if.cpp4 int surrogate(int);
31 operator fp() __attribute__((enable_if(false, "never enabled"))) { return surrogate; } // expected-note{{conversion candidate of type 'int (*)(int)'}} // FIXME: the message is not displayed
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
H A DActionScriptTarget.java64 * or are in the surrogate pair ranges. For example "/uffff" will not encode properly
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
H A DCollationIteratorTest.java282 // setting offset in the middle of a surrogate pair
283 String surrogate = "\ud800\udc00str";
284 iter = tailored.getCollationElementIterator(surrogate);
286 iter.setOffset(1); // sets offset in the middle of surrogate
289 errln("Error: setting offset in the middle of a surrogate pair should be the same as setting it to the start of the surrogate pair");
291 surrogate = "simple\ud800\udc00str";
292 iter = tailored.getCollationElementIterator(surrogate);
295 iter.setOffset(7); // sets offset in the middle of surrogate
298 errln("Error: setting offset in the middle of a surrogate pai
[all...]
/external/icu/icu4c/source/test/intltest/
H A Ditercoll.cpp252 // setting offset in the middle of a surrogate pair
253 UnicodeString surrogate = UNICODE_STRING_SIMPLE("\\ud800\\udc00str").unescape(); local
254 iter = tailored.createCollationElementIterator(surrogate);
256 iter->setOffset(1, status); // sets offset in the middle of surrogate
259 errln("Error: setting offset in the middle of a surrogate pair should be the same as setting it to the start of the surrogate pair");
264 surrogate = UNICODE_STRING_SIMPLE("simple\\ud800\\udc00str").unescape();
265 iter = tailored.createCollationElementIterator(surrogate);
268 iter->setOffset(7, status); // sets offset in the middle of surrogate
271 errln("Error: setting offset in the middle of a surrogate pai
[all...]
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationIteratorTest.java278 // setting offset in the middle of a surrogate pair
279 String surrogate = "\ud800\udc00str";
280 iter = tailored.getCollationElementIterator(surrogate);
282 iter.setOffset(1); // sets offset in the middle of surrogate
285 errln("Error: setting offset in the middle of a surrogate pair should be the same as setting it to the start of the surrogate pair");
287 surrogate = "simple\ud800\udc00str";
288 iter = tailored.getCollationElementIterator(surrogate);
291 iter.setOffset(7); // sets offset in the middle of surrogate
294 errln("Error: setting offset in the middle of a surrogate pai
[all...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
H A DBagFormatter.java335 UnicodeSet surrogate; field in class:BagFormatter.NameLabel
341 surrogate = source.getSet("gc=Cs");
358 if (surrogate.contains(codePoint)) {
359 return "<surrogate-" + Utility.hex(codePoint, 4) + ">";
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/
H A DBagFormatter.java334 UnicodeSet surrogate; field in class:BagFormatter.NameLabel
340 surrogate = source.getSet("gc=Cs");
357 if (surrogate.contains(codePoint)) {
358 return "<surrogate-" + Utility.hex(codePoint, 4) + ">";
/external/icu/icu4c/source/i18n/
H A Drematch.cpp364 UChar surrogate[2]; local
365 surrogate[0] = U16_LEAD(escapedChar);
366 surrogate[1] = U16_TRAIL(escapedChar);
368 destLen += utext_replace(dest, destLen, destLen, surrogate, 2, &status);
386 UChar surrogate[2]; local
387 surrogate[0] = U16_LEAD(c);
388 surrogate[1] = U16_TRAIL(c);
390 destLen += utext_replace(dest, destLen, destLen, surrogate, 2, &status);
400 UChar surrogate[2]; local
401 surrogate[
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dccapitst.c1969 * a high surrogate in the last position of the Unicode intermediate buffer. Apparently no
1990 /* this happens when surrogate pair straddles the intermediate buffer in
3504 static const UChar surrogate[1]={ 0xd900 }; local
3521 length=ucnv_fromUChars(cnv, buffer, (int32_t)sizeof(buffer), surrogate, 1, &errorCode);
3536 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 ...
/external/robolectric/v1/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 795 milliseconds