HomeSort by relevance Sort by last modified time
    Searched full:fffd (Results 76 - 100 of 231) sorted by null

1 2 34 5 6 7 8 910

  /external/icu/icu4c/source/data/sprep/
rfc4518ci.txt 401 1D800..1FFFD; ; UNASSIGNED
403 2FA1E..2FFFD; ; UNASSIGNED
404 30000..3FFFD; ; UNASSIGNED
405 40000..4FFFD; ; UNASSIGNED
406 50000..5FFFD; ; UNASSIGNED
407 60000..6FFFD; ; UNASSIGNED
408 70000..7FFFD; ; UNASSIGNED
409 80000..8FFFD; ; UNASSIGNED
410 90000..9FFFD; ; UNASSIGNED
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/
branch.d 65 [ ]+7fac:[ ]+fffd bafe[ ]+bwf (0x7e6a|7e6a <startm16>)
66 [ ]+7fb0:[ ]+fffd b6fe[ ]+bwf (0x7e6a|7e6a <startm16>)
67 [ ]+7fb4:[ ]+fffd b2fe[ ]+bwf (0x7e6a|7e6a <startm16>)
87 [ ]+7ffe:[ ]+fffd 0080[ ]+bwf (0x2|2 <startm32>)
451 [ ]+836e:[ ]+fffd 6a01[ ]+bwf (0x84dc|84dc <endp16>)
452 [ ]+8372:[ ]+fffd 6601[ ]+bwf (0x84dc|84dc <endp16>)
453 [ ]+8376:[ ]+fffd 6201[ ]+bwf (0x84dc|84dc <endp16>)
473 [ ]+83c0:[ ]+fffd 1801[ ]+bwf (0x84dc|84dc <endp16>)
474 [ ]+83c4:[ ]+fffd 1401[ ]+bwf (0x84dc|84dc <endp16>)
475 [ ]+83c8:[ ]+fffd 1001[ ]+bwf (0x84dc|84dc <endp16>
    [all...]
  /external/webrtc/webrtc/base/
physicalsocketserver.cc 1058 uint32_t ffFD = FD_CLOSE;
1060 ffFD |= FD_READ;
1062 ffFD |= FD_WRITE;
1064 ffFD |= FD_CONNECT;
1066 ffFD |= FD_ACCEPT;
1067 return ffFD;
    [all...]
  /external/icu/icu4c/source/common/unicode/
idna.h 72 * Disallowed characters are mapped to U+FFFD.
80 * letters, digits, hyphen (LDH) and dot/full stop are disallowed and mapped to U+FFFD.
utf16.h 230 * c is set to U+FFFD.
337 * to a single, unpaired lead surrogate, then c is set to U+FFFD.
601 * trail surrogate, then c is set to U+FFFD.
utf.h 75 * that return U+FFFD for illegal code unit sequences.
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DecimalFormatSymbolsTest.java 512 * naN = [?][U+fffd]
527 // RI's default NaN is U+FFFD, Harmony's is based on ICU
  /prebuilts/misc/windows/sdl2/test/
utf8.txt 27 replacement character (U+FFFD), which looks a bit like an inverted
104 2.3.3 U-0000FFFD = ef bf bd = "?" |
  /external/lzma/CPP/Common/
StringConvert.cpp 38 character is converted to U+FFFD, which is REPLACEMENT CHARACTER.
  /external/python/cpython3/Include/
codecs.h 219 /* replace the unicode encode error with ? or U+FFFD */
  /libcore/luni/src/main/java/java/nio/charset/
CharsetEncoderICU.java 34 // It's odd that UTF-8 doesn't use U+FFFD, given that (unlike ISO-8859-1 and US-ASCII) it
  /libcore/luni/src/test/java/libcore/java/nio/charset/
CharsetEncoderTest.java 113 // replacement character U+fffd when it sees the second character (because it too
  /prebuilts/go/darwin-x86/src/unicode/utf16/
utf16_test.go 133 {'\U0010FFFD', false}, // PRIVATE USE CHARACTER-10FFFD (last Unicode code point)
  /prebuilts/go/linux-x86/src/unicode/utf16/
utf16_test.go 133 {'\U0010FFFD', false}, // PRIVATE USE CHARACTER-10FFFD (last Unicode code point)
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
Collation.java 105 // CE32 value for U+FFFD as well as illegal UTF-8 byte sequences (which behave like U+FFFD).
106 // We use the third-highest primary weight for U+FFFD (as in UCA 6.3+).
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
Collation.java 103 // CE32 value for U+FFFD as well as illegal UTF-8 byte sequences (which behave like U+FFFD).
104 // We use the third-highest primary weight for U+FFFD (as in UCA 6.3+).
  /external/icu/icu4c/source/test/intltest/
collationtest.cpp 297 // string with U+FFFD == illegal byte sequence
308 StringPiece fffd(strings[i]);
310 UCollationResult order = coll->compareUTF8(fffd, illegal, errorCode);
312 errln("compareUTF8(pair %d: U+FFFD, illegal UTF-8)=%d != UCOL_EQUAL",
808 // and we forbid tailoring after U+FFFD and U+FFFF.
    [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/doc/
tokenization.txt     [all...]
  /dalvik/dx/tests/024-code-bytecode/
small-class.txt 212 9a fffd # 00bd: ifne 00ba
  /external/harfbuzz_ng/src/
hb-buffer-private.hh 94 hb_codepoint_t replacement; /* U+FFFD or something else. */
hb-buffer.h 295 * Set to U+FFFD REPLACEMENT CHARACTER.
  /external/icu/icu4c/source/extra/uconv/
uconv.1.in 283 .B U+FFFD
  /external/icu/icu4c/source/i18n/
collationiterator.h 256 * or TRUE if they map to CE(U+FFFD) (for UTF-8)
  /external/okhttp/okio/okio/src/main/java/okio/
BufferedSource.java 182 * remove 1 or more non-UTF-8 bytes and return the replacement character ({@code U+FFFD}). This
  /external/python/cpython2/Doc/library/
email.charset.rst 125 the Unicode replacement character ``'U+FFFD'``.

Completed in 982 milliseconds

1 2 34 5 6 7 8 910