HomeSort by relevance Sort by last modified time
    Searched refs:collate (Results 101 - 125 of 128) sorted by null

1 2 3 45 6

  /external/chromium_org/third_party/sqlite/src/test/
collate5.test 32 db collate TEXT [list string compare]
35 db collate numeric numeric_collate
46 CREATE TABLE collate5t1(a COLLATE nocase, b COLLATE text);
76 CREATE TABLE tkt3376(a COLLATE nocase PRIMARY KEY);
86 CREATE TABLE tkt3376(a COLLATE nocase PRIMARY KEY);
112 CREATE TABLE collate5t2(a COLLATE text, b COLLATE nocase);
233 ORDER BY 1 COLLATE TEXT;
239 CREATE TABLE collate5t_cn(a COLLATE NUMERIC)
    [all...]
collate4.test 20 db collate TEXT text_collate
71 CREATE TABLE collate4t1(a COLLATE NOCASE, b COLLATE TEXT);
85 cksort {SELECT a FROM collate4t1 ORDER BY a COLLATE NOCASE}
88 cksort {SELECT a FROM collate4t1 ORDER BY a COLLATE TEXT}
94 cksort {SELECT b FROM collate4t1 ORDER BY b COLLATE TEXT}
97 cksort {SELECT b FROM collate4t1 ORDER BY b COLLATE NOCASE}
103 a PRIMARY KEY COLLATE NOCASE,
104 b UNIQUE COLLATE TEXT
115 cksort {SELECT a FROM collate4t2 ORDER BY a COLLATE NOCASE
    [all...]
collate2.test 33 db collate BACKWARDS backwards_collate
62 a COLLATE BINARY,
63 b COLLATE NOCASE,
64 c COLLATE BACKWARDS
103 SELECT a FROM collate2t1 WHERE a COLLATE binary > 'aa' ORDER BY 1;
108 SELECT a FROM collate2t1 WHERE b COLLATE binary > 'aa' ORDER BY 1;
113 SELECT a FROM collate2t1 WHERE c COLLATE binary > 'aa' ORDER BY 1;
123 SELECT b FROM collate2t1 WHERE a COLLATE nocase > 'aa'
129 SELECT b FROM collate2t1 WHERE b COLLATE nocase > 'aa'
135 SELECT b FROM collate2t1 WHERE c COLLATE nocase > 'aa
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
regex.h 127 * @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 before @p s
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
regex.h 127 * @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 before @p s
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex.h 127 * @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 before @p s
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex.h 127 * @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> >) ==
363 static constexpr regex_constants::syntax_option_type collate member in class:basic_regex
364 = regex_constants::collate;
816 * @retval <0 this matched sequence will collate before @p __s.
818 * @retval <0 this matched sequence will collate after @p __s.
829 * @retval <0 this matched sequence will collate before @p __s
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex.h 127 * @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 before @p s
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex.h 127 * @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> >) ==
363 static constexpr regex_constants::syntax_option_type collate member in class:basic_regex
364 = regex_constants::collate;
816 * @retval <0 this matched sequence will collate before @p __s.
818 * @retval <0 this matched sequence will collate after @p __s.
829 * @retval <0 this matched sequence will collate before @p __s
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/print_preview/
print_preview_handler.cc 106 COLLATE,
209 bool collate = false; local
210 if (settings.GetBoolean(printing::kSettingCollate, &collate) && collate)
211 ReportPrintSettingHistogram(COLLATE);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
regex.h 124 * @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 before @p __s
    [all...]
  /external/stlport/src/
facets_byname.cpp 185 : collate<char>(refs) {
193 locale::_M_throw_on_creation_failure(__err_code, name, "collate");
232 : collate<wchar_t>(refs) {
240 locale::_M_throw_on_creation_failure(__err_code, name, "collate");
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
facets_byname.cpp 185 : collate<char>(refs) {
193 locale::_M_throw_on_creation_failure(__err_code, name, "collate");
232 : collate<wchar_t>(refs) {
240 locale::_M_throw_on_creation_failure(__err_code, name, "collate");
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
parse.y 230 %left COLLATE.
302 ccons ::= COLLATE ids(C). {sqlite3AddCollateType(pParse, &C);}
782 expr(A) ::= expr(E) COLLATE ids(C). {
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
locale.cpp 109 const locale::category locale::collate; member in class:locale
156 install(&make<_VSTD::collate<char> >(1u));
157 install(&make<_VSTD::collate<wchar_t> >(1u));
264 if (c & locale::collate)
335 if (c & locale::collate)
337 install_from<_VSTD::collate<char> >(one);
338 install_from<_VSTD::collate<wchar_t> >(one);
633 : collate<char>(refs),
644 : collate<char>(refs),
685 : collate<wchar_t>(refs)
    [all...]
  /external/stlport/src/c_locale_dummy/
c_locale_dummy.c 190 struct _Locale_name_hint* _Locale_get_collate_hint(struct _Locale_collate* collate)
270 /* Collate */
  /external/stlport/src/c_locale_glibc/
c_locale_glibc2.c 271 struct _Locale_name_hint* _Locale_get_collate_hint(struct _Locale_collate* collate)
361 /* Collate */
  /ndk/sources/cxx-stl/stlport/src/c_locale_dummy/
c_locale_dummy.c 190 struct _Locale_name_hint* _Locale_get_collate_hint(struct _Locale_collate* collate)
270 /* Collate */
  /ndk/sources/cxx-stl/stlport/src/c_locale_glibc/
c_locale_glibc2.c 271 struct _Locale_name_hint* _Locale_get_collate_hint(struct _Locale_collate* collate)
361 /* Collate */
  /prebuilts/tools/common/m2/internal/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 

Completed in 676 milliseconds

1 2 3 45 6