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

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

Completed in 18 milliseconds