Searched refs:MBCS_VALUE_4_FROM_STAGE_2 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Ducnvmbcs.h307 #define MBCS_VALUE_4_FROM_STAGE_2(bytes, stage2Entry, c) ((uint32_t *)(bytes))[16*(uint32_t)(uint16_t)(stage2Entry)+((c)&0xf)] macro
H A Ducnvmbcs.c39 * MBCS_VALUE_2_FROM_STAGE_2, MBCS_VALUE_4_FROM_STAGE_2
4390 value=MBCS_VALUE_4_FROM_STAGE_2(bytes, stage2Entry, c);
4732 value=MBCS_VALUE_4_FROM_STAGE_2(sharedData->mbcs.fromUnicodeBytes, stage2Entry, c);
/external/icu4c/common/
H A Ducnvmbcs.h310 #define MBCS_VALUE_4_FROM_STAGE_2(bytes, stage2Entry, c) ((uint32_t *)(bytes))[16*(uint32_t)(uint16_t)(stage2Entry)+((c)&0xf)] macro
H A Ducnvmbcs.c39 * MBCS_VALUE_2_FROM_STAGE_2, MBCS_VALUE_4_FROM_STAGE_2
4393 value=MBCS_VALUE_4_FROM_STAGE_2(bytes, stage2Entry, c);
4735 value=MBCS_VALUE_4_FROM_STAGE_2(sharedData->mbcs.fromUnicodeBytes, stage2Entry, c);

Completed in 82 milliseconds