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

/external/chromium_org/third_party/icu/source/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...]
/external/icu4c/common/
H A Dcstring.c158 int32_t tbx = sizeof(tbuf); local
171 tbx = sizeof(tbuf)-1;
172 tbuf[tbx] = 0; /* We are generating the digits backwards. Null term the end. */
175 tbuf[--tbx] = (char)(T_CString_itosOffset(digit));
180 uprv_strcpy(buffer+length, tbuf+tbx);
181 length += sizeof(tbuf) - tbx -1;
196 int32_t tbx = sizeof(tbuf); local
209 tbx = sizeof(tbuf)-1;
210 tbuf[tbx] = 0; /* We are generating the digits backwards. Null term the end. */
213 tbuf[--tbx]
[all...]

Completed in 734 milliseconds