OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uBufferLenReturned
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/iotest/
iotest.cpp
216
int32_t
uBufferLenReturned
;
259
uBufferLenReturned
= u_sprintf_u(uBuffer, format, dbl);
264
uBufferLenReturned
= u_sprintf_u(uBuffer, format, i8);
269
uBufferLenReturned
= u_sprintf_u(uBuffer, format, i16);
274
uBufferLenReturned
= u_sprintf_u(uBuffer, format, i32);
279
uBufferLenReturned
= u_sprintf_u(uBuffer, format, i64);
284
uBufferLenReturned
= u_sprintf_u(uBuffer, format, cBuffer);
288
uBufferLenReturned
= u_sprintf_u(uBuffer, format, argument);
292
uBufferLenReturned
= 0;
304
if (
uBufferLenReturned
<= 0)
[
all
...]
/external/icu/icu4c/source/test/iotest/
iotest.cpp
216
int32_t
uBufferLenReturned
;
259
uBufferLenReturned
= u_sprintf_u(uBuffer, format, dbl);
264
uBufferLenReturned
= u_sprintf_u(uBuffer, format, i8);
269
uBufferLenReturned
= u_sprintf_u(uBuffer, format, i16);
274
uBufferLenReturned
= u_sprintf_u(uBuffer, format, i32);
279
uBufferLenReturned
= u_sprintf_u(uBuffer, format, i64);
284
uBufferLenReturned
= u_sprintf_u(uBuffer, format, cBuffer);
288
uBufferLenReturned
= u_sprintf_u(uBuffer, format, argument);
292
uBufferLenReturned
= 0;
304
if (
uBufferLenReturned
<= 0)
[
all
...]
Completed in 82 milliseconds