Searched refs:fromUnicodeChars (Results 1 – 3 of 3) sorted by relevance
85 char fromUnicodeChars[]; field in CharsetMBCS.UConverterMBCSTable518 char[] chars = mbcsTable.fromUnicodeChars; in writeStage3Roundtrip()639 mbcsTable.fromUnicodeChars = new char[mbcsTable.fromUBytesLength / 2]; in reconstituteData()968 char[] chars = mbcsTable.fromUnicodeChars; in EBCDICSwapLFNL()2908 chars = sharedData.mbcs.fromUnicodeChars; in encodeLoop()3399 value = MBCS_SINGLE_RESULT_FROM_U(table, sharedData.mbcs.fromUnicodeChars, c); in fromUChar32()3412 … value = MBCS_VALUE_2_FROM_STAGE_2(sharedData.mbcs.fromUnicodeChars, stage2Entry, c); in fromUChar32()4007 results = sharedData.mbcs.fromUnicodeChars; in cnvMBCSSingleFromBMPWithOffsets()4175 results = sharedData.mbcs.fromUnicodeChars; in cnvMBCSSingleFromUnicodeWithOffsets()4329 chars = sharedData.mbcs.fromUnicodeChars; in cnvMBCSDoubleFromUnicodeWithOffsets()[all …]
555 mbcsTable.fromUnicodeChars = ICUBinary.getChars( in readMBCSTable()
282 value = CharsetMBCS.MBCS_SINGLE_RESULT_FROM_U(table, sharedData.mbcs.fromUnicodeChars, c); in MBCSSingleFromUChar32()