HomeSort by relevance Sort by last modified time
    Searched defs:collation (Results 1 - 5 of 5) sorted by null

  /external/icu/icu4c/source/tools/genrb/
parse.cpp 775 struct SResource *collation = resLookup(collations, collationType); local
776 if (collation != NULL) {
777 struct SResource *sequence = resLookup(collation, "Sequence");
903 // all sub-elements of the collation table, including the Version.
905 /* to omit collation rules */
927 warning(line, "Not building collation elements because of UCONFIG_NO_COLLATION and/or UCONFIG_NO_FILE_IO, see uconfig.h");
931 // Do not build collation binary data for for-import-only "private" collation rule strings.
934 printf("Not building %s~%s collation binary\n", state->filename, collationType);
941 printf("Not building %s~%s collation binary\n", state->filename, collationType)
    [all...]
  /external/v8/src/js/
i18n.js 977 var collation = 'default'; variable
983 * http://unicode.org/repos/cldr/trunk/common/bcp47/collation.xml
992 // ICU can't tell us what the collation is, so save user's input.
993 collation = extensionMap.co;
998 defineWEProperty(internalOptions, 'collation', collation);
1008 collation: {value: internalOptions.collation, writable: true},
    [all...]
  /frameworks/base/core/java/android/content/
ContentResolver.java 298 * Allows client to specify a hint to the provider declaring which collation
305 * {@link ContentProvider#query(Uri, String[], Bundle, CancellationSignal)}, if sort collation
319 public static final String QUERY_ARG_SORT_COLLATION = "android:query-arg-sort-collation";
348 * @see {@link java.text.Collector} for details on respective collation strength.
3055 int collation = queryArgs.getInt( local
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 
  /external/guice/extensions/persist/lib/
hsqldb.jar 

Completed in 496 milliseconds