Home | History | Annotate | Download | only in genrb

Lines Matching refs:uprv_strtoul

1415         value = uprv_strtoul(string, &stopstring, 0);/* make intvector support decimal,hexdigit,octal digit ranging from -2^31-2^32-1*/
1489 value[i >> 1] = (uint8_t) uprv_strtoul(toConv, &stopstring, 16);
1550 value = uprv_strtoul(string, &stopstring, 0);