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

/haiku/src/add-ons/kernel/file_systems/udf/
H A DUdfString.h46 uint32 Cs0Length() const { return fCs0Length; }
53 uint32 fCs0Length; member in class:UdfString
H A DUdfString.cpp200 fCs0Length = rawLength + 1;
201 fCs0String = new(nothrow) char[fCs0Length];
208 "] allocation failed\n", fCs0Length));
213 fCs0Length = rawLength * 2 + 1;
214 fCs0String = new(nothrow) char[fCs0Length];
228 "] allocation failed\n", fCs0Length));
254 fCs0Length = length;

Completed in 46 milliseconds