Lines Matching refs:toUnicode
37 * commented out because there are actually two values used in toUnicode tables:
78 * then the toUnicode function will be used and the offsets will be set to -1.
113 * - The toUnicode side must behave and keep state exactly like the
118 * - Continuing a partial match and flushing the toUnicode replay buffer
119 * are handled by pivoting, using the toUnicode and fromUnicode functions.
127 * If the function pointer is NULL, then the toUnicode function will be used.
137 * to indicate that the ucnv.c code shall call the toUnicode function instead
217 * Every converter type must implement toUnicode, fromUnicode, and getNextUChar,
237 UConverterToUnicode toUnicode;
275 * getNextUChar() implementation to indicate to use the converter's toUnicode()