HomeSort by relevance Sort by last modified time
    Searched defs:surrogate (Results 1 - 14 of 14) sorted by null

  /external/icu/icu4c/source/test/intltest/
itercoll.cpp 252 // 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 pair should be the same as setting it to the start of the surrogate pair")
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
rematch.cpp 352 // Note: Surrogate pairs don't need any special handling
371 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
    [all...]
  /external/icu/icu4c/source/i18n/
rematch.cpp 358 // Note: Surrogate pairs don't need any special handling
377 UChar surrogate[2]; local
378 surrogate[0] = U16_LEAD(escapedChar);
379 surrogate[1] = U16_TRAIL(escapedChar);
381 destLen += utext_replace(dest, destLen, destLen, surrogate, 2, &status);
399 UChar surrogate[2]; local
400 surrogate[0] = U16_LEAD(c);
401 surrogate[1] = U16_TRAIL(c);
403 destLen += utext_replace(dest, destLen, destLen, surrogate, 2, &status);
413 UChar surrogate[2] local
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
CharsetEncoderTest.java 62 byte[] surrogate = new byte[0]; field in class:CharsetEncoderTest
251 // surrogate char for unicode
255 // valid surrogate pair
528 // surrogate char for unicode
531 // valid surrogate pair
533 // invalid surrogate pair
578 // assertByteArray(out, surrogate);
597 if (surrogate.length > 0) {
598 byte[] temp = new byte[surrogate.length + expected.length];
599 System.arraycopy(surrogate, 0, temp, 0, surrogate.length)
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
ccapitst.c 3535 static const UChar surrogate[1]={ 0xd900 }; local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
ccapitst.c 3499 static const UChar surrogate[1]={ 0xd900 }; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi_3.9.1.v20140110-1610.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar 
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 

Completed in 994 milliseconds