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

/external/icu4c/tools/genuca/
H A Dgenuca.cpp142 char *terend = tertiary+2; local
144 tersave = *terend;
145 *terend = '\0';
149 uint32_t tervalue = (uint32_t)((*tertiary!='\0')?strtoul(tertiary, &terend, 16):0);
165 *terend = tersave;
/external/icu4c/test/cintltst/
H A Dcitertst.c1111 char *terend = tertiary+2; local
1127 tersave = *terend;
1128 *terend = '\0';
1133 tervalue = (*tertiary!='\0')?uprv_strtoul(tertiary, &terend, 16):0;
1149 *terend = tersave;

Completed in 17 milliseconds