Lines Matching refs:TRYMAP_DEC
113 if (TRYMAP_DEC(cp932ext, decoded, c, c2))
124 if (TRYMAP_DEC(jisx0208, decoded, c, c2))
275 else if (TRYMAP_DEC(jisx0213_2_bmp, decoded, c2, c3))
277 else if (TRYMAP_DEC(jisx0213_2_emp, code, c2, c3)) {
282 else if (TRYMAP_DEC(jisx0212, decoded, c2, c3))
301 else if (TRYMAP_DEC(jisx0208, decoded, c, c2))
303 else if (TRYMAP_DEC(jisx0213_1_bmp, decoded, c, c2))
305 else if (TRYMAP_DEC(jisx0213_1_emp, code, c, c2)) {
310 else if (TRYMAP_DEC(jisx0213_pair, code, c, c2)) {
414 if (TRYMAP_DEC(jisx0212, decoded, c2 ^ 0x80, c3 ^ 0x80)) {
433 if (TRYMAP_DEC(jisx0208, decoded, c ^ 0x80, c2 ^ 0x80))
542 if (TRYMAP_DEC(jisx0208, decoded, c1, c2)) {
691 else if (TRYMAP_DEC(jisx0208, decoded, c1, c2))
693 else if (TRYMAP_DEC(jisx0213_1_bmp, decoded, c1, c2))
695 else if (TRYMAP_DEC(jisx0213_1_emp, code, c1, c2))
697 else if (TRYMAP_DEC(jisx0213_pair, code, c1, c2))
713 else if (TRYMAP_DEC(jisx0213_2_bmp, decoded, c1, c2))
715 else if (TRYMAP_DEC(jisx0213_2_emp, code, c1, c2)) {