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

  /external/chromium/base/third_party/icu/
icu_utf.cc 106 utf8_minLegal[4]={ 0, 0x80, 0x800, 0x10000 };
193 if(illegal || (c)<utf8_minLegal[count] || (CBU_IS_SURROGATE(c) && strict!=-2)) {
  /external/icu4c/common/
utf_impl.c 77 utf8_minLegal[4]={ 0, 0x80, 0x800, 0x10000 };
164 if(illegal || (c)<utf8_minLegal[count] || (UTF_IS_SURROGATE(c) && strict!=-2)) {
275 if(count>=4 || c>0x10ffff || c<utf8_minLegal[count] || (UTF_IS_SURROGATE(c) && strict!=-2) || (strict>0 && UTF_IS_UNICODE_NONCHAR(c))) {
ustrtrns.c 255 utf8_minLegal[4]={ 0, 0x80, 0x800, 0x10000 };
312 if(illegal || c<utf8_minLegal[count] || UTF_IS_SURROGATE(c)) {
379 if(illegal || c<utf8_minLegal[count] || UTF_IS_SURROGATE(c)) {
    [all...]
ucnv_u8.c 741 utf8_minLegal[5]={ 0, 0, 0x80, 0x800, 0x10000 };
918 (c-=utf8_offsets[toULength])>=utf8_minLegal[toULength] &&
    [all...]
ucnvmbcs.c     [all...]

Completed in 3431 milliseconds