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

/haiku-fatelf/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.cpp197 fCs0Length = rawLength + 1;
198 fCs0String = new(nothrow) char[fCs0Length];
205 fCs0Length));
210 fCs0Length = rawLength * 2 + 1;
211 fCs0String = new(nothrow) char[fCs0Length];
225 fCs0Length));
251 fCs0Length = length;
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/udf/r5/
H A DUdfString.h45 uint32 Cs0Length() const { return fCs0Length; }
52 uint32 fCs0Length; member in class:Udf::String
H A DUdfString.cpp185 fCs0Length = rawLength+1;
186 fCs0String = new(nothrow) char[fCs0Length];
192 PRINT(("new fCs0String[%ld] allocation failed\n", fCs0Length));
197 fCs0Length = rawLength*2+1;
198 fCs0String = new(nothrow) char[fCs0Length];
211 PRINT(("new fCs0String[%ld] allocation failed\n", fCs0Length));
240 fCs0Length = length;

Completed in 41 milliseconds