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

/external/icu/icu4c/source/common/
H A Ducnvisci.c52 #define NO_CHAR_MARKER 0xFFFE macro
199 converterData->contextCharToUnicode=NO_CHAR_MARKER;
256 data->contextCharToUnicode=NO_CHAR_MARKER;
1225 *contextCharToUnicode=NO_CHAR_MARKER;
1231 *contextCharToUnicode=NO_CHAR_MARKER;
1244 *contextCharToUnicode= NO_CHAR_MARKER;
1262 *contextCharToUnicode= NO_CHAR_MARKER;
1281 *contextCharToUnicode=NO_CHAR_MARKER;
1306 *contextCharToUnicode = NO_CHAR_MARKER;
1318 *contextCharToUnicode = NO_CHAR_MARKER;
[all...]
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetISCII.java51 private static final int NO_CHAR_MARKER = 0xfffe; field in class:CharsetISCII
135 this.contextCharToUnicode = NO_CHAR_MARKER; /* contextCharToUnicode */
868 data.contextCharToUnicode = NO_CHAR_MARKER;
874 data.contextCharToUnicode = NO_CHAR_MARKER;
886 data.contextCharToUnicode = NO_CHAR_MARKER;
904 data.contextCharToUnicode = NO_CHAR_MARKER;
924 data.contextCharToUnicode = NO_CHAR_MARKER;
950 data.contextCharToUnicode = NO_CHAR_MARKER;
962 data.contextCharToUnicode = NO_CHAR_MARKER;
989 data.contextCharToUnicode = NO_CHAR_MARKER;
[all...]

Completed in 58 milliseconds