Searched refs:collate (Results 1 - 25 of 47) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/arm-none-eabi/include/c++/4.8.1/bits/
H A Dlocale_classes.h92 * 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 |
239 * @brief Compare two strings according to collate.
242 * the collate facet in this locale. One use is to provide the locale to
251 * @return True if collate<_Char> facet compares __s1 < __s2, else false.
295 // collate, ctype, monetary, numeric, time, and messages. These
577 * The collate template uses protected virtual functions to provide
581 * collate facet.
584 class collate class in inherits:locale::facet
611 collate(size_t __refs = 0) function in class:collate
625 collate(__c_locale __cloc, size_t __refs = 0) function in class:collate
[all...]
H A Dregex_constants.h107 constexpr syntax_option_type collate = 1 << _S_collate; member in namespace:regex_constants
H A Dlocalefwd.h152 class collate;
H A Dregex.h124 * @throws std::bad_cast if the current locale does not have a collate
131 typedef std::collate<char_type> __collate_type;
143 * Effects: if typeid(use_facet<collate<_Ch_type> >) ==
353 static constexpr flag_type collate = regex_constants::collate; member in class:basic_regex
797 * @retval <0 this matched sequence will collate before @p __s.
799 * @retval <0 this matched sequence will collate after @p __s.
810 * @retval <0 this matched sequence will collate before @p __s.
812 * @retval <0 this matched sequence will collate after @p __s.
823 * @retval <0 this matched sequence will collate befor
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/arm-none-eabi/include/c++/4.6.1/bits/
H A Dlocale_classes.h94 * The standard category values are none, ctype, numeric, collate, time,
103 static const category collate = 1L << 2; member in class:locale
107 static const category all = (ctype | numeric | collate |
240 * @brief Compare two strings according to collate.
243 * the collate facet in this locale. One use is to provide the locale to
252 * @return True if collate<Char> facet compares s1 < s2, else false.
296 // collate, ctype, monetary, numeric, time, and messages. These
611 * The collate template uses protected virtual functions to provide
615 * collate facet.
618 class collate class in inherits:locale::facet
645 collate(size_t __refs = 0) function in class:collate
659 collate(__c_locale __cloc, size_t __refs = 0) function in class:collate
[all...]
H A Dregex_constants.h100 static constexpr syntax_option_type collate = 1 << _S_collate; member in namespace:regex_constants
H A Dlocalefwd.h154 class collate;
H A Dregex.h127 * @throws std::bad_cast if the current locale does not have a collate
134 using std::collate;
136 const collate<_Ch_type>& __c(use_facet<
137 collate<_Ch_type> >(_M_locale));
148 * Effects: if typeid(use_facet<collate<_Ch_type> >) ==
362 static constexpr regex_constants::syntax_option_type collate member in class:basic_regex
363 = regex_constants::collate;
813 * @retval <0 this matched sequence will collate before @p s.
815 * @retval <0 this matched sequence will collate after @p s.
826 * @retval <0 this matched sequence will collate befor
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/include/c++/4.5.3/bits/
H A Dlocale_classes.h92 * 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 |
238 * @brief Compare two strings according to collate.
241 * the collate facet in this locale. One use is to provide the locale to
250 * @return True if collate<Char> facet compares s1 < s2, else false.
294 // collate, ctype, monetary, numeric, time, and messages. These
603 * The collate template uses protected virtual functions to provide
607 * collate facet.
610 class collate class in inherits:locale::facet
637 collate(size_t __refs = 0) function in class:collate
651 collate(__c_locale __cloc, size_t __refs = 0) function in class:collate
[all...]
H A Dlocalefwd.h152 class collate;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/include/c++/4.5.3/bits/
H A Dlocale_classes.h92 * 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 |
238 * @brief Compare two strings according to collate.
241 * the collate facet in this locale. One use is to provide the locale to
250 * @return True if collate<Char> facet compares s1 < s2, else false.
294 // collate, ctype, monetary, numeric, time, and messages. These
603 * The collate template uses protected virtual functions to provide
607 * collate facet.
610 class collate class in inherits:locale::facet
637 collate(size_t __refs = 0) function in class:collate
651 collate(__c_locale __cloc, size_t __refs = 0) function in class:collate
[all...]
H A Dlocalefwd.h152 class collate;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ntfs/
H A DMakefile5 ntfs-objs := aops.o attrib.o collate.o compress.o debug.o dir.o file.o \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ntfs/
H A DMakefile5 ntfs-objs := aops.o attrib.o collate.o compress.o debug.o dir.o file.o \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/include/
H A Dnt_printing.h60 uint16 collate; member in struct:ntdevicemode
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/include/
H A Dnt_printing.h60 uint16 collate; member in struct:ntdevicemode
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/include/
H A Dnt_printing.h60 uint16 collate; member in struct:ntdevicemode
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/include/
H A Dnt_printing.h281 uint16 collate; member in struct:ntdevicemode
H A Drpc_spoolss.h515 uint16 collate; member in struct:devicemode
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/include/
H A Dnt_printing.h281 uint16 collate; member in struct:ntdevicemode
H A Drpc_spoolss.h515 uint16 collate; member in struct:devicemode
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/include/
H A Dnt_printing.h281 uint16 collate; member in struct:ntdevicemode
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/python/
H A Dpy_spoolss_printers_conv.c127 { "collate", PY_UINT16, offsetof(DEVICEMODE, collate) },
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/python/
H A Dpy_spoolss_printers_conv.c127 { "collate", PY_UINT16, offsetof(DEVICEMODE, collate) },
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/python/
H A Dpy_spoolss_printers_conv.c127 { "collate", PY_UINT16, offsetof(DEVICEMODE, collate) },

Completed in 189 milliseconds

12