Searched defs:nBlockCount (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/xfa/src/fee/src/fee/
H A Dfde_txtedtengine.cpp68 int32_t nBlockCount = m_BlockArray.GetSize(); local
69 if (nBlockCount > 0) {
71 for (; i < nBlockCount; i++) {
171 int32_t nBlockCount = m_BlockArray.GetSize(); local
172 if (nBlockCount == 0 || m_wsFixText.IsEmpty()) {
181 for (int32_t i = 0; i < nBlockCount; i++) {
419 int32_t nBlockCount = m_BlockArray.GetSize(); local
420 if (nBlockCount) {
666 int32_t nBlockCount = m_BlockArray.GetSize(); local
667 if (nBlockCount >
1379 int32_t nBlockCount = m_BlockArray.GetSize(); local
2331 int32_t nBlockCount = m_BlockArray.GetSize(); local
[all...]

Completed in 202 milliseconds