Searched refs:fWidthPos (Results 1 - 2 of 2) sorted by path

/external/chromium_org/third_party/icu/source/io/
H A Duprntf_p.c102 int32_t fWidthPos; /* Position of width in arg list */ member in struct:u_printf_spec
1259 spec.fWidthPos = -1;
1360 spec.fWidthPos = (int) (*alias++ - DIGIT_ZERO);
1363 spec.fWidthPos *= 10;
1364 spec.fWidthPos += (int) (*alias++ - DIGIT_ZERO);
1370 spec.fWidthPos = -1;
1471 if(spec.fWidthPos == -1) {
/external/icu/icu4c/source/io/
H A Duprntf_p.c102 int32_t fWidthPos; /* Position of width in arg list */ member in struct:u_printf_spec
1259 spec.fWidthPos = -1;
1360 spec.fWidthPos = (int) (*alias++ - DIGIT_ZERO);
1363 spec.fWidthPos *= 10;
1364 spec.fWidthPos += (int) (*alias++ - DIGIT_ZERO);
1370 spec.fWidthPos = -1;
1471 if(spec.fWidthPos == -1) {

Completed in 4038 milliseconds