Searched refs:UP_PERCENT (Results 1 – 3 of 3) sorted by relevance
80 #define UP_PERCENT 0x0025 macro
190 static const UChar PERCENT[] = { UP_PERCENT }; in u_printf_simple_percent_handler()1074 while(*alias != UP_PERCENT && *alias != 0x0000) { in parseArguments()1138 while(*alias != UP_PERCENT && *alias != 0x0000) { in parseArguments()1259 while(*alias != UP_PERCENT && *alias != 0x0000) { in u_printf_parse()
234 #define UP_PERCENT 0x0025 macro1382 while(*alias != UP_PERCENT && *alias != 0x0000 && u_fgetc(f) == *alias) { in u_scanf_parse()1387 if(*alias != UP_PERCENT || *alias == 0x0000) in u_scanf_parse()