Home
last modified time | relevance | path

Searched refs:fWidthPos (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/io/
Duprntf_p.cpp104 int32_t fWidthPos; /* Position of width in arg list */ member
1274 spec.fWidthPos = -1; in u_printf_parse()
1375 spec.fWidthPos = (int) (*alias++ - DIGIT_ZERO); in u_printf_parse()
1378 spec.fWidthPos *= 10; in u_printf_parse()
1379 spec.fWidthPos += (int) (*alias++ - DIGIT_ZERO); in u_printf_parse()
1385 spec.fWidthPos = -1; in u_printf_parse()
1486 if(spec.fWidthPos == -1) { in u_printf_parse()