Home
last modified time | relevance | path

Searched defs:surrogate (Results 1 – 12 of 12) sorted by relevance

/third_party/node/test/parallel/
Dtest-repl-preprocess-top-level-await.js12 const surrogate = ( constant
Dtest-util-inspect.js862 const surrogate = String.fromCharCode(charCode); constant
/third_party/rust/crates/os_str_bytes/src/windows/wtf8/
Dcode_points.rs17 surrogate: bool, field
Dconvert.rs108 surrogate: Option<NonZeroU16>, field
/third_party/icu/icu4c/source/test/intltest/
Ditercoll.cpp253 UnicodeString surrogate = UNICODE_STRING_SIMPLE("\\ud800\\udc00str").unescape(); in TestOffset() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
DCollationIteratorTest.java287 String surrogate = "\ud800\udc00str"; in TestOffset() local
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationIteratorTest.java284 String surrogate = "\ud800\udc00str"; in TestOffset() local
/third_party/icu/icu4c/source/i18n/
Drematch.cpp370 UChar surrogate[2]; in appendReplacement() local
392 UChar surrogate[2]; in appendReplacement() local
406 UChar surrogate[2]; in appendReplacement() local
/third_party/skia/third_party/externals/icu/source/i18n/
Drematch.cpp370 UChar surrogate[2]; in appendReplacement() local
392 UChar surrogate[2]; in appendReplacement() local
406 UChar surrogate[2]; in appendReplacement() local
/third_party/node/deps/icu-small/source/i18n/
Drematch.cpp370 char16_t surrogate[2]; in appendReplacement() local
392 char16_t surrogate[2]; in appendReplacement() local
406 char16_t surrogate[2]; in appendReplacement() local
/third_party/icu/icu4c/source/test/cintltst/
Dccapitst.c3681 static const UChar surrogate[1]={ 0xd900 }; in TestSubstString() local
/third_party/python/Objects/
Dunicodeobject.c4784 Py_UCS4 surrogate = 0; in PyUnicode_DecodeUTF7Stateful() local