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

12 3 4 5 6 7 8 91011>>

  /ndk/sources/android/support/src/musl-locale/
strxfrm.c 5 /* collate only by code points */
wcsxfrm.c 5 /* collate only by code points */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
locale_classes.tcc 84 typedef std::collate<_CharT> __collate_type;
149 collate<_CharT>::_M_compare(const _CharT*, const _CharT*) const throw ()
155 collate<_CharT>::_M_transform(_CharT*, const _CharT*, size_t) const throw ()
160 collate<_CharT>::
198 typename collate<_CharT>::string_type
199 collate<_CharT>::
255 collate<_CharT>::
270 extern template class collate<char>;
274 const collate<char>&
275 use_facet<collate<char> >(const locale&)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
locale_classes.tcc 84 typedef std::collate<_CharT> __collate_type;
149 collate<_CharT>::_M_compare(const _CharT*, const _CharT*) const throw ()
155 collate<_CharT>::_M_transform(_CharT*, const _CharT*, size_t) const throw ()
160 collate<_CharT>::
198 typename collate<_CharT>::string_type
199 collate<_CharT>::
255 collate<_CharT>::
270 extern template class collate<char>;
274 const collate<char>&
275 use_facet<collate<char> >(const locale&)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
locale_classes.tcc 84 typedef std::collate<_CharT> __collate_type;
149 collate<_CharT>::_M_compare(const _CharT*, const _CharT*) const throw ()
155 collate<_CharT>::_M_transform(_CharT*, const _CharT*, size_t) const throw ()
160 collate<_CharT>::
198 typename collate<_CharT>::string_type
199 collate<_CharT>::
255 collate<_CharT>::
270 extern template class collate<char>;
274 const collate<char>&
275 use_facet<collate<char> >(const locale&)
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
locale_classes.tcc 84 typedef std::collate<_CharT> __collate_type;
149 collate<_CharT>::_M_compare(const _CharT*, const _CharT*) const throw ()
155 collate<_CharT>::_M_transform(_CharT*, const _CharT*, size_t) const throw ()
160 collate<_CharT>::
198 typename collate<_CharT>::string_type
199 collate<_CharT>::
255 collate<_CharT>::
270 extern template class collate<char>;
274 const collate<char>&
275 use_facet<collate<char> >(const locale&)
    [all...]
  /external/libcxx/test/std/localization/locale.categories/category.collate/locale.collate/locale.collate.members/
hash.pass.cpp 12 // template <class charT> class collate;
28 const std::collate<char>& f = std::use_facet<std::collate<char> >(l);
35 const std::collate<wchar_t>& f = std::use_facet<std::collate<wchar_t> >(l);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.collate/locale.collate/locale.collate.members/
hash.pass.cpp 12 // template <class charT> class collate;
28 const std::collate<char>& f = std::use_facet<std::collate<char> >(l);
35 const std::collate<wchar_t>& f = std::use_facet<std::collate<wchar_t> >(l);
  /external/icu/icu4j/main/classes/collate/.externalToolBuilders/
copy-data-collate.launch 8 <listEntry value="/icu4j-collate/build.xml"/>
16 <stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="icu4j-collate"/>
22 <stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc:/icu4j-collate/build.xml}"/>
  /external/libcxx/test/std/localization/locale.categories/category.collate/locale.collate.byname/
types.pass.cpp 14 // : public collate<charT>
37 assert(&std::use_facet<std::collate<char> >(l)
42 assert(&std::use_facet<std::collate<wchar_t> >(l)
hash.pass.cpp 30 const std::collate<char>& f = std::use_facet<std::collate<char> >(l);
37 const std::collate<wchar_t>& f = std::use_facet<std::collate<wchar_t> >(l);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.collate/locale.collate.byname/
types.pass.cpp 14 // : public collate<charT>
37 assert(&std::use_facet<std::collate<char> >(l)
42 assert(&std::use_facet<std::collate<wchar_t> >(l)
hash.pass.cpp 30 const std::collate<char>& f = std::use_facet<std::collate<char> >(l);
37 const std::collate<wchar_t>& f = std::use_facet<std::collate<wchar_t> >(l);
  /external/icu/icu4j/main/classes/localespi/
.classpath 6 <classpathentry combineaccessrules="false" kind="src" path="/icu4j-collate"/>
  /external/icu/icu4j/main/shared/build/
locations.properties 6 icu4j.collate.dir = ${shared.dir}/../classes/collate
17 icu4j.collate-tests.dir = ${shared.dir}/../tests/collate
  /external/icu/icu4j/main/tests/collate/
build.xml 7 <project name="collate-tests" default="build" basedir=".">
26 <target name="copy" depends="@copy, copy-collate-test-data" description="Copy non-java runtime files to the project's binary directory"/>
32 <target name="copy-collate-test-data" description="Extract pre-built ICU collation test data files and copy them to the project's binary directory">
39 <fileset dir="${icu4j.collate-tests.dir}/src">
collate-tests-build.launch 5 <listEntry value="/icu4j-collate-tests/build.xml"/>
18 <stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc:/icu4j-collate-tests/build.xml}"/>
  /external/icu/icu4j/main/tests/localespi/
.project 6 <project>icu4j-collate</project>
  /external/icu/icu4j/samples/
.classpath 7 <classpathentry combineaccessrules="false" kind="src" path="/icu4j-collate"/>
  /external/libcxx/test/std/localization/locale.categories/category.collate/locale.collate/
ctor.pass.cpp 12 // template <class charT> class collate;
14 // explicit collate(size_t refs = 0);
22 : public std::collate<C>
28 : std::collate<C>(refs) {++count;}
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.collate/locale.collate/
ctor.pass.cpp 12 // template <class charT> class collate;
14 // explicit collate(size_t refs = 0);
22 : public std::collate<C>
28 : std::collate<C>(refs) {++count;}
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
ldsym1.d 8 # value as _start, and will collate before _start and be chosen
  /external/libcxx/test/std/re/re.const/re.synopt/
syntax_option_type.pass.cpp 21 // collate = unspecified,
40 assert(std::regex_constants::collate != 0);
50 assert((std::regex_constants::icase & std::regex_constants::collate) == 0);
59 assert((std::regex_constants::nosubs & std::regex_constants::collate) == 0);
67 assert((std::regex_constants::optimize & std::regex_constants::collate) == 0);
75 assert((std::regex_constants::collate & std::regex_constants::ECMAScript) == 0);
76 assert((std::regex_constants::collate & std::regex_constants::basic) == 0);
77 assert((std::regex_constants::collate & std::regex_constants::extended) == 0);
78 assert((std::regex_constants::collate & std::regex_constants::awk) == 0);
79 assert((std::regex_constants::collate & std::regex_constants::grep) == 0)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.const/re.synopt/
syntax_option_type.pass.cpp 21 // collate = unspecified,
40 assert(std::regex_constants::collate != 0);
50 assert((std::regex_constants::icase & std::regex_constants::collate) == 0);
59 assert((std::regex_constants::nosubs & std::regex_constants::collate) == 0);
67 assert((std::regex_constants::optimize & std::regex_constants::collate) == 0);
75 assert((std::regex_constants::collate & std::regex_constants::ECMAScript) == 0);
76 assert((std::regex_constants::collate & std::regex_constants::basic) == 0);
77 assert((std::regex_constants::collate & std::regex_constants::extended) == 0);
78 assert((std::regex_constants::collate & std::regex_constants::awk) == 0);
79 assert((std::regex_constants::collate & std::regex_constants::grep) == 0)
    [all...]
  /external/icu/icu4j/main/tests/testall/
.classpath 7 <classpathentry combineaccessrules="false" kind="src" path="/icu4j-collate"/>
8 <classpathentry combineaccessrules="false" kind="src" path="/icu4j-collate-tests"/>

Completed in 1605 milliseconds

12 3 4 5 6 7 8 91011>>