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

/external/icu/icu4c/source/common/
H A Ducnvisci.c120 UChar contextCharToUnicode; /* previous Unicode codepoint for contextual analysis */ member in struct:__anon6531
199 converterData->contextCharToUnicode=NO_CHAR_MARKER;
256 data->contextCharToUnicode=NO_CHAR_MARKER;
1183 UChar* contextCharToUnicode= NULL; local
1194 contextCharToUnicode = &data->contextCharToUnicode; /* contains previous ISCII codepoint visited */
1205 if (*contextCharToUnicode==ATR) {
1207 /* If we have ATR in *contextCharToUnicode then we need to change our
1225 *contextCharToUnicode=NO_CHAR_MARKER;
1231 *contextCharToUnicode
[all...]
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetISCII.java114 int contextCharToUnicode; /* previous Unicode codepoint for contextual analysis */ field in class:CharsetISCII.UConverterDataISCII
135 this.contextCharToUnicode = NO_CHAR_MARKER; /* contextCharToUnicode */
840 //data.contextCharToUnicode; /* contains previous ISCII codepoint visited */
850 if (data.contextCharToUnicode == ATR) {
851 /* If we have ATR in data.contextCharToUnicode then we need to change our
868 data.contextCharToUnicode = NO_CHAR_MARKER;
874 data.contextCharToUnicode = NO_CHAR_MARKER;
877 } else if (data.contextCharToUnicode == EXT) {
886 data.contextCharToUnicode
[all...]

Completed in 113 milliseconds