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

  /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/chromium/third_party/icu/source/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/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 270 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=0 local
    [all...]
  /external/chromium/base/i18n/
file_util_icu.cc 136 IllegalCharacters* illegal = Singleton<IllegalCharacters>::get(); local
160 if (illegal->contains(code_point)) {
  /external/chromium/third_party/icu/source/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/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 750 milliseconds