Searched refs:utf8len (Results 1 - 12 of 12) sorted by relevance
/third_party/toybox/lib/ |
H A D | linestack.c | 160 int utf8len(char *str) in utf8len() function 180 int apad = abs(padto), len = utf8len(str); in draw_trim_esc()
|
H A D | lib.h | 317 int utf8len(char *str);
|
/third_party/toybox/toys/other/ |
H A D | fmt.c | 76 count = utf8len(word); in fmt_line()
|
/third_party/ffmpeg/libavformat/ |
H A D | id3v2.c | 402 const int utf8len = 256; in read_ttag() local 403 char *utf8 = av_malloc(utf8len + 1); in read_ttag() 404 utf8[utf8len] = '\0'; in read_ttag() 405 int resultLen = iso8859_convert_utf8(dst, strlen(dst), utf8, utf8len); in read_ttag()
|
H A D | movenc.c | 146 static int utf8len(const uint8_t *b) in utf8len() function 2608 if (t && utf8len(t->value) && track->mode != MODE_MP4) in mov_write_tmcd_tag() 3094 if (t && utf8len(t->value)) in mov_write_hdlr_tag() 3751 if (!t || !utf8len(t->value)) 4654 if (!t || !utf8len(t->value)) 4763 int len = utf8len(str) + 1;
|
/third_party/node/deps/uv/src/win/ |
H A D | internal.h | 272 int uv__convert_utf8_to_utf16(const char* utf8, int utf8len, WCHAR** utf16);
|
H A D | util.c | 1254 * If utf8 is null terminated, utf8len can be set to -1, otherwise it must 1257 int uv__convert_utf8_to_utf16(const char* utf8, int utf8len, WCHAR** utf16) { in uv__convert_utf8_to_utf16() argument 1264 bufsize = MultiByteToWideChar(CP_UTF8, 0, utf8, utf8len, NULL, 0); in uv__convert_utf8_to_utf16() 1270 * NULL. If utf8len is not -1 MultiByteToWideChar will not add it, so in uv__convert_utf8_to_utf16() 1278 bufsize = MultiByteToWideChar(CP_UTF8, 0, utf8, utf8len, *utf16, bufsize); in uv__convert_utf8_to_utf16()
|
/third_party/f2fs-tools/lib/ |
H A D | nls_utf8.c | 600 static ssize_t utf8len(const struct utf8data *data, const char *s)
|
/third_party/skia/fuzz/ |
H A D | FuzzCanvas.cpp | 925 size_t utf8len = 0; 927 utf8len += SkUTF::ToUTF8(buffer[j], nullptr); 929 char* ptr = (char*)array.append(utf8len);
|
/third_party/toybox/porting/liteos_a/lib/ |
H A D | lib.h | 308 int utf8len(char *str);
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | ps.c | 617 olen = (TT.tty) ? utf8len(out) : strlen(out); in show_ps()
|
/third_party/toybox/toys/posix/ |
H A D | ps.c | 660 olen = (TT.tty) ? utf8len(out) : strlen(out); in show_ps()
|
Completed in 28 milliseconds