Searched refs:stopstring (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/tools/genrb/
H A Dparse.cpp1417 char *stopstring; local
1460 value = uprv_strtoul(string, &stopstring, 0);/* make intvector support decimal,hexdigit,octal digit ranging from -2^31-2^32-1*/
1461 len=(uint32_t)(stopstring-string);
1507 char *stopstring; local
1546 value[i >> 1] = (uint8_t) uprv_strtoul(toConv, &stopstring, 16);
1547 len=(uint32_t)(stopstring-toConv);
1585 char *stopstring; local
1614 value = uprv_strtoul(string, &stopstring, 0);
1615 len=(uint32_t)(stopstring-string);

Completed in 59 milliseconds