Home
last modified time | relevance | path

Searched defs:toCheck (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/common/unicode/
Denumset.h40 inline int32_t contains(T toCheck) const { return get(toCheck); } in contains()
42 inline int32_t get(T toCheck) const { return (fBools & flag(toCheck))?1:0; } in get()
43 inline UBool isValidEnum(T toCheck) const { return (toCheck>=minValue&&toCheck<limitValue); } in isValidEnum()
56 inline uint32_t flag(T toCheck) const { return (1<<(toCheck-minValue)); } in flag()
/external/valgrind/helgrind/
Dlibhb_core.c4667 Addr toCheck[15]; in libhb_event_map_lookup() local