Home | History | Annotate | Download | only in common

Lines Matching refs:fromUnicodeBytes

877         results=(const uint16_t *)mbcsTable->fromUnicodeBytes;
921 bytes=mbcsTable->fromUnicodeBytes;
1268 bytes=mbcsTable->fromUnicodeBytes;
1312 * We _know_ the number of bytes in the fromUnicodeBytes array
1409 bytes=(uint8_t *)mbcsTable->fromUnicodeBytes;
1501 mbcsTable->fromUnicodeBytes=(uint8_t *)(stage2+fullStage2Length);
1541 /* reconstitute fromUnicodeBytes with roundtrips from toUnicode data */
1769 mbcsTable->fromUnicodeBytes=(const uint8_t *)(raw+header->offsetFromUBytes);
1822 (mbcsTable->fromUnicodeBytes+
3432 bytes=cnv->sharedData->mbcs.fromUnicodeBytes;
3657 results=(uint16_t *)cnv->sharedData->mbcs.fromUnicodeBytes;
3833 results=(uint16_t *)cnv->sharedData->mbcs.fromUnicodeBytes;
4132 bytes=cnv->sharedData->mbcs.fromUnicodeBytes;
4828 value=MBCS_SINGLE_RESULT_FROM_U(table, (uint16_t *)sharedData->mbcs.fromUnicodeBytes, c);
4840 value=MBCS_VALUE_2_FROM_STAGE_2(sharedData->mbcs.fromUnicodeBytes, stage2Entry, c);
4851 value=MBCS_VALUE_2_FROM_STAGE_2(sharedData->mbcs.fromUnicodeBytes, stage2Entry, c);
4861 p=MBCS_POINTER_3_FROM_STAGE_2(sharedData->mbcs.fromUnicodeBytes, stage2Entry, c);
4872 value=MBCS_VALUE_4_FROM_STAGE_2(sharedData->mbcs.fromUnicodeBytes, stage2Entry, c);
4884 value=MBCS_VALUE_2_FROM_STAGE_2(sharedData->mbcs.fromUnicodeBytes, stage2Entry, c);
4899 p=MBCS_POINTER_3_FROM_STAGE_2(sharedData->mbcs.fromUnicodeBytes, stage2Entry, c);
4978 value=MBCS_SINGLE_RESULT_FROM_U(table, (uint16_t *)sharedData->mbcs.fromUnicodeBytes, c);
5032 results=(uint16_t *)cnv->sharedData->mbcs.fromUnicodeBytes;
5339 results=(uint16_t *)cnv->sharedData->mbcs.fromUnicodeBytes;