Home
last modified time | relevance | path

Searched refs:UCAConsts (Results 1 – 5 of 5) sorted by relevance

/external/icu4c/common/
Ducol_swp.cpp224 header.UCAConsts= ds->readUInt32(inHeader->UCAConsts); in ucol_swapBinary()
293 if(header.UCAConsts!=0) { in ucol_swapBinary()
298 count=header.contractionUCACombos-header.UCAConsts; in ucol_swapBinary()
299 … ds->swapArray32(ds, inBytes+header.UCAConsts, header.contractionUCACombos-header.UCAConsts, in ucol_swapBinary()
300 outBytes+header.UCAConsts, pErrorCode); in ucol_swapBinary()
/external/icu4c/i18n/
Ducol_imp.h863 …uint32_t UCAConsts; /* structure which holds values for indirect positioning and implicit ranges */ member
Ducol_tok.cpp1575 … UCAConstants *consts = (UCAConstants *)((uint8_t *)src->UCA->image + src->UCA->image->UCAConsts); in getVirginBefore()
2026 … UCAConstants *consts = (UCAConstants *)((uint8_t *)src->UCA->image + src->UCA->image->UCAConsts); in ucol_tok_assembleTokenList()
2392 … UCAConstants *consts = (UCAConstants *)((uint8_t *)src->UCA->image + src->UCA->image->UCAConsts); in ucol_tok_initTokenList()
Ducol_bld.cpp343 … UCAConstants *consts = (UCAConstants *)((uint8_t *)src->UCA->image + src->UCA->image->UCAConsts); in ucol_inv_getGapPositions()
/external/icu4c/test/cintltst/
Dcmsccoll.c1128 consts = (UCAConstants *)((uint8_t *)UCA->image + UCA->image->UCAConsts); in testCEs()