Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dcfx_seekablestreamproxy.cpp38 int32_t iPending = 0; in UTF8Decode() local
46 iPending = 0; in UTF8Decode()
54 if (iPending < 1) in UTF8Decode()
57 iPending--; in UTF8Decode()
58 dwCode |= (byte & 0x3f) << (iPending * 6); in UTF8Decode()
59 if (iPending == 0) { in UTF8Decode()
67 iPending = 1; in UTF8Decode()
71 iPending = 2; in UTF8Decode()
75 iPending = 3; in UTF8Decode()
79 iPending = 4; in UTF8Decode()
[all …]