Searched refs:contextCharToUnicode (Results 1 – 2 of 2) sorted by relevance
120 UChar contextCharToUnicode; /* previous Unicode codepoint for contextual analysis */ member199 converterData->contextCharToUnicode=NO_CHAR_MARKER; in _ISCIIOpen()256 data->contextCharToUnicode=NO_CHAR_MARKER; in _ISCIIReset()1183 UChar* contextCharToUnicode= NULL; in UConverter_toUnicode_ISCII_OFFSETS_LOGIC() local1194 …contextCharToUnicode = &data->contextCharToUnicode; /* contains previous ISCII codepoint visited */ in UConverter_toUnicode_ISCII_OFFSETS_LOGIC()1205 if (*contextCharToUnicode==ATR) { in UConverter_toUnicode_ISCII_OFFSETS_LOGIC()1225 *contextCharToUnicode=NO_CHAR_MARKER; in UConverter_toUnicode_ISCII_OFFSETS_LOGIC()1231 *contextCharToUnicode=NO_CHAR_MARKER; in UConverter_toUnicode_ISCII_OFFSETS_LOGIC()1235 } else if (*contextCharToUnicode==EXT) { in UConverter_toUnicode_ISCII_OFFSETS_LOGIC()1244 *contextCharToUnicode= NO_CHAR_MARKER; in UConverter_toUnicode_ISCII_OFFSETS_LOGIC()[all …]