HomeSort by relevance Sort by last modified time
    Searched refs:illegal (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/chromium/base/third_party/icu/
icu_utf.cc 73 * In Unicode, all UTF-8 byte sequences with more than 4 bytes are illegal;
74 * lead bytes above 0xf4 are illegal.
99 3, 3, 3, /* illegal in Unicode */
100 4, 4, 4, 4, /* illegal in Unicode */
101 5, 5, /* illegal in Unicode */
102 0, 0 /* illegal bytes 0xfe and 0xff */
119 * <0 "Safe" behavior of U8_NEXT(): All illegal byte sequences yield a negative
122 * All illegal byte sequences yield a positive code point such that this
124 * the illegal sequence.
127 * like illegal sequences
141 uint8 trail, illegal=0; local
    [all...]
  /external/icu4c/common/
utf_impl.c 48 * In Unicode, all UTF-8 byte sequences with more than 4 bytes are illegal;
49 * lead bytes above 0xf4 are illegal.
74 3, 3, 3, /* illegal in Unicode */
75 4, 4, 4, 4, /* illegal in Unicode */
76 5, 5, /* illegal in Unicode */
77 0, 0 /* illegal bytes 0xfe and 0xff */
94 * <0 "Safe" behavior of U8_NEXT(): All illegal byte sequences yield a negative
97 * All illegal byte sequences yield a positive code point such that this
99 * the illegal sequence.
102 * like illegal sequences
117 uint8_t trail, illegal=0; local
    [all...]
ustrtrns.cpp 274 uint8_t trail, illegal=0; local
278 /* count==0 for illegally leading trail bytes and the illegal bytes 0xfe and 0xff */
283 /* count>=4 is always illegal: no more than 3 trail bytes in Unicode's UTF-8 */
284 illegal=1;
291 illegal=1;
298 illegal=1;
306 illegal=1;
316 /* illegal is also set if count>=4 */
317 if(illegal || c<utf8_minLegal[count] || U_IS_SURROGATE(c)) {
343 uint8_t trail, illegal=0
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
stringencode.cc 65 const char * illegal, char escape) {
73 if ((ch == escape) || ::strchr(illegal, ch)) {
106 const char * illegal, char escape) {
114 if ((ch != escape) && !::strchr(illegal, ch)) {
435 // Not enough room to encode the character, or illegal character
stringencode.h 53 // Escaping prefixes illegal characters with the escape character. Compact, but
54 // illegal characters still appear in the string.
57 const char * illegal, char escape);
63 // Encoding replaces illegal characters with the escape character and 2 hex
65 // illegal characters. note that hex digits should not be used as illegal
69 const char * illegal, char escape);
76 // file, suitable for passing to the 'illegal' member of escape or encode.
79 // url_encode is an encode operation with a predefined set of illegal characters
  /cts/tools/vm-tests-tf/src/dot/junit/verify/b2/d/
T_b2_1.d 30 move v1, v0 ; illegal read access to v1
  /external/chromium/base/i18n/
file_util_icu.cc 146 IllegalCharacters* illegal = IllegalCharacters::GetInstance(); local
170 if (illegal->contains(code_point)) {
  /external/e2fsprogs/po/
at-expand.pl 78 $msg =~ s/\@I/illegal/g;
  /external/webkit/LayoutTests/fast/dom/HTMLAnchorElement/script-tests/
set-href-attribute-hash.js 21 // IE8 and Firefox3.5.2 don't consider these characters as illegal.
22 debug("'#' in hash value, and illegal characters in hostname");
set-href-attribute-pathname.js 48 debug("Set pathname that includes illegal characters to URL that contains illegal characters.");
  /external/llvm/test/MC/ARM/
thumb2-diagnostics.s 25 @ CHECK-ERRORS: error: illegal IT block condition mask 'tfe'
  /external/icu4c/test/cintltst/
trie2test.c 352 static const uint8_t illegal[]={ local
405 /* write an illegal byte sequence */
406 if(i8<sizeof(illegal)) {
407 U8_FWD_1(illegal, i8, sizeof(illegal));
409 s[length++]=illegal[prev8++];
414 /* write the remaining illegal byte sequences */
415 while(i8<sizeof(illegal)) {
416 U8_FWD_1(illegal, i8, sizeof(illegal));
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/
c++config.h 239 # error illegal use of multiple inlined namespaces
242 # error illegal use of multiple inlined namespaces
245 # error illegal use of multiple inlined namespaces
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/x86_64-linux/bits/
c++config.h 239 # error illegal use of multiple inlined namespaces
242 # error illegal use of multiple inlined namespaces
245 # error illegal use of multiple inlined namespaces
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/include/bits/
c++config.h 239 # error illegal use of multiple inlined namespaces
242 # error illegal use of multiple inlined namespaces
245 # error illegal use of multiple inlined namespaces
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include/bits/
c++config.h 239 # error illegal use of multiple inlined namespaces
242 # error illegal use of multiple inlined namespaces
245 # error illegal use of multiple inlined namespaces
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/mips/include/bits/
c++config.h 239 # error illegal use of multiple inlined namespaces
242 # error illegal use of multiple inlined namespaces
245 # error illegal use of multiple inlined namespaces
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/x86/include/bits/
c++config.h 239 # error illegal use of multiple inlined namespaces
242 # error illegal use of multiple inlined namespaces
245 # error illegal use of multiple inlined namespaces
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi/include/bits/
c++config.h 260 # error illegal use of multiple inlined namespaces
263 # error illegal use of multiple inlined namespaces
266 # error illegal use of multiple inlined namespaces
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/include/bits/
c++config.h 260 # error illegal use of multiple inlined namespaces
263 # error illegal use of multiple inlined namespaces
266 # error illegal use of multiple inlined namespaces
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/
c++config.h 260 # error illegal use of multiple inlined namespaces
263 # error illegal use of multiple inlined namespaces
266 # error illegal use of multiple inlined namespaces
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/
c++config.h 260 # error illegal use of multiple inlined namespaces
263 # error illegal use of multiple inlined namespaces
266 # error illegal use of multiple inlined namespaces
    [all...]
  /external/clang/test/Sema/
array-init.c 5 extern int foof() = 1; // expected-error{{illegal initializer (only variables can be initialized)}}
19 typedef int TInt = 1; // expected-error{{illegal initializer (only variables can be initialized)}}
116 void illegal() { function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/
i686-linux-gccbug 330 >Class: <[ doc-bug | accepts-illegal | rejects-legal | wrong-code | ice-on-legal-code| ice-on-illegal-code | pessimizes-code | sw-bug | change-request | support ] (one line)>
332 SEND-PR: accepts-illegal GCC fails to reject erroneous code.
337 SEND-PR: ice-on-illegal-code GCC gives an ICE instead of reporting an error
462 ""|doc-bug|accepts-illegal|rejects-legal|wrong-code|ice-on-legal-code|ice-on-illegal-code|pessimizes-code|sw-bug|change-request|support) CNT=`expr $CNT + 1` ;;
  /external/v8/test/mjsunit/compiler/
optimized-function-calls.js 44 // Regression test for issue where we would try do an illegal

Completed in 3595 milliseconds

1 2 3