OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vectorLen
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/common/
utrace.c
279
int32_t
vectorLen
;
297
vectorLen
=(int32_t)va_arg(args, int32_t);
301
for (i=0; i<
vectorLen
||
vectorLen
==-1; i++) {
353
if (
vectorLen
== -1 && longArg == 0) {
359
outputHexBytes(
vectorLen
, 8, outBuf, &outIx, capacity);
/external/icu4c/common/
utrace.c
279
int32_t
vectorLen
;
297
vectorLen
=(int32_t)va_arg(args, int32_t);
301
for (i=0; i<
vectorLen
||
vectorLen
==-1; i++) {
353
if (
vectorLen
== -1 && longArg == 0) {
359
outputHexBytes(
vectorLen
, 8, outBuf, &outIx, capacity);
Completed in 467 milliseconds