Home
last modified time | relevance | path

Searched refs:count_if (Results 1 – 6 of 6) sorted by relevance

/external/stlport/test/unit/
Dcount_test.cpp62 int elements = count_if(numbers.begin(), numbers.end(), odd); in countif1()
66 count_if(numbers.begin(), numbers.end(), odd, elements); in countif1()
Dlogic_test.cpp50 int n = count_if(input, input + 7, logical_not<bool>()); in logicnot()
Dfunc_test.cpp49 int n = count_if(v.begin(), v.end(), bigger); in func1()
/external/stlport/stlport/stl/
D_algo.h68 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/
Dtz2icu.cpp992 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/
Dtz2icu.cpp1011 if (count_if(finalRules.begin(), finalRules.end(), isNotSet) != 0) { in readFinalZonesAndRules()
1016 if (count_if(finalZones.begin(), finalZones.end(), mapsToUnknownRule) != 0) { in readFinalZonesAndRules()