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

/haiku/src/add-ons/kernel/file_systems/udf/
H A DUdfStructures.h55 struct charspec { struct
57 charspec(uint8 type = 0, const char *info = NULL);
72 extern const charspec kCs0CharacterSet;
720 const charspec& descriptor_character_set() const { return _descriptor_character_set; }
721 charspec& descriptor_character_set() { return _descriptor_character_set; }
723 const charspec& explanatory_character_set() const { return _explanatory_character_set; }
724 charspec& explanatory_character_set() { return _explanatory_character_set; }
790 charspec _descriptor_character_set;
797 charspec _explanatory_character_set;
871 charspec
[all...]
H A DUdfStructures.cpp25 const charspec kCs0CharacterSet(0, "OSTA Compressed Unicode");
26 //const charspec kCs0Charspec = { _character_set_type: 0,
198 // charspec
201 charspec::charspec(uint8 type, const char *info) function in class:charspec
208 charspec::dump() const
210 DUMP_INIT("charspec");
216 charspec::set_character_set_info(const char *info)

Completed in 46 milliseconds