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

1 2

  /external/libchrome/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.
95 3, 3, /* illegal in Unicode */
96 4, 4, 4, 4, /* illegal in Unicode */
97 5, 5, /* illegal in Unicode */
98 0, 0 /* illegal bytes 0xfe and 0xff */
115 * <0 "Safe" behavior of U8_NEXT(): All illegal byte sequences yield a negative
118 * All illegal byte sequences yield a positive code point such that this
120 * the illegal sequence.
123 * like illegal sequences
140 uint8_t trail, illegal = 0; local
    [all...]
  /external/libweave/third_party/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
145 uint8_t trail, illegal=0; local
    [all...]
  /external/icu/icu4c/source/common/
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/icu/icu4c/source/test/cintltst/
trie2test.c 350 static const uint8_t illegal[]={ local
403 /* write an illegal byte sequence */
404 if(i8<sizeof(illegal)) {
405 U8_FWD_1(illegal, i8, sizeof(illegal));
407 s[length++]=illegal[prev8++];
412 /* write the remaining illegal byte sequences */
413 while(i8<sizeof(illegal)) {
414 U8_FWD_1(illegal, i8, sizeof(illegal));
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
xmllib.py 24 illegal = re.compile('[^\t\r\n -\176\240-\377]') # illegal chars in content variable
263 self.syntax_error('illegal data at start of file')
267 if not self.__accept_utf8 and illegal.search(data):
268 self.syntax_error('illegal character in content')
410 if not self.__accept_utf8 and illegal.search(data):
411 self.syntax_error('illegal character in content')
438 illegal.search(rawdata, i+4, res.start(0)):
439 self.syntax_error('illegal character in comment')
500 illegal.search(rawdata, i+9, res.start(0))
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
xmllib.py 24 illegal = re.compile('[^\t\r\n -\176\240-\377]') # illegal chars in content variable
263 self.syntax_error('illegal data at start of file')
267 if not self.__accept_utf8 and illegal.search(data):
268 self.syntax_error('illegal character in content')
410 if not self.__accept_utf8 and illegal.search(data):
411 self.syntax_error('illegal character in content')
438 illegal.search(rawdata, i+4, res.start(0)):
439 self.syntax_error('illegal character in comment')
500 illegal.search(rawdata, i+9, res.start(0))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
xmllib.py 24 illegal = re.compile('[^\t\r\n -\176\240-\377]') # illegal chars in content variable
263 self.syntax_error('illegal data at start of file')
267 if not self.__accept_utf8 and illegal.search(data):
268 self.syntax_error('illegal character in content')
410 if not self.__accept_utf8 and illegal.search(data):
411 self.syntax_error('illegal character in content')
438 illegal.search(rawdata, i+4, res.start(0)):
439 self.syntax_error('illegal character in comment')
500 illegal.search(rawdata, i+9, res.start(0))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
xmllib.py 24 illegal = re.compile('[^\t\r\n -\176\240-\377]') # illegal chars in content variable
263 self.syntax_error('illegal data at start of file')
267 if not self.__accept_utf8 and illegal.search(data):
268 self.syntax_error('illegal character in content')
410 if not self.__accept_utf8 and illegal.search(data):
411 self.syntax_error('illegal character in content')
438 illegal.search(rawdata, i+4, res.start(0)):
439 self.syntax_error('illegal character in comment')
500 illegal.search(rawdata, i+9, res.start(0))
    [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
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
UCharacterTest.java 1419 int illegal[] = {0xFFFE, 0x00FFFF, 0x005FFFE, 0x005FFFF, 0x0010FFFE, local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
UCharacterTest.java 1415 int illegal[] = {0xFFFE, 0x00FFFF, 0x005FFFE, 0x005FFFF, 0x0010FFFE, local
    [all...]
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/0.13.1513/
kotlin-stdlib-0.13.1513.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/0.13.1514/
kotlin-stdlib-0.13.1514.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.0-beta-1103/
kotlin-stdlib-1.0.0-beta-1103.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/0.12.613/
kotlin-stdlib-0.12.613.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 
com.ibm.icu_4.2.1.v20100412.jar 
  /development/tools/checkstyle/
checkstyle.jar 
  /external/guice/extensions/struts2/lib/
ant-1.6.5.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.7.0/
ant-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 

Completed in 1527 milliseconds

1 2