Lines Matching refs:fromUnicodeBytes
740 results=(const uint16_t *)mbcsTable->fromUnicodeBytes;
784 bytes=mbcsTable->fromUnicodeBytes;
1131 bytes=mbcsTable->fromUnicodeBytes;
1175 * We _know_ the number of bytes in the fromUnicodeBytes array
1272 bytes=(uint8_t *)mbcsTable->fromUnicodeBytes;
1364 mbcsTable->fromUnicodeBytes=(uint8_t *)(stage2+fullStage2Length);
1404 /* reconstitute fromUnicodeBytes with roundtrips from toUnicode data */
1632 mbcsTable->fromUnicodeBytes=(const uint8_t *)(raw+header->offsetFromUBytes);
1685 (mbcsTable->fromUnicodeBytes+
3295 bytes=cnv->sharedData->mbcs.fromUnicodeBytes;
3520 results=(uint16_t *)cnv->sharedData->mbcs.fromUnicodeBytes;
3696 results=(uint16_t *)cnv->sharedData->mbcs.fromUnicodeBytes;
3999 bytes=cnv->sharedData->mbcs.fromUnicodeBytes;
4695 value=MBCS_SINGLE_RESULT_FROM_U(table, (uint16_t *)sharedData->mbcs.fromUnicodeBytes, c);
4707 value=MBCS_VALUE_2_FROM_STAGE_2(sharedData->mbcs.fromUnicodeBytes, stage2Entry, c);
4718 value=MBCS_VALUE_2_FROM_STAGE_2(sharedData->mbcs.fromUnicodeBytes, stage2Entry, c);
4728 p=MBCS_POINTER_3_FROM_STAGE_2(sharedData->mbcs.fromUnicodeBytes, stage2Entry, c);
4739 value=MBCS_VALUE_4_FROM_STAGE_2(sharedData->mbcs.fromUnicodeBytes, stage2Entry, c);
4751 value=MBCS_VALUE_2_FROM_STAGE_2(sharedData->mbcs.fromUnicodeBytes, stage2Entry, c);
4766 p=MBCS_POINTER_3_FROM_STAGE_2(sharedData->mbcs.fromUnicodeBytes, stage2Entry, c);
4845 value=MBCS_SINGLE_RESULT_FROM_U(table, (uint16_t *)sharedData->mbcs.fromUnicodeBytes, c);
4899 results=(uint16_t *)cnv->sharedData->mbcs.fromUnicodeBytes;
5206 results=(uint16_t *)cnv->sharedData->mbcs.fromUnicodeBytes;