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

  /libcore/harmony-tests/src/test/java/tests/api/java/nio/charset/
UTF16CharsetEncoderTest.java 42 surrogate = new byte[] { -1, -2 };
78 // surrogate char for unicode
81 // valid surrogate pair
83 // invalid surrogate pair
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
588 // assertByteArray(out, surrogate);
607 if (surrogate.length > 0) {
608 byte[] temp = new byte[surrogate.length + expected.length];
609 System.arraycopy(surrogate, 0, temp, 0, surrogate.length)
    [all...]
  /external/chromium_org/content/test/data/indexeddb/
key_types_test.js 43 "'\uD834\uDD1E'", // U+1D11E MUSICAL SYMBOL G-CLEF (UTF-16 surrogate pair)
71 "['\uD834\uDD1E']", // U+1D11E MUSICAL SYMBOL G-CLEF (UTF-16 surrogate pair)
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
ActionScriptTarget.java 64 * or are in the surrogate pair ranges. For example "/uffff" will not encode properly
  /external/chromium_org/v8/test/mjsunit/
unicodelctest-no-optimization.js 30 // characters are coded using explicit surrogate pairs.
    [all...]
unicodelctest.js 29 // characters are coded using explicit surrogate pairs.
    [all...]
  /external/icu4c/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...]
  /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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_unicode.py 232 # Non surrogate below surrogate value, no fixup required
235 # Non surrogate above surrogate value, fixup required
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_unicode.py 232 # Non surrogate below surrogate value, no fixup required
235 # Non surrogate above surrogate value, fixup required
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
ccapitst.c 3535 static const UChar surrogate[1]={ 0xd900 }; local
    [all...]
  /external/icu4c/test/cintltst/
ccapitst.c 3496 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 
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 

Completed in 632 milliseconds