Searched refs:countedstring (Results 1 – 1 of 1) sorted by relevance
819 #define FICL_STRING_SET_FROM_COUNTED_STRING(string, countedstring) \ argument820 {(string).text = (countedstring).text; \821 (string).length = (countedstring).length; }