Home
last modified time | relevance | path

Searched refs:GO_STRING_HAS_COLLATE (Results 1 – 1 of 1) sorted by relevance

/dports/devel/goffice/goffice-0.10.50/goffice/utils/
H A Dgo-string.c47 #define GO_STRING_HAS_COLLATE (1u << 30) macro
418 if (0 == (gstri->flags & GO_STRING_HAS_COLLATE)) { in go_string_get_collation()
422 gstri->flags |= GO_STRING_HAS_COLLATE; in go_string_get_collation()
438 if (0 != (gstri->flags & GO_STRING_HAS_COLLATE)) in go_string_get_casefold()
456 if (0 != (gstri->flags & GO_STRING_HAS_COLLATE)) in go_string_get_casefolded_collate()