Searched refs:last_wc (Results 1 - 7 of 7) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/library/libiconv-1.8/lib/
H A Dflushwc.h27 ucs4_t last_wc = conv->istate; local
28 if (last_wc) {
31 *pwc = (ucs4_t) last_wc;
H A Dcp1255.h176 unsigned short last_wc; local
184 last_wc = conv->istate;
185 if (last_wc) {
187 /* See whether last_wc and wc can be combined. */
203 if (last_wc >= cp1255_comp_table_data[i1].base
204 && last_wc <= cp1255_comp_table_data[i2].base) {
208 if (last_wc == cp1255_comp_table_data[i].base)
210 if (last_wc < cp1255_comp_table_data[i].base) {
219 if (last_wc == cp1255_comp_table_data[i].base)
225 last_wc
[all...]
H A Dcp1258.h67 unsigned short last_wc; local
75 last_wc = conv->istate;
76 if (last_wc) {
78 /* See whether last_wc and wc can be combined. */
91 if (last_wc >= viet_comp_table_data[i1].base
92 && last_wc <= viet_comp_table_data[i2].base) {
96 if (last_wc == viet_comp_table_data[i].base)
98 if (last_wc < viet_comp_table_data[i].base) {
107 if (last_wc == viet_comp_table_data[i].base)
113 last_wc
[all...]
H A Dtcvn.h74 unsigned short last_wc; local
81 last_wc = conv->istate;
82 if (last_wc) {
84 /* See whether last_wc and wc can be combined. */
97 if (last_wc >= viet_comp_table_data[i1].base
98 && last_wc <= viet_comp_table_data[i2].base) {
102 if (last_wc == viet_comp_table_data[i].base)
104 if (last_wc < viet_comp_table_data[i].base) {
113 if (last_wc == viet_comp_table_data[i].base)
119 last_wc
[all...]
H A Deuc_jisx0213.h45 ucs4_t last_wc = conv->istate; local
46 if (last_wc) {
49 *pwc = last_wc;
H A Diso2022_jp3.h47 ucs4_t last_wc = conv->istate >> 3; local
48 if (last_wc) {
51 *pwc = last_wc;
197 ucs4_t last_wc = conv->istate >> 3; local
198 if (last_wc) {
201 *pwc = last_wc;
H A Dshift_jisx0213.h45 ucs4_t last_wc = conv->istate; local
46 if (last_wc) {
49 *pwc = last_wc;

Completed in 100 milliseconds