Searched refs:isEmpty (Results 1 - 6 of 6) sorted by relevance

/haiku/src/system/libroot/add-ons/icu/
H A DICULocaleconvData.cpp32 if (!symbolString.isEmpty()) {
/haiku/src/system/kernel/arch/riscv64/
H A Darch_uart_sifive.cpp86 } while (!wait || data.isEmpty);
88 return data.isEmpty ? -1 : data.data;
/haiku/src/libs/print/libprint/
H A DValidRect.cpp30 INLINE bool isEmpty(const rgb_color *pixel);
46 BoundsCalculator::isEmpty(const rgb_color *pixel) function in class:BoundsCalculator
56 if (!isEmpty(row)) {
110 if (!isEmpty(row)) {
124 if (!isEmpty(row)) {
/haiku/src/add-ons/kernel/file_systems/udf/
H A DIcb.cpp237 bool isEmpty = false; local
246 status = list.FindExtent(pos, &extent, &isEmpty);
259 status = list.FindExtent(pos, &extent, &isEmpty);
386 bool isEmpty = false; local
387 status = list.FindExtent(pos, &extent, &isEmpty);
402 isEmpty = false;
407 isEmpty = true;
440 if (isEmpty) {
513 bool isEmpty = false; local
514 status_t status = list.FindExtent(offset, &extent, &isEmpty);
[all...]
H A DAllocationDescriptorList.h42 bool *isEmpty);
95 \param isEmpty If set to true, indicates that the given extent is
102 long_address *extent, bool *isEmpty)
105 "extent: %p, isEmpty: %p\n", start, extent, isEmpty));
101 FindExtent(off_t start, long_address *extent, bool *isEmpty) argument
/haiku/headers/private/kernel/arch/riscv64/
H A Darch_uart_sifive.h36 uint32 isEmpty: 1; member in struct:UARTSifiveRegs::Rxdata::__anon6

Completed in 110 milliseconds