Home
last modified time | relevance | path

Searched refs:_UseStrcspnLikeAlgo (Results 1 – 2 of 2) sorted by relevance

/external/stlport/stlport/stl/
D_algobase.c332 typedef _STLP_TYPENAME _STLP_STD::_Land2<_IsIntegral, _IsCharLike>::_Ret _UseStrcspnLikeAlgo;
335 __pt2, _Identity<bool>(), _UseStrcspnLikeAlgo());
D_string.c116 typedef typename _Land2<_IsIntegral, _IsCharLike>::_Ret _UseStrcspnLikeAlgo; in __str_find_first_not_of_aux2() typedef
117 …_str_find_first_not_of_aux3(__first1, __last1, __first2, __last2, __traits, _UseStrcspnLikeAlgo()); in __str_find_first_not_of_aux2()