Searched refs:ByteCount (Results 1 - 9 of 9) sorted by relevance

/haiku/src/apps/terminal/
H A DUTF8Char.h29 SetTo(c, ByteCount(*c));
50 static int32 ByteCount(char firstChar) function in struct:UTF8Char
61 int32 ByteCount() const function in struct:UTF8Char
63 return ByteCount(bytes[0]);
101 int32 byteCount = ByteCount();
H A DTerminalCharClassifier.cpp28 int count = UTF8Char::ByteCount(*p);
H A DHistoryBuffer.cpp114 int32 charLength = UTF8Char::ByteCount(chars[i]);
148 byteLength += cell.character.ByteCount();
173 int32 charLength = cell.character.ByteCount();
H A DBasicTerminalBuffer.cpp358 int32 bytes = cell.character.ByteCount();
550 int32 charLen = UTF8Char::ByteCount(*_pattern);
631 //(int)c.ByteCount(), c.bytes, c.bytes[0], attributes);
1664 string.Append(cell.character.bytes, cell.character.ByteCount());
1814 line->cells[j].character.ByteCount(), fileOut);
H A DTermParse.cpp1113 skipCount = UTF8Char::ByteCount(params[i]) - 1;
H A DTermView.cpp1197 int32 bytes = UTF8Char::ByteCount(character.bytes[0]);
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/parser/
H A Dpsargs.c194 UINT32 ByteCount; local
205 ByteCount = (Aml[0] >> 6);
206 ParserState->Aml += ((ACPI_SIZE) ByteCount + 1);
210 while (ByteCount)
219 PackageLength |= (Aml[ByteCount] << ((ByteCount << 3) - 4));
222 ByteCount--;
/haiku/src/add-ons/kernel/drivers/network/ether/usb_asix/
H A DAX88772Device.cpp187 size_t ByteCount; member in struct:_AX88772B_MFB
509 AX88772B_MFBTable[AX88772B_MFB_2K].ByteCount,
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacdisasm.h1091 UINT32 ByteCount);
1231 UINT32 ByteCount);

Completed in 75 milliseconds