Searched refs:maxFromLength (Results 1 – 2 of 2) sorted by relevance
38 to_utf8(const uint16* from, size_t maxFromLength, char* to, size_t toSize) in to_utf8() argument41 for (uint32 i = 0; i < maxFromLength; i++) { in to_utf8()55 if (i + 1 < maxFromLength) { in to_utf8()
21 size_t to_utf8(const uint16* from, size_t maxFromLength, char* to, size_t toSize);