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

/external/icu/icu4c/source/common/
H A Dunames.cpp83 uint32_t tokenStringOffset, groupsOffset, groupStringOffset, algNamesOffset; member in struct:__anon5569
95 #define GET_GROUPS(names) (const uint16_t *)((const char *)names+names->groupsOffset)
1836 uint32_t tokenStringOffset, groupsOffset, groupStringOffset, algNamesOffset, local
1908 groupsOffset=ds->readUInt32(((const uint32_t *)inBytes)[1]);
1973 udata_swapInvStringBlock(ds, inBytes+tokenStringOffset, (int32_t)(groupsOffset-tokenStringOffset),
1981 count=ds->readUInt16(*((const uint16_t *)(inBytes+groupsOffset)));
1982 ds->swapArray16(ds, inBytes+groupsOffset, (int32_t)((1+count*3)*2),
1983 outBytes+groupsOffset, pErrorCode);

Completed in 53 milliseconds