HomeSort by: relevance | last modified time | path
    Searched defs:collate (Results 1 - 11 of 11) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
regex_constants.h 110 _GLIBCXX17_INLINE constexpr syntax_option_type collate = _S_collate; local
locale_classes.h 100 * The standard category values are none, ctype, numeric, collate, time,
109 static const category collate = 1L << 2; member in class:locale
113 static const category all = (ctype | numeric | collate |
291 * @brief Compare two strings according to collate.
294 * the collate facet in this locale. One use is to provide the locale to
303 * @return True if collate<_Char> facet compares __s1 < __s2, else false.
349 // collate, ctype, monetary, numeric, time, and messages. These
672 * The collate template uses protected virtual functions to provide
676 * collate facet.
679 class _GLIBCXX_NAMESPACE_CXX11 collate : public locale::face class in inherits:locale::facet
706 collate(size_t __refs = 0) function in class:collate
720 collate(__c_locale __cloc, size_t __refs = 0) function in class:collate
    [all...]
regex.h 237 * @throws std::bad_cast if the current locale does not have a collate
244 typedef std::collate<char_type> __collate_type;
256 * Effects: if typeid(use_facet<collate<_Ch_type> >) ==
439 static constexpr flag_type collate = regex_constants::collate; member in class:basic_regex
844 basic_regex<_Ch, _Tr>::collate; member in class:basic_regex
975 * @retval negative This matched sequence will collate before `__s`.
977 * @retval positive This matched sequence will collate after `__s`.
989 * @retval negative This matched sequence will collate before `__s`.
991 * @retval positive This matched sequence will collate after `__s`
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
locale_classes.h 92 * The standard category values are none, ctype, numeric, collate, time,
101 static const category collate = 1L << 2; member in class:locale
105 static const category all = (ctype | numeric | collate |
270 * @brief Compare two strings according to collate.
273 * the collate facet in this locale. One use is to provide the locale to
282 * @return True if collate<_Char> facet compares __s1 < __s2, else false.
326 // collate, ctype, monetary, numeric, time, and messages. These
641 * The collate template uses protected virtual functions to provide
645 * collate facet.
648 class _GLIBCXX_NAMESPACE_CXX11 collate : public locale::face class in inherits:locale::facet
675 collate(size_t __refs = 0) function in class:collate
689 collate(__c_locale __cloc, size_t __refs = 0) function in class:collate
    [all...]
regex_constants.h 110 _GLIBCXX17_INLINE constexpr syntax_option_type collate = _S_collate; local
regex.h 237 * @throws std::bad_cast if the current locale does not have a collate
244 typedef std::collate<char_type> __collate_type;
256 * Effects: if typeid(use_facet<collate<_Ch_type> >) ==
439 static constexpr flag_type collate = regex_constants::collate; member in class:basic_regex
844 basic_regex<_Ch, _Tr>::collate; member in class:basic_regex
975 * @retval negative This matched sequence will collate before `__s`.
977 * @retval positive This matched sequence will collate after `__s`.
989 * @retval negative This matched sequence will collate before `__s`.
991 * @retval positive This matched sequence will collate after `__s`
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
locale.cc 64 const locale::category locale::collate; member in class:locale
167 __ret = collate;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
locale.cc 64 const locale::category locale::collate; member in class:locale
167 __ret = collate;
  /src/sys/netinet6/
ip6_mroute.c 287 static void collate();
849 collate(&(rte->t));
929 collate(struct timeval *t) function
  /src/sys/netinet/
ip_mroute.c 211 static void collate(struct timeval *);
1112 collate(&rte->t);
1168 collate(struct timeval *t) function
  /src/external/apache2/llvm/dist/libcxx/src/
locale.cpp 150 const locale::category locale::collate; member in class:locale
199 install(&make<_VSTD::collate<char> >(1u));
200 install(&make<_VSTD::collate<wchar_t> >(1u));
319 if (c & locale::collate)
396 if (c & locale::collate)
398 install_from<_VSTD::collate<char> >(one);
399 install_from<_VSTD::collate<wchar_t> >(one);
690 : collate<char>(refs),
699 : collate<char>(refs),
738 : collate<wchar_t>(refs)
6280 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS collate<char>; variable in typeref:class:_LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS
6281 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS collate<wchar_t>; variable in typeref:class:_LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS
    [all...]

Completed in 81 milliseconds