*
* A word character is alpha-numeric or an underscore '_'.
*
- * This does not include zero-width punctuation.
- *
* @param character
* The character to validate.
* @param strict
* All other dash-like Unicode characters are not considered a dash here.
* The dash here is intended for combining words, which matches the context of the Unicode "hyphen".
*
- * This does not include zero-width punctuation.
- *
* @param character
* The character to validate.
* @param strict
*
* A word character is alpha-digit or an underscore '_'.
*
- * This does not include zero-width punctuation.
- *
* @param character
* The character to validate.
* There must be enough space allocated to compare against, as limited by width_max.
* All other dash-like Unicode characters are not considered a dash here.
* The dash here is intended for combining words, which matches the context of the Unicode "hyphen".
*
- * This does not include zero-width punctuation.
- *
* @param character
* The character to validate.
* There must be enough space allocated to compare against, as limited by width_max.
* The data to deallocate.
*/
#ifndef _di_fss_basic_list_read_data_delete_simple_
- extern void fss_basic_list_read_data_delete_simple(fss_basic_list_read_data_t *daa) f_attribute_visibility_internal;
+ extern void fss_basic_list_read_data_delete_simple(fss_basic_list_read_data_t *data) f_attribute_visibility_internal;
#endif // _di_fss_basic_list_read_data_delete_simple_
/**
* The data to deallocate.
*/
#ifndef _di_fss_basic_read_data_delete_simple_
- extern void fss_basic_read_data_delete_simple(fss_basic_read_data_t *daa) f_attribute_visibility_internal;
+ extern void fss_basic_read_data_delete_simple(fss_basic_read_data_t *data) f_attribute_visibility_internal;
#endif // _di_fss_basic_read_data_delete_simple_
/**
* The data to deallocate.
*/
#ifndef _di_fss_extended_list_read_data_delete_simple_
- extern void fss_extended_list_read_data_delete_simple(fss_extended_list_read_data_t *daa) f_attribute_visibility_internal;
+ extern void fss_extended_list_read_data_delete_simple(fss_extended_list_read_data_t *data) f_attribute_visibility_internal;
#endif // _di_fss_extended_list_read_data_delete_simple_
/**
* The data to deallocate.
*/
#ifndef _di_fss_extended_read_data_delete_simple_
- extern void fss_extended_read_data_delete_simple(fss_extended_read_data_t *daa) f_attribute_visibility_internal;
+ extern void fss_extended_read_data_delete_simple(fss_extended_read_data_t *data) f_attribute_visibility_internal;
#endif // _di_fss_extended_read_data_delete_simple_
/**