HomeSort by relevance Sort by last modified time
    Searched defs:regex_traits (Results 1 - 4 of 4) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
regex.h 41 * @brief Class regex_traits. Describes aspects of a regular expression.
51 struct regex_traits struct
63 regex_traits() { } function in struct:regex_traits
248 * @brief Imbues the regex_traits object with a copy of a new locale.
252 * @returns a copy of the previous locale in use by the regex_traits
266 * @brief Gets a copy of the current locale in use by the regex_traits
279 regex_traits<_Ch_type>::
313 regex_traits<_Ch_type>::
334 template<typename _Ch_type, typename _Rx_traits = regex_traits<_Ch_type> >
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
regex.h 41 * @brief Class regex_traits. Describes aspects of a regular expression.
51 struct regex_traits struct
63 regex_traits() { } function in struct:regex_traits
248 * @brief Imbues the regex_traits object with a copy of a new locale.
252 * @returns a copy of the previous locale in use by the regex_traits
266 * @brief Gets a copy of the current locale in use by the regex_traits
279 regex_traits<_Ch_type>::
313 regex_traits<_Ch_type>::
334 template<typename _Ch_type, typename _Rx_traits = regex_traits<_Ch_type> >
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
regex.h 41 * @brief Class regex_traits. Describes aspects of a regular expression.
51 struct regex_traits struct
63 regex_traits() { } function in struct:regex_traits
248 * @brief Imbues the regex_traits object with a copy of a new locale.
252 * @returns a copy of the previous locale in use by the regex_traits
266 * @brief Gets a copy of the current locale in use by the regex_traits
279 regex_traits<_Ch_type>::
313 regex_traits<_Ch_type>::
334 template<typename _Ch_type, typename _Rx_traits = regex_traits<_Ch_type> >
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
regex.h 91 struct regex_traits struct
171 regex_traits() { } function in struct:regex_traits
362 * @brief Imbues the regex_traits object with a copy of a new locale.
366 * @returns a copy of the previous locale in use by the regex_traits
380 * @brief Gets a copy of the current locale in use by the regex_traits
399 template<typename _Ch_type, typename _Rx_traits = regex_traits<_Ch_type>>
    [all...]

Completed in 227 milliseconds