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

/external/pdfium/xfa/fgas/crt/
H A Dcfgas_formatstring.cpp1557 int32_t iFindCategory = 0; local
1565 } else if (!bBraceOpen && iFindCategory != 3 &&
1583 if (!(iFindCategory & 1) && wsCategory == L"date") {
1584 iFindCategory |= 1;
1586 if (iFindCategory & 2)
1587 iFindCategory = 4;
1588 } else if (!(iFindCategory & 2) && wsCategory == L"time") {
1589 iFindCategory |= 2;
1592 iFindCategory = 3;
1677 if (!iFindCategory) {
[all...]

Completed in 185 milliseconds