Searched refs:indices (Results 1 - 25 of 125) sorted by relevance

12345

/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools2idx/include/
H A Dconcept.inc2 Description of the concepts used in keyword indices and how
4 serialization chosen for keyword indices.
/macosx-10.10.1/ICU-531.30/icuSources/layout/
H A DCanonShaping.cpp15 void CanonShaping::sortMarks(le_int32 *indices, const le_int32 *combiningClasses, le_int32 index, le_int32 limit) argument
19 le_int32 v = indices[j];
23 if (c >= combiningClasses[indices[i]]) {
27 indices[i + 1] = indices[i];
30 indices[i + 1] = v;
41 le_int32 *indices = LE_NEW_ARRAY(le_int32, charCount); local
46 indices[i] = i;
59 sortMarks(indices, combiningClasses, i, mark);
71 le_int32 index = indices[
[all...]
H A DCanonShaping.h28 static void sortMarks(le_int32 *indices, const le_int32 *combiningClasses, le_int32 index, le_int32 limit);
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/tkpiechart/
H A Dselector.tcl31 proc set {this indices selected} {
37 foreach index $indices {
66 proc unset {this indices} {
70 foreach index $indices {
86 proc add {this indices} {
87 set $this $indices 0
90 proc remove {this indices} {
91 unset $this $indices
94 proc select {this indices} {
96 set $this $indices
[all...]
/macosx-10.10.1/tcl-105/tcl/tcl/library/
H A Dword.tcl72 regexp -indices -start $start $WordBreakRE(after) $str result
90 regexp -indices $WordBreakRE(before) [string range $str 0 $start] result
109 regexp -indices -start $start $WordBreakRE(end) $str result
127 regexp -indices -start $start $WordBreakRE(next) $str result
143 regexp -indices $WordBreakRE(previous) [string range $str 0 $start-1] \
/macosx-10.10.1/tcl-105/tcl84/tcl/library/
H A Dword.tcl42 if {[regexp -indices "$tcl_wordchars$tcl_nonwordchars|$tcl_nonwordchars$tcl_wordchars" $str result]} {
64 if {[regexp -indices "^.*($tcl_wordchars$tcl_nonwordchars|$tcl_nonwordchars$tcl_wordchars)" [string range $str 0 $start] result]} {
84 if {[regexp -indices "$tcl_nonwordchars*$tcl_wordchars+$tcl_nonwordchars" \
105 if {[regexp -indices "$tcl_wordchars*$tcl_nonwordchars+$tcl_wordchars" \
126 if {[regexp -indices \
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/glob/
H A Dxmbsrtowcs.c140 char **indices; /* Buffer for indices. */ local
163 indices = (char **) malloc (wsbuf_size * sizeof(char *));
164 if (indices == NULL)
199 free (indices);
218 free (indices);
224 idxtmp = (char **) realloc (indices, wsbuf_size * sizeof (char **));
228 free (indices);
232 indices = idxtmp;
236 indices[wcnu
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/examples/csv/
H A Dcsvcut30 set indices [split [lindex $argv 0] ,]
33 if {[llength $indices] == 0} {
34 #puts stderr >>$indices<<
41 foreach i $indices {
60 set indices $idx
71 # indices - preprocessed indices
95 foreach i $indices {
/macosx-10.10.1/emacs-93/emacs/lisp/eshell/
H A Desh-var.el156 ("COLUMNS" (lambda (indices) (window-width)) t)
157 ("LINES" (lambda (indices) (window-height)) t)
160 ("_" (lambda (indices)
161 (if (not indices)
163 (eshell-apply-indices eshell-last-arguments
164 indices))))
168 ("1" (lambda (indices) (nth 0 eshell-command-arguments)))
169 ("2" (lambda (indices) (nth 1 eshell-command-arguments)))
170 ("3" (lambda (indices) (nth 2 eshell-command-arguments)))
171 ("4" (lambda (indices) (nt
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/letest/
H A Dletest.h39 le_int32 *indices; member in struct:TestResult
H A Dxmlreader.cpp150 UnicodeString result_indices = UNICODE_STRING_SIMPLE("result-indices");
180 UnicodeString text, glyphs, indices, positions; local
214 indices = element->getText(TRUE);
227 expected.indices = (le_int32 *) getHexArray(indices, indexCount);
242 DELETE_ARRAY(expected.indices);
H A Dletest.cpp60 le_int32 *indices = NULL; local
70 indices = NEW_ARRAY(le_int32, glyphCount + 10);
108 engine->getCharIndices(indices, status);
111 log_err("Calling getCharIndices(indices, status) on an empty layout did not return LE_NO_LAYOUT_ERROR.\n");
122 engine->getCharIndices(indices, 1024, status);
125 log_err("Calling getCharIndices(indices, 1024, status) on an empty layout did not return LE_NO_LAYOUT_ERROR.\n");
143 DELETE_ARRAY(indices);
246 le_int32 biasedIndices[6], indices[6], glyph; local
267 engine->getCharIndices(indices, status);
271 log_err("Could not get glyph, indices an
611 UnicodeString text, glyphs, indices, positions; local
[all...]
H A Dcletest.c43 le_int32 *indices = NULL; local
61 indices = NEW_ARRAY(le_int32, glyphCount + 10);
85 le_getCharIndices(engine, indices, &status);
88 log_err("Calling getCharIndices(indices, status) on an empty layout did not return LE_NO_LAYOUT_ERROR.\n");
99 le_getCharIndicesWithBase(engine, indices, 1024, &status);
102 log_err("Calling getCharIndices(indices, 1024, status) on an empty layout did not return LE_NO_LAYOUT_ERROR.\n");
120 DELETE_ARRAY(indices);
216 le_int32 biasedIndices[6], indices[6], glyph; local
237 le_getCharIndices(engine, indices, &status);
241 log_err("Could not get glyph, indices an
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/port/
H A Dlclib.h47 unsigned char indices[LC_territory_language_max];
/macosx-10.10.1/libmalloc-53.1.1/src/
H A Dbitarray.h61 extern unsigned bitarray_zap_first_set_multiple(bitarray_t bits, unsigned log_size, unsigned max, index_t *indices);
/macosx-10.10.1/ICU-531.30/icuSources/test/perf/leperf/
H A Dleperf.cpp38 le_int32 *indices = NULL; local
44 indices = LE_NEW_ARRAY(le_int32, glyphCount + 10);
51 delete indices;
H A Dxmlreader.cpp150 UnicodeString result_indices = UNICODE_STRING_SIMPLE("result-indices");
180 UnicodeString text, glyphs, indices, positions; local
214 indices = element->getText(TRUE);
227 expected.indices = (le_int32 *) getHexArray(indices, indexCount);
242 DELETE_ARRAY(expected.indices);
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/uri/
H A Durn-scheme.tcl64 while {[regexp -indices -- "\[^$trans\]" $url r]} {
91 while {[regexp -indices {%[0-9a-fA-F]{2}} [string range $url $start end] match]} {
93 incr first $start ; # Make the indices relative to the true string.
106 while {[regexp -start $start -indices {%[0-9a-fA-F]{2}} $url match]} {
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DSpiller.cpp106 SmallVector<unsigned, 2> indices; local
115 indices.push_back(i);
123 for (unsigned i = 0; i < indices.size(); ++i) {
124 unsigned mopIdx = indices[i];
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/python/
H A DPyView.h66 void remove(const PyView &indices);
67 PyView *indices(const PyView &subset);
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/textutil/
H A Dsplit.tcl67 while {[regexp -start $start -indices -- $regexp $str match submatch]} {
94 while {[regexp -indices -- $regexp $str match submatch]} {
/macosx-10.10.1/emacs-93/emacs/src/
H A Dcasetab.c129 Lisp_Object indices[3]; local
140 map_char_table (set_identity, Qnil, table, table, up, 0, indices);
141 map_char_table (shuffle, Qnil, table, table, up, 0, indices);
149 map_char_table (set_canon, Qnil, table, table, table, 0, indices);
155 map_char_table (set_identity, Qnil, canon, canon, eqv, 0, indices);
156 map_char_table (shuffle, Qnil, canon, canon, eqv, 0, indices);
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/
H A Dtkmulticolumnlist.rb424 def titlelabels(*indices)
425 @title_list[*indices]
429 def columns(*indices)
430 @lbox_list[*indices]
482 @name_index.each_pair{|label, indices|
483 if indices.size == 1
484 result[label] = line[indices[0]]
486 result[label] = indices.collect{|index| line[index]}
521 @name_index.each_pair{|label, indices|
522 if indices
[all...]
H A Dtkmultilistbox.rb217 def titlelabels(*indices)
218 @title_list[*indices]
222 def columns(*indices)
223 @lbox_list[*indices]
253 @name_index.each_pair{|label, indices|
254 if indices.size == 1
255 result[label] = line[indices[0]]
257 result[label] = indices.collect{|index| line[index]}
280 @name_index.each_pair{|label, indices|
281 if indices
[all...]
H A Dtkmultilistframe.rb433 def titlelabels(*indices)
434 @title_list[*indices]
438 def columns(*indices)
439 @lbox_list[*indices]
469 @name_index.each_pair{|label, indices|
470 if indices.size == 1
471 result[label] = line[indices[0]]
473 result[label] = indices.collect{|index| line[index]}
496 @name_index.each_pair{|label, indices|
497 if indices
[all...]

Completed in 245 milliseconds

12345