Searched defs:illegal (Results 1 - 11 of 11) 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/base/i18n/
H A Dfile_util_icu.cc146 IllegalCharacters* illegal = IllegalCharacters::GetInstance(); local
170 if (illegal->contains(code_point)) {
/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/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/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 3245 milliseconds