Searched refs:contextCharToUnicode (Results 1 – 1 of 1) sorted by relevance
113 UChar contextCharToUnicode; /* previous Unicode codepoint for contextual analysis */ member152 converterData->contextCharToUnicode=NO_CHAR_MARKER; in _ISCIIOpen()208 data->contextCharToUnicode=NO_CHAR_MARKER; in _ISCIIReset()1091 UChar* contextCharToUnicode = NULL; in UConverter_toUnicode_ISCII_OFFSETS_LOGIC() local1101 …contextCharToUnicode = &data->contextCharToUnicode; /* contains previous ISCII codepoint visited */ in UConverter_toUnicode_ISCII_OFFSETS_LOGIC()1112 if(*contextCharToUnicode==ATR){ in UConverter_toUnicode_ISCII_OFFSETS_LOGIC()1135 *contextCharToUnicode=NO_CHAR_MARKER; in UConverter_toUnicode_ISCII_OFFSETS_LOGIC()1141 *contextCharToUnicode=NO_CHAR_MARKER; in UConverter_toUnicode_ISCII_OFFSETS_LOGIC()1145 }else if(*contextCharToUnicode==EXT){ in UConverter_toUnicode_ISCII_OFFSETS_LOGIC()1155 *contextCharToUnicode= NO_CHAR_MARKER; in UConverter_toUnicode_ISCII_OFFSETS_LOGIC()[all …]