Searched refs:index3 (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/libiconv-41/libiconv/lib/
H A Djohab_hangul.h118 int index3 = jamo_final_index[bitspart3]; local
120 if (index1 >= 0 && index2 >= 0 && index3 >= 0) {
129 } else if (index3 == fill) {
138 if (index3 == fill) {
147 /* index1 and index2 are not fill, but index3 may be fill. */
149 *pwc = 0xac00 + ((index1 - 1) * 21 + (index2 - 1)) * 28 + index3;
188 /* index3 = jamo_final_index[bitspart3] <==>
189 bitspart3 = jamo_final_index_inverse[index3] */
208 unsigned int index3; local
211 index3
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/libtommath/
H A Dbooker.pl47 $index3{@m[1]} = $subsection;
192 $c = $index3{$word};
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/ntext/
H A Dntext.tcl1690 set index3 $index1
1692 set index2 $index3
1856 set index3 $index1
1858 set index2 $index3

Completed in 127 milliseconds