Searched refs:UP_PERCENT (Results 1 – 3 of 3) sorted by relevance
78 #define UP_PERCENT 0x0025 macro
185 static const UChar PERCENT[] = { UP_PERCENT }; in u_printf_simple_percent_handler()1059 while(*alias != UP_PERCENT && *alias != 0x0000) { in parseArguments()1123 while(*alias != UP_PERCENT && *alias != 0x0000) { in parseArguments()1244 while(*alias != UP_PERCENT && *alias != 0x0000) { in u_printf_parse()
232 #define UP_PERCENT 0x0025 macro1325 while(*alias != UP_PERCENT && *alias != 0x0000 && u_fgetc(f) == *alias) { in u_scanf_parse()1330 if(*alias != UP_PERCENT || *alias == 0x0000) in u_scanf_parse()