Searched refs:illegal (Results 1 - 21 of 21) sorted by relevance

/external/chromium/base/third_party/icu/
H A Dicu_utf.cc73 * 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 sequence
141 uint8 trail, illegal=0; local
[all...]
/external/icu4c/common/
H A Dutf_impl.c44 * In Unicode, all UTF-8 byte sequences with more than 4 bytes are illegal;
45 * lead bytes above 0xf4 are illegal.
70 3, 3, 3, /* illegal in Unicode */
71 4, 4, 4, 4, /* illegal in Unicode */
72 5, 5, /* illegal in Unicode */
73 0, 0 /* illegal bytes 0xfe and 0xff */
90 * <0 "Safe" behavior of U8_NEXT(): All illegal byte sequences yield a negative
93 * All illegal byte sequences yield a positive code point such that this
95 * the illegal sequence.
98 * like illegal sequence
112 uint8_t trail, illegal=0; local
[all...]
H A Dustrtrns.c270 uint8_t trail, illegal=0; local
273 /* count==0 for illegally leading trail bytes and the illegal bytes 0xfe and 0xff */
278 /* count>=4 is always illegal: no more than 3 trail bytes in Unicode's UTF-8 */
279 illegal=1;
286 illegal=1;
293 illegal=1;
301 illegal=1;
311 /* illegal is also set if count>=4 */
312 if(illegal || c<utf8_minLegal[count] || UTF_IS_SURROGATE(c)) {
338 uint8_t trail, illegal local
[all...]
/external/chromium/third_party/libjingle/source/talk/base/
H A Dstringencode.cc65 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
H A Dstringencode.h53 // 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
/external/chromium/base/i18n/
H A Dfile_util_icu.cc146 IllegalCharacters* illegal = IllegalCharacters::GetInstance(); local
170 if (illegal->contains(code_point)) {
/external/e2fsprogs/po/
H A Dat-expand.pl78 $msg =~ s/\@I/illegal/g;
/external/llvm/test/MC/ARM/
H A Dthumb2-diagnostics.s25 @ CHECK-ERRORS: error: illegal IT block condition mask 'tfe'
/external/v8/test/mjsunit/
H A Dobject-define-property.js476 assertTrue(/illegal access/.test(e));
482 assertTrue(/illegal access/.test(e));
488 assertTrue(/illegal access/.test(e));
494 assertTrue(/illegal access/.test(e));
500 assertTrue(/illegal access/.test(e));
508 assertTrue(/illegal access/.test(e));
514 assertTrue(/illegal access/.test(e));
/external/icu4c/test/cintltst/
H A Dtrie2test.c352 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...]
/external/clang/test/Sema/
H A Darray-init.c3 extern int foof() = 1; // expected-error{{illegal initializer (only variables can be initialized)}}
17 typedef int TInt = 1; // expected-error{{illegal initializer (only variables can be initialized)}}
114 void illegal() { function
/external/llvm/lib/Support/Windows/
H A DPath.inc97 // Check for illegal characters.
/external/icu4c/i18n/
H A Drbt_pars.cpp302 const UnicodeString& illegal,
379 * @param illegal the set of special characters that is illegal during
394 const UnicodeString& illegal,
496 if (illegal.indexOf(c) >= 0) {
392 parseSection(const UnicodeString& rule, int32_t pos, int32_t limit, UnicodeString& buf, const UnicodeString& illegal, UBool isSegment, UErrorCode& status) argument
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
H A DXPathParser.java146 new Object[]{ extraTokens }); //"Extra illegal tokens: "+extraTokens);
211 new Object[]{ extraTokens }); //"Extra illegal tokens: "+extraTokens);
1697 error(XPATHErrorResources.ER_PREDICATE_ILLEGAL_SYNTAX, null); //"'..[predicate]' or '.[predicate]' is illegal syntax. Use 'self::node()[predicate]' instead.");
1810 new Object[]{ m_token }); //"illegal axis name: "+m_token);
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A Dglslang_tab.cpp3253 context->error((yyvsp[(2) - (2)].lex).line, "illegal use of type 'void'", (yyvsp[(2) - (2)].lex).string->c_str(), "");
/external/mesa3d/src/glsl/glcpp/
H A Dglcpp-parse.c1994 glcpp_warning(& (yylsp[(1) - (2)]), parser, "ignoring illegal #elif without expression");
/external/webkit/Source/JavaScriptCore/tests/mozilla/Getopt/
H A DMixed.pm454 are illegal; use "a=i apples>a oranges>a" if that's what you want.
/external/v8/src/
H A Dheap.cc2897 Code* illegal = isolate_->builtins()->builtin(Builtins::kIllegal); local
2898 share->set_code(illegal);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 657 milliseconds