Searched refs:state (Results 1 – 6 of 6) sorted by relevance
| /locale/ |
| A D | gen-translit.py | 31 state = 0 34 if state == 0: 36 state = 1 39 elif state == 1: 42 state = 0 44 state = 2 49 elif state == 2: 54 state = 1 56 state = 0 57 if state == 1:
|
| /locale/programs/ |
| A D | charmap.c | 279 int state; in parse_charmap() local 309 state = 1; in parse_charmap() 527 state = 3; in parse_charmap() 582 state = 2; in parse_charmap() 609 state = 5; in parse_charmap() 618 state = 91; in parse_charmap() 662 state = 91; in parse_charmap() 706 state = 94; in parse_charmap() 732 state = 93; in parse_charmap() 759 state = 96; in parse_charmap() [all …]
|
| A D | repertoire.c | 61 int state; in repertoire_read() local 145 state = 1; in repertoire_read() 203 state = 2; in repertoire_read() 208 state = 2; in repertoire_read() 220 state = 90; in repertoire_read() 244 state = 3; in repertoire_read() 254 state = 4; in repertoire_read() 262 state = 2; in repertoire_read() 297 state = 2; in repertoire_read() 306 state = 5; in repertoire_read() [all …]
|
| A D | ld-collate.c | 2794 if (state != 0 && state != 2) in collate_read() 2860 if (state != 0 && state != 2) in collate_read() 3127 if (state != 0 && state != 1 && state != 2) in collate_read() 3129 state = 1; in collate_read() 3272 state = 2; in collate_read() 3302 else if (state != 0 && state != 2 && state != 3) in collate_read() 3304 state = 3; in collate_read() 3402 state = 4; in collate_read() 3435 else if (state != 2 && state != 4) in collate_read() 3511 if (state != 0 && state != 1 && state != 3 && state != 5) in collate_read() [all …]
|
| A D | localedef.c | 95 static void print_version (FILE *stream, struct argp_state *state); 168 static error_t parse_opt (int key, char *arg, struct argp_state *state); 356 parse_opt (int key, char *arg, struct argp_state *state) in parse_opt() argument 456 print_version (FILE *stream, struct argp_state *state) in print_version() argument
|
| A D | locale.c | 63 static void print_version (FILE *stream, struct argp_state *state); 88 static error_t parse_opt (int key, char *arg, struct argp_state *state); 241 parse_opt (int key, char *arg, struct argp_state *state) in parse_opt() argument 289 print_version (FILE *stream, struct argp_state *state) in print_version() argument
|
Completed in 21 milliseconds