Home
last modified time | relevance | path

Searched refs:maxFromLength (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/partitioning_systems/gpt/
H A Dutility.cpp38 to_utf8(const uint16* from, size_t maxFromLength, char* to, size_t toSize) in to_utf8() argument
41 for (uint32 i = 0; i < maxFromLength; i++) { in to_utf8()
55 if (i + 1 < maxFromLength) { in to_utf8()
H A Dutility.h21 size_t to_utf8(const uint16* from, size_t maxFromLength, char* to, size_t toSize);