Searched defs:is_in_range (Results 1 – 5 of 5) sorted by relevance
175 bool is_in_range = static_cast<bool>(static_cast<int>(ch_a <= v) & in AsciiStrCaseFold() local
37 static int is_in_range(wchar_t ch, const wchar_t **p, int *reverse) { in is_in_range() function
406 inline bool is_in_range(int value, int lo, int hi) { in is_in_range() function
192 pub(super) fn is_in_range(&self, range: Range<isize>) -> bool { in is_in_range() method
1137 const bool is_in_range = in TEST_F() local