Searched refs:DIGIT_0 (Results 1 – 4 of 4) sorted by relevance
31 #define DIGIT_0 0x0030 macro41 if( ((c>=DIGIT_0)&&(c<=DIGIT_9)) || in ufmt_digitvalue()45 return c - DIGIT_0 - (c >= 0x0041 ? (c >= 0x0061 ? 39 : 7) : 0); in ufmt_digitvalue()62 #define TO_UC_DIGIT(a) a <= 9 ? (DIGIT_0 + a) : (0x0037 + a)63 #define TO_LC_DIGIT(a) a <= 9 ? (DIGIT_0 + a) : (0x0057 + a)87 buffer[length++] = DIGIT_0; /*zero padding */ in ufmt_64tou()182 while(buffer[count] == DIGIT_0 || u_isspace(buffer[count])) { in ufmt_utop()
20 DIGIT_0: 0x30, property
101 return cp >= $.DIGIT_0 && cp <= $.DIGIT_9;
686 DIGIT_0: 0x30, property1550 return cp >= $.DIGIT_0 && cp <= $.DIGIT_9;