/external/qemu/distrib/sdl-1.2.15/test/ |
utf8.txt | 194 4 Overlong sequences | 200 reasons: (1) It helps to debug applications if overlong sequences are | 202 to spot problems more quickly. (2) Overlong sequences provide | 212 reject overlong UTF-8 sequences for which a shorter encoding exists. | 214 4.1 Examples of an overlong ASCII character | 216 With a safe UTF-8 decoder, all of the following five overlong | 228 4.2 Maximum overlong sequences | 231 overlong sequence if represented with the given number of bytes. This | 241 4.3 Overlong representation of the NUL character | 258 comparable to overlong UTF-8 sequences. [all...] |
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-1415.js | 38 // Overlong encodings
|
/external/v8/test/mjsunit/regress/ |
regress-1415.js | 38 // Overlong encodings
|
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/ |
Utf8.java | 40 * Unicode 3.1, which mandates the rejection of "overlong" byte 43 * has been modified to also reject "overlong" byte sequences, but (as 162 // leading position and overlong 2-byte form. 180 // overlong? 5 most significant bits must not all be zero 280 // leading position and overlong 2-byte form. 292 // overlong? 5 most significant bits must not all be zero
|
Internal.java | 112 * <p>This method rejects "overlong" byte sequences, as well as 116 * JDK has been modified to also reject "overlong" byte sequences,
|
ByteString.java | 588 * <p>This method returns {@code false} for "overlong" byte sequences, 592 * Oracle's JDK has been modified to also reject "overlong" byte [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/nio_char/tests/java/nio/charset/ |
CharsetDecoderTest.java | 238 // overlong NULL 240 // overlong ascii 'A' 242 // overlong "/../"
|
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/ |
webtreemap.css | 34 overflow: hidden; /* To hide overlong captions. */
|
/external/chromium_org/third_party/libxslt/libexslt/ |
exsltexports.h | 19 * modifying this, rather than overlong #ifdef lines. This helps
|
/external/chromium_org/third_party/libxslt/libxslt/ |
xsltexports.h | 21 * modifying this, rather than overlong #ifdef lines. This helps
|
/external/libxslt/libxslt/ |
xsltexports.h | 21 * modifying this, rather than overlong #ifdef lines. This helps
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-utf-private.hh | 50 /* TODO check for overlong sequences? */ 87 /* TODO check for overlong sequences? */
|
/external/harfbuzz_ng/src/ |
hb-utf-private.hh | 50 /* TODO check for overlong sequences? */ 87 /* TODO check for overlong sequences? */
|
/external/qemu/distrib/sdl-1.2.15/src/stdlib/ |
SDL_iconv.c | 326 SDL_bool overlong = SDL_FALSE; local 335 overlong = SDL_TRUE; 348 overlong = SDL_TRUE; 361 overlong = SDL_TRUE; 374 overlong = SDL_TRUE; 387 overlong = SDL_TRUE; 421 if ( overlong ) {
|
/external/chromium_org/third_party/libxml/src/include/libxml/ |
xmlexports.h | 20 * modifying this, rather than overlong #ifdef lines. This helps
|
/external/chromium_org/v8/test/mjsunit/ |
string-lastindexof.js | 57 var longNonMatch = "overlong string that doesn't match";
|
/external/libxml2/include/libxml/ |
xmlexports.h | 20 * modifying this, rather than overlong #ifdef lines. This helps
|
/external/v8/test/mjsunit/ |
string-lastindexof.js | 57 var longNonMatch = "overlong string that doesn't match";
|
/external/flac/libFLAC/ |
format.c | 323 if ((utf8[0] & 0xFE) == 0xC0) /* overlong sequence check */ 328 if (utf8[0] == 0xE0 && (utf8[1] & 0xE0) == 0x80) /* overlong sequence check */ 338 if (utf8[0] == 0xF0 && (utf8[1] & 0xF0) == 0x80) /* overlong sequence check */ 343 if (utf8[0] == 0xF8 && (utf8[1] & 0xF8) == 0x80) /* overlong sequence check */ 348 if (utf8[0] == 0xFC && (utf8[1] & 0xFC) == 0x80) /* overlong sequence check */
|
/hardware/ti/omap4xxx/security/tf_daemon/ |
lib_manifest2.c | 387 /* Illegal UTF-8: overlong encoding of character in the [0x00-0x7F] range 425 /* We're in a 3-byte sequence, check that we're not using an overlong sequence */
|
/external/chromium/base/ |
string_util_unittest.cc | 125 // Overlong sequences 350 // overlong sequences [all...] |
/external/chromium_org/base/strings/ |
string_util_unittest.cc | 126 // Overlong sequences 353 // overlong sequences [all...] |
/external/harfbuzz_ng/test/api/ |
test-buffer.c | 615 /* overlong sequences */
|
/external/libvpx/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/ |
PHP Markdown Extra Readme.text | 237 with odly placed and overlong markers.
|
/external/icu4c/tools/gennorm2/ |
n2builder.cpp | 720 // 99: overlong substring lengths get pinned to remainder lengths anyway [all...] |