Searched refs:count_if (Results 1 – 6 of 6) sorted by relevance
/external/stlport/test/unit/ |
D | count_test.cpp | 62 int elements = count_if(numbers.begin(), numbers.end(), odd); in countif1() 66 count_if(numbers.begin(), numbers.end(), odd, elements); in countif1()
|
D | logic_test.cpp | 50 int n = count_if(input, input + 7, logical_not<bool>()); in logicnot()
|
D | func_test.cpp | 49 int n = count_if(v.begin(), v.end(), bigger); in func1()
|
/external/stlport/stlport/stl/ |
D | _algo.h | 68 count_if(_InputIter __first, _InputIter __last, _Predicate __pred) { in _STLP_DIFFERENCE_TYPE() 115 count_if(_InputIter __first, _InputIter __last, _Predicate __pred, _Size& __n) { in count_if() function
|
/external/icu4c/tools/tzcode/ |
D | tz2icu.cpp | 992 if (count_if(finalRules.begin(), finalRules.end(), isNotSet) != 0) { in readFinalZonesAndRules() 997 if (count_if(finalZones.begin(), finalZones.end(), mapsToUnknownRule) != 0) { in readFinalZonesAndRules()
|
/external/chromium/third_party/icu/source/tools/tzcode/ |
D | tz2icu.cpp | 1011 if (count_if(finalRules.begin(), finalRules.end(), isNotSet) != 0) { in readFinalZonesAndRules() 1016 if (count_if(finalZones.begin(), finalZones.end(), mapsToUnknownRule) != 0) { in readFinalZonesAndRules()
|