Searched refs:normalizedStringTable (Results 1 – 3 of 3) sorted by relevance
155 …] taggedAliasLists, int[] optionTable, byte[] stringTable, byte[] normalizedStringTable) throws IO… in read() argument182 byteBuffer.get(normalizedStringTable); in read()
48 const uint16_t *normalizedStringTable; member
200 #define GET_NORMALIZED_STRING(idx) (const char *)(gMainTable.normalizedStringTable + (idx))305 …gMainTable.normalizedStringTable = ((gMainTable.optionTable->stringNormalizationType == UCNV_IO_UN… in initAliasData()