Searched refs:collation (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/icu/unicode/
H A Duconfig.h51 * This switch turns off modules that are not needed for collation.
55 * If you want "only collation" and do not build for EBCDIC,
71 # error Contradictory collation switches in uconfig.h.
141 * collation and IDNA.
153 # error Contradictory collation switches in uconfig.h.
183 * This switch turns off collation and collation-based string search.
/macosx-10.10.1/WTF-7600.1.24/icu/unicode/
H A Duconfig.h51 * This switch turns off modules that are not needed for collation.
55 * If you want "only collation" and do not build for EBCDIC,
71 # error Contradictory collation switches in uconfig.h.
141 * collation and IDNA.
153 # error Contradictory collation switches in uconfig.h.
183 * This switch turns off collation and collation-based string search.
/macosx-10.10.1/WebKit-7600.1.25/mac/icu/unicode/
H A Duconfig.h51 * This switch turns off modules that are not needed for collation.
55 * If you want "only collation" and do not build for EBCDIC,
71 # error Contradictory collation switches in uconfig.h.
141 * collation and IDNA.
153 # error Contradictory collation switches in uconfig.h.
183 * This switch turns off collation and collation-based string search.
/macosx-10.10.1/ICU-531.30/icuSources/common/unicode/
H A Duconfig.h198 * This switch turns off modules that are not needed for collation.
202 * If you want "only collation" and do not build for EBCDIC,
218 # error Contradictory collation switches in uconfig.h.
288 * collation and IDNA.
303 # error Contradictory collation switches in uconfig.h.
344 * This switch turns off collation and collation-based string search.
/macosx-10.10.1/ICU-531.30/icuSources/test/perf/collationperf/
H A DCollPerf.pl188 <td>Timing for string collation, an incremental compare of strings.</td>
217 of multi-level sorting, and other features of collation, see <a href=
219 <li>For general information on ICU collation see <a href=
/macosx-10.10.1/ICU-531.30/icuSources/tools/genrb/
H A Dparse.cpp704 struct SResource* collation; local
817 collation = resLookup(collations, collationType);
818 if (collation != NULL) {
819 sequence = resLookup(collation, "Sequence");
956 // all sub-elements of the collation table, including the Version.
958 /* to omit collation rules */
980 warning(line, "Not building collation elements because of UCONFIG_NO_COLLATION and/or UCONFIG_NO_FILE_IO, see uconfig.h");
985 printf("Not building %s~%s collation binary\n", state->filename, collationType);
1058 printf("%s~%s collation tailoring part sizes:\n", state->filename, collationType);
1095 printf(" collation element
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dsqlinformix.vim89 syn keyword sqlKeyword cache cascade check cluster collation
H A Dsqlanywhere.vim383 syn keyword sqlKeyword cluster clustered collation
/macosx-10.10.1/ICU-531.30/icuSources/data/
H A Dmakedata.mak72 # The directory that contains colfiles.mk files along with *.txt collation data files
371 # Read the list of collation resource bundle files
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Dsql.el976 "collate" "collation" "column" "commit" "completion" "connect"
1589 "collation" "column" "columns" "comment" "committed" "concurrent"
/macosx-10.10.1/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c4637 ** ^These functions add, remove, or modify a [collation] associated
4640 ** ^The name of the collation is a UTF-8 string
4670 ** that collation is no longer usable.
4679 ** to the same collation name (using different eTextRep values) then all
4699 ** calls to the collation creation functions or when the
4739 ** ^To avoid having to register all collation sequences before a database
4741 ** [database connection] to be invoked whenever an undefined collation
4745 ** then it is passed the names of undefined collation sequences as strings
4748 ** ^A call to either function replaces the existing collation-needed callback.
4754 ** or [SQLITE_UTF16LE], indicating the most desirable form of the collation
[all...]

Completed in 313 milliseconds