Searched defs:insensitive (Results 1 – 2 of 2) sorted by relevance
21 static int list_contains(char * const *list, size_t num_elem, const char *str, int insensitive) in list_contains()
193 JsonFormat.Value insensitive = empty.withFeature(Feature.ACCEPT_CASE_INSENSITIVE_VALUES); in testCaseInsensitiveValues() local