Searched refs:toUnicodeTable (Results 1 – 2 of 2) sorted by relevance
544 static const uint16_t toUnicodeTable[256]={ variable1140 targetUniChar = toUnicodeTable[(sourceChar)] ; \
460 private static final char toUnicodeTable[] = { field in CharsetISCII1177 targetUniChar = toUnicodeTable[sourceChar]; in GetMapping()