Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dunames.cpp85 uint32_t tokenStringOffset, groupsOffset, groupStringOffset, algNamesOffset; member
97 #define GET_GROUPS(names) (const uint16_t *)((const char *)names+names->groupsOffset)
1838 uint32_t tokenStringOffset, groupsOffset, groupStringOffset, algNamesOffset, in uchar_swapNames() local
1910 groupsOffset=ds->readUInt32(((const uint32_t *)inBytes)[1]); in uchar_swapNames()
1975 … udata_swapInvStringBlock(ds, inBytes+tokenStringOffset, (int32_t)(groupsOffset-tokenStringOffset), in uchar_swapNames()
1983 count=ds->readUInt16(*((const uint16_t *)(inBytes+groupsOffset))); in uchar_swapNames()
1984 ds->swapArray16(ds, inBytes+groupsOffset, (int32_t)((1+count*3)*2), in uchar_swapNames()
1985 outBytes+groupsOffset, pErrorCode); in uchar_swapNames()