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

/macosx-10.10/libiconv-42/libiconv/lib/
H A Dcp1255.h33 static const struct { unsigned short base; unsigned short composed; } cp1255_comp_table_data[] = { member in struct:__anon9546
99 struct cp1255_decomp { unsigned short composed; unsigned short base; int comb1 : 8; signed int comb2 : 8; }; member in struct:cp1255_decomp
225 last_wc = cp1255_comp_table_data[i].composed;
331 if (wc >= cp1255_decomp_table[i1].composed
332 && wc <= cp1255_decomp_table[i2].composed) {
337 if (wc == cp1255_decomp_table[i].composed)
339 if (wc < cp1255_decomp_table[i].composed) {
351 if (wc == cp1255_decomp_table[i].composed)
H A Dcp1258.h125 last_wc = viet_comp_table_data[i].composed;
240 if (wc >= viet_decomp_table[i1].composed
241 && wc <= viet_decomp_table[i2].composed) {
246 if (wc == viet_decomp_table[i].composed)
248 if (wc < viet_decomp_table[i].composed) {
260 if (wc == viet_decomp_table[i].composed)
H A Dtcvn.h130 last_wc = viet_comp_table_data[i].composed;
242 if (wc >= viet_decomp_table[i1].composed
243 && wc <= viet_decomp_table[i2].composed) {
248 if (wc == viet_decomp_table[i].composed)
250 if (wc < viet_decomp_table[i].composed) {
262 if (wc == viet_decomp_table[i].composed)
H A Deuc_jisx0213.h108 static const struct { unsigned short base; unsigned short composed; } euc_jisx0213_comp_table_data[] = { member in struct:__anon9548
183 lasttwo = euc_jisx0213_comp_table_data[idx].composed;
H A Dshift_jisx0213.h122 static const struct { unsigned short base; unsigned short composed; } shift_jisx0213_comp_table_data[] = { member in struct:__anon9552
197 lasttwo = shift_jisx0213_comp_table_data[idx].composed;
H A Diso2022_jp3.h30 * The state is composed of one of the following values
214 static const struct { unsigned short base; unsigned short composed; } iso2022_jp3_comp_table_data[] = { member in struct:__anon9551
313 lasttwo = iso2022_jp3_comp_table_data[idx].composed;
H A Dvietcomb.h30 static const struct { unsigned short base; unsigned short composed; } viet_comp_table_data[] = { member in struct:__anon9555
262 struct viet_decomp { unsigned short composed; unsigned int base : 12; int comb1 : 4; }; member in struct:viet_decomp
/macosx-10.10/ruby-106/ruby/lib/rubygems/commands/
H A Dhelp_command.rb52 RubyGems platforms are composed of three parts, a CPU, an OS, and a
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/Plugin/
H A DImage.pm361 composed of indexes into a palette. Of these, only "C<Indexed-RGB>" is
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/Getopt/
H A DMixed.pm432 are strings composed of individual option descriptions. Several
/macosx-10.10/CPANInternal-159.1/SOAP-Lite-1.11/lib/SOAP/
H A DLite.pm5496 =item Java SAX parser unable to parse message composed by SOAP::Lite

Completed in 236 milliseconds