Searched refs:utf8len (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/fat/
H A Dencodings.h17 uint32 utf8len);
29 status_t msdos_to_utf8(uchar *msdos, uchar *utf8, uint32 utf8len,
H A Dencodings.cpp1127 // most utf8len uint8's
1129 uint32 utf8len)
1137 (int32 *)&unilen, (char *)utf8, (int32 *)&utf8len);
1197 uint32 utf8len, origlen; local
1201 utf8len = origlen = strlen(utf8) + 1;
1204 (int32 *)&utf8len, (char *)uni, (int32 *)&unilen);
1206 if (origlen < utf8len) {
1391 int32 utf8len, sjislen; local
1402 utf8len = strlen((const char *)utf8) + 1;
1406 (int32 *)&utf8len, (cha
1128 unicode_to_utf8(const uchar *uni, uint32 unilen, uint8 *utf8, uint32 utf8len) argument
1504 msdos_to_utf8(uchar *msdos, uchar *utf8, uint32 utf8len, uint8 toLower) argument
[all...]

Completed in 87 milliseconds