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

  /external/harfbuzz_ng/util/
helper-cairo.hh 58 unsigned int utf8_len; member in struct:helper_cairo_line_t
  /external/boringssl/src/crypto/asn1/
a_mbstr.c 135 size_t utf8_len = 0; local
174 utf8_len += cbb_get_utf8_len(c);
215 size_estimate = utf8_len;
  /external/unicode/
harness.c 71 int utf8_len; /* length of sequence */ member in struct:utf8_test
114 for (i = 0; utf8_testData[i].utf8_len; i++) {
116 gotVal1 = isLegalUTF8(&(utf8_testData[i].utf8_seq[0]), utf8_testData[i].utf8_len);
118 if (i <= 21) { len2 = 4; } else { len2 = utf8_testData[i].utf8_len-1; wantVal2 = 0; }
125 utf8_testData[i].utf8_len);
  /external/u-boot/lib/
vsprintf.c 283 int utf8_len, i; local
285 utf8_len = utf16_to_utf8(utf8, str, utf16_len) - utf8;
288 while (utf8_len < field_width--)
290 for (i = 0; i < utf8_len; ++i)
292 while (utf8_len < field_width--)
  /external/boringssl/src/crypto/x509/
x509_test.cc 1496 const int utf8_len = ASN1_STRING_to_UTF8(&utf8, &s); local
    [all...]
  /external/skia/src/utils/
SkJSON.cpp 671 const auto utf8_len = SkUTF::ToUTF8(SkTo<SkUnichar>(hexed), utf8); local
672 fUnescapeBuffer.insert(fUnescapeBuffer.end(), utf8, utf8 + utf8_len);
  /external/skqp/src/utils/
SkJSON.cpp 671 const auto utf8_len = SkUTF::ToUTF8(SkTo<SkUnichar>(hexed), utf8); local
672 fUnescapeBuffer.insert(fUnescapeBuffer.end(), utf8, utf8 + utf8_len);
  /external/toybox/toys/pending/
vi.c 63 static int utf8_len(char *str);
783 utf_l = utf8_len(&c_r->line->str_data[TT.cur_col]);
820 int l = utf8_len(c);
889 static int utf8_len(char *str) function
999 if (!utf8_len(&c_r->line->str_data[TT.cur_col])) cur_left();
1007 if (!utf8_len(&c_r->line->str_data[TT.cur_col])) cur_right();
1015 if (!utf8_len(&c_r->line->str_data[TT.cur_col])) cur_left();
1025 if (!utf8_len(&c_r->line->str_data[TT.cur_col])) cur_left();

Completed in 226 milliseconds