HomeSort by relevance Sort by last modified time
    Searched full:collate (Results 51 - 75 of 340) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/libcxx/test/std/localization/locale.categories/category.collate/locale.collate/locale.collate.members/
compare.pass.cpp 12 // template <class charT> class collate;
27 const std::collate<char>& f = std::use_facet<std::collate<char> >(l);
40 const std::collate<wchar_t>& f = std::use_facet<std::collate<wchar_t> >(l);
  /external/libcxx/test/std/re/re.regex/re.regex.const/
constants.pass.cpp 20 // static constexpr regex_constants::syntax_option_type collate = regex_constants::collate;
42 static_assert((BR::collate == std::regex_constants::collate), "");
52 where(BR::collate);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.collate/locale.collate/locale.collate.members/
compare.pass.cpp 12 // template <class charT> class collate;
27 const std::collate<char>& f = std::use_facet<std::collate<char> >(l);
40 const std::collate<wchar_t>& f = std::use_facet<std::collate<wchar_t> >(l);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.const/
constants.pass.cpp 20 // static constexpr regex_constants::syntax_option_type collate = regex_constants::collate;
42 static_assert((BR::collate == std::regex_constants::collate), "");
52 where(BR::collate);
  /external/icu/icu4j/main/tests/collate/
.classpath 4 <classpathentry combineaccessrules="false" kind="src" path="/icu4j-collate"/>
  /external/icu/icu4j/main/tests/localespi/
.classpath 8 <classpathentry combineaccessrules="false" kind="src" path="/icu4j-collate"/>
  /external/icu/icu4j/perf-tests/
.classpath 5 <classpathentry combineaccessrules="false" kind="src" path="/icu4j-collate"/>
  /external/icu/icu4j/tools/misc/
.classpath 8 <classpathentry combineaccessrules="false" kind="src" path="/icu4j-collate"/>
  /external/libcxx/test/std/localization/locales/locale/locale.types/locale.category/
category.pass.cpp 31 assert(std::locale::collate);
37 assert((std::locale::collate
43 assert((std::locale::collate
52 test(std::locale::collate);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.types/locale.category/
category.pass.cpp 31 assert(std::locale::collate);
37 assert((std::locale::collate
43 assert((std::locale::collate
52 test(std::locale::collate);
  /external/icu/icu4j/main/shared/build/
common.properties 41 icu4j.collate.jar = ${icu4j.collate.dir}/${jar.dir}/icu4j-collate.jar
51 icu4j.collate-tests.jar = ${icu4j.collate-tests.dir}/${jar.dir}/icu4j-collate-tests.jar
common-targets.xml 182 <!-- collate -->
183 <path id="javac.classpathref.collate">
187 <target name="_all.collate" depends="_all.core">
188 <ant dir="${icu4j.collate.dir}" inheritAll="false"/>
228 <pathelement location="${icu4j.collate.jar}"/>
231 <target name="_all.localespi" depends="_all.core, _all.collate">
273 <!-- collate-tests -->
274 <path id="javac.classpathref.collate-tests">
276 <pathelement location="${icu4j.collate.jar}"/>
280 <target name="_all.collate-tests" depends="_all.core, _all.collate, _all.test-framework"
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/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 |
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 : public locale::face 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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/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 |
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 : public locale::face 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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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 |
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 : public locale::face 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...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/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 |
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 : public locale::face 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...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_iosfwd.h 100 template <class _CharT> class collate;
105 _STLP_TEMPLATE_NULL class collate<char>;
111 _STLP_TEMPLATE_NULL class collate<wchar_t>;
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_iosfwd.h 100 template <class _CharT> class collate;
105 _STLP_TEMPLATE_NULL class collate<char>;
111 _STLP_TEMPLATE_NULL class collate<wchar_t>;
  /external/icu/tools/srcgen/
common.sh 42 ${ICU4J_DIR}/main/classes/collate/src \
61 ${TEST_INPUT_DIR}/collate/src \
  /external/e2fsprogs/e2fsck/
problemP.h 40 #define PR_NOCOLLATE 0x008000 /* Don't collate answers for this latch */
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/
TestAllCollate.java 38 public static final String CLASS_TARGET_NAME = "Collate";
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationChineseTest.java 10 * Port From: ICU4C v2.1 : Collate/CollationTurkishTest
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/
TestAllCollate.java 34 public static final String CLASS_TARGET_NAME = "Collate";
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationChineseTest.java 9 * Port From: ICU4C v2.1 : Collate/CollationTurkishTest
  /prebuilts/gdb/darwin-x86/lib/python2.7/sqlite3/test/
hooks.py 66 ) order by x collate mycoll
92 ) order by x collate mycoll
107 select x from (select 'a' as x union select 'b' as x) order by x collate mycoll
121 con.execute("select 'a' as x union select 'b' as x order by x collate mycoll")

Completed in 407 milliseconds

1 23 4 5 6 7 8 91011>>