Searched refs:nCurrentChar (Results 1 – 2 of 2) sorted by relevance
143 uint32_t nCurrentChar; in static_libManifest2GetNextItemInternal() local348 nCurrentChar = 0; in static_libManifest2GetNextItemInternal()369 nCurrentChar = x; in static_libManifest2GetNextItemInternal()383 nCurrentChar = x & 0x1F; in static_libManifest2GetNextItemInternal()396 nCurrentChar = x & 0x0F; in static_libManifest2GetNextItemInternal()402 nCurrentChar = x & 0x07; in static_libManifest2GetNextItemInternal()426 if (nCurrentChar == 0 && (x & 0x20) == 0) in static_libManifest2GetNextItemInternal()436 if (nCurrentChar == 0 && (x & 0x30) == 0) in static_libManifest2GetNextItemInternal()445 nCurrentChar = (nCurrentChar << 6) | (x & 0x3F); in static_libManifest2GetNextItemInternal()458 if ((nCurrentChar >= 0xD800 && nCurrentChar < 0xE000) || nCurrentChar >= 0x110000) in static_libManifest2GetNextItemInternal()[all …]