Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_string.c515 typedef typename _Traits::char_type _CharType; in find_first_not_of() typedef
520 … __STATIC_CAST(const _CharType*, __s), in find_first_not_of()
521 … __STATIC_CAST(const _CharType*, __s) + __n, in find_first_not_of()
542 typedef typename _Traits::char_type _CharType; in find_last_not_of() typedef
551 __STATIC_CAST(const _CharType*, __s), in find_last_not_of()
552 __STATIC_CAST(const _CharType*, __s) + __n, in find_last_not_of()