Searched defs:tbx (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/common/
H A Dcstring.c147 int32_t tbx = sizeof(tbuf); local
160 tbx = sizeof(tbuf)-1;
161 tbuf[tbx] = 0; /* We are generating the digits backwards. Null term the end. */
164 tbuf[--tbx] = (char)(T_CString_itosOffset(digit));
169 uprv_strcpy(buffer+length, tbuf+tbx);
170 length += sizeof(tbuf) - tbx -1;
185 int32_t tbx = sizeof(tbuf); local
198 tbx = sizeof(tbuf)-1;
199 tbuf[tbx] = 0; /* We are generating the digits backwards. Null term the end. */
202 tbuf[--tbx]
[all...]

Completed in 206 milliseconds