Searched defs:str_buf (Results 1 – 2 of 2) sorted by relevance
63 OSCL_EXPORT_REF bool oscl_str_is_valid_and_truncate_utf8(const uint8 *str_buf, uint32& num_valid_c… in oscl_str_is_valid_and_truncate_utf8()209 OSCL_EXPORT_REF bool oscl_str_is_valid_utf8(const uint8 *str_buf, uint32& num_valid_characters, ui… in oscl_str_is_valid_utf8()231 OSCL_EXPORT_REF int32 oscl_str_truncate_utf8(uint8 *str_buf, uint32 max_chars, uint32 max_bytes) in oscl_str_truncate_utf8()
240 OSCL_EXPORT_REF bool oscl_str_need_escape_xml(const char *str_buf, uint32& num_escape_bytes, uint3… in oscl_str_need_escape_xml()