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

/external/icu4c/common/
H A Ducnvisci.c122 UChar contextCharToUnicode; /* previous Unicode codepoint for contextual analysis */ member in struct:__anon5237
188 converterData->contextCharToUnicode=NO_CHAR_MARKER;
253 data->contextCharToUnicode=NO_CHAR_MARKER;
1180 UChar* contextCharToUnicode= NULL; local
1191 contextCharToUnicode = &data->contextCharToUnicode; /* contains previous ISCII codepoint visited */
1202 if (*contextCharToUnicode==ATR) {
1204 /* If we have ATR in *contextCharToUnicode then we need to change our
1222 *contextCharToUnicode=NO_CHAR_MARKER;
1228 *contextCharToUnicode
[all...]

Completed in 128 milliseconds