Home | History | Annotate | Download | only in common

Lines Matching refs:choices

1642     int8_t choices[10];
1715 * and not used yet while building the choices[].
1722 choices[choiceCount++] = (int8_t)HWKANA_7BIT;
1728 choices[choiceCount++] = cs = pFromU2022State->cs[0];
1733 choices[choiceCount++] = cs;
1741 choices[choiceCount++] = cs;
1765 int8_t cs0 = choices[i];
1905 /* invalidate the choices[] */
2894 int8_t choices[3];
2983 choices[0] = pFromU2022State->cs[1];
2986 if(choices[0] == 0) {
2987 choices[0] = GB2312_1;
2994 if(choices[0] == GB2312_1) {
2995 choices[1] = (int8_t)CNS_11643_1;
2997 choices[1] = (int8_t)GB2312_1;
3005 switch(choices[0]) {
3007 choices[1] = (int8_t)CNS_11643_1;
3008 choices[2] = (int8_t)ISO_IR_165;
3011 choices[1] = (int8_t)GB2312_1;
3012 choices[2] = (int8_t)CNS_11643_1;
3015 choices[1] = (int8_t)GB2312_1;
3016 choices[2] = (int8_t)ISO_IR_165;
3022 choices[0] = (int8_t)CNS_11643_1;
3023 choices[1] = (int8_t)GB2312_1;
3043 int8_t cs0 = choices[i];
3106 /* changing the SO/G1 charset invalidates the choices[] */