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

  /external/icu4c/common/
utf_impl.c 44 * 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 sequences
112 uint8_t trail, illegal=0; local
    [all...]
ustrtrns.c 268 uint8_t trail, illegal=0; local
271 /* count==0 for illegally leading trail bytes and the illegal bytes 0xfe and 0xff */
276 /* count>=4 is always illegal: no more than 3 trail bytes in Unicode's UTF-8 */
277 illegal=1;
284 illegal=1;
291 illegal=1;
299 illegal=1;
309 /* illegal is also set if count>=4 */
310 if(illegal || c<utf8_minLegal[count] || UTF_IS_SURROGATE(c)) {
336 uint8_t trail, illegal=0 local
    [all...]
  /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...]
  /external/v8/src/
heap.cc 1856 Code* illegal = Builtins::builtin(Builtins::Illegal); local
    [all...]
  /prebuilt/common/ant/
ant.jar 

Completed in 49 milliseconds