Searched refs:groupsOffset (Results 1 - 4 of 4) sorted by relevance
/third_party/icu/tools/unicode/c/genprops/ |
H A D | namespropsbuilder.cpp | 33 * groupsOffset, 780 tokenStringOffset, groupsOffset, groupStringOffset, algNamesOffset; in writeBinaryData() local 848 groupsOffset=(tokenStringOffset+(lineTop-groupTop)+1)&~1; in writeBinaryData() 849 groupStringOffset=groupsOffset+2+6*lineCount; in writeBinaryData() 864 udata_write32(pData, groupsOffset); in writeBinaryData()
|
/third_party/icu/icu4c/source/common/ |
H A D | unames.cpp | 85 uint32_t tokenStringOffset, groupsOffset, groupStringOffset, algNamesOffset; member 97 #define GET_GROUPS(names) (const uint16_t *)((const char *)names+names->groupsOffset) 1845 uint32_t tokenStringOffset, groupsOffset, groupStringOffset, algNamesOffset, in uchar_swapNames() local 1917 groupsOffset=ds->readUInt32(((const uint32_t *)inBytes)[1]); in uchar_swapNames() 1982 udata_swapInvStringBlock(ds, inBytes+tokenStringOffset, (int32_t)(groupsOffset-tokenStringOffset), in uchar_swapNames() 1990 count=ds->readUInt16(*((const uint16_t *)(inBytes+groupsOffset))); in uchar_swapNames() 1991 ds->swapArray16(ds, inBytes+groupsOffset, (int32_t)((1+count*3)*2), in uchar_swapNames() 1992 outBytes+groupsOffset, pErrorCode); in uchar_swapNames()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | unames.cpp | 85 uint32_t tokenStringOffset, groupsOffset, groupStringOffset, algNamesOffset; member 97 #define GET_GROUPS(names) (const uint16_t *)((const char *)names+names->groupsOffset) 1845 uint32_t tokenStringOffset, groupsOffset, groupStringOffset, algNamesOffset, in uchar_swapNames() local 1917 groupsOffset=ds->readUInt32(((const uint32_t *)inBytes)[1]); in uchar_swapNames() 1982 udata_swapInvStringBlock(ds, inBytes+tokenStringOffset, (int32_t)(groupsOffset-tokenStringOffset), in uchar_swapNames() 1990 count=ds->readUInt16(*((const uint16_t *)(inBytes+groupsOffset))); in uchar_swapNames() 1991 ds->swapArray16(ds, inBytes+groupsOffset, (int32_t)((1+count*3)*2), in uchar_swapNames() 1992 outBytes+groupsOffset, pErrorCode); in uchar_swapNames()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | unames.cpp | 85 uint32_t tokenStringOffset, groupsOffset, groupStringOffset, algNamesOffset; member 97 #define GET_GROUPS(names) (const uint16_t *)((const char *)names+names->groupsOffset) 1845 uint32_t tokenStringOffset, groupsOffset, groupStringOffset, algNamesOffset, in uchar_swapNames() local 1917 groupsOffset=ds->readUInt32(((const uint32_t *)inBytes)[1]); in uchar_swapNames() 1982 udata_swapInvStringBlock(ds, inBytes+tokenStringOffset, (int32_t)(groupsOffset-tokenStringOffset), in uchar_swapNames() 1990 count=ds->readUInt16(*((const uint16_t *)(inBytes+groupsOffset))); in uchar_swapNames() 1991 ds->swapArray16(ds, inBytes+groupsOffset, (int32_t)((1+count*3)*2), in uchar_swapNames() 1992 outBytes+groupsOffset, pErrorCode); in uchar_swapNames()
|
Completed in 11 milliseconds