Searched refs:ptrValue (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/icu/source/io/
H A Duscanf_p.c401 *(int16_t*)(args[0].ptrValue) = (int16_t)(UINT16_MAX & info->fWidth);
403 *(int64_t*)(args[0].ptrValue) = info->fWidth;
405 *(int32_t*)(args[0].ptrValue) = (int32_t)(UINT32_MAX & info->fWidth);
457 *(double*)(args[0].ptrValue) = num;
459 *(long double*)(args[0].ptrValue) = num;
461 *(float*)(args[0].ptrValue) = (float)num;
556 *(double*)(args[0].ptrValue) = num;
558 *(long double*)(args[0].ptrValue) = num;
560 *(float*)(args[0].ptrValue) = (float)num;
649 *(double*)(args[0].ptrValue)
[all...]
H A Dufmt_cmn.h58 void *ptrValue; /* any pointer - void*, char*, wchar_t*, UChar* */ member in union:ufmt_args
H A Duprntf_p.c203 const char *arg = (const char*)(args[0].ptrValue);
545 ufmt_ptou(result, &len, args[0].ptrValue, TRUE/*, info->fPrecision*/);
753 const UChar *arg = (const UChar*)(args[0].ptrValue);
859 int32_t *count = (int32_t*)(args[0].ptrValue);
1174 arglist[pos].ptrValue = va_arg(ap, void*);
1194 arglist[pos].ptrValue = NULL;
1514 args.ptrValue = arglist[spec.fArgPos].ptrValue;
1529 args.ptrValue = NULL;
1541 args.ptrValue
[all...]
/external/icu/icu4c/source/io/
H A Duscanf_p.c401 *(int16_t*)(args[0].ptrValue) = (int16_t)(UINT16_MAX & info->fWidth);
403 *(int64_t*)(args[0].ptrValue) = info->fWidth;
405 *(int32_t*)(args[0].ptrValue) = (int32_t)(UINT32_MAX & info->fWidth);
457 *(double*)(args[0].ptrValue) = num;
459 *(long double*)(args[0].ptrValue) = num;
461 *(float*)(args[0].ptrValue) = (float)num;
556 *(double*)(args[0].ptrValue) = num;
558 *(long double*)(args[0].ptrValue) = num;
560 *(float*)(args[0].ptrValue) = (float)num;
649 *(double*)(args[0].ptrValue)
[all...]
H A Dufmt_cmn.h58 void *ptrValue; /* any pointer - void*, char*, wchar_t*, UChar* */ member in union:ufmt_args
H A Duprntf_p.c203 const char *arg = (const char*)(args[0].ptrValue);
545 ufmt_ptou(result, &len, args[0].ptrValue, TRUE/*, info->fPrecision*/);
753 const UChar *arg = (const UChar*)(args[0].ptrValue);
859 int32_t *count = (int32_t*)(args[0].ptrValue);
1174 arglist[pos].ptrValue = va_arg(ap, void*);
1194 arglist[pos].ptrValue = NULL;
1514 args.ptrValue = arglist[spec.fArgPos].ptrValue;
1529 args.ptrValue = NULL;
1541 args.ptrValue
[all...]

Completed in 408 milliseconds