OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scriptToLeadByte
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/common/
ucol_data.h
70
uint32_t
scriptToLeadByte
; /* offset to script to lead collation byte mapping data */
ucol_swp.cpp
247
header.
scriptToLeadByte
= ds->readUInt32(inHeader->
scriptToLeadByte
);
253
ds->swapArray32(ds, &(inHeader->
scriptToLeadByte
), sizeof(header.
scriptToLeadByte
) + sizeof(header.leadByteToScript),
254
&(outHeader->
scriptToLeadByte
), pErrorCode);
322
if(header.
scriptToLeadByte
!=0) {
323
int indexCount = ds->readUInt16(*((uint16_t*)(inBytes+header.
scriptToLeadByte
))); // each entry = 2 * uint16
324
int dataCount = ds->readUInt16(*((uint16_t*)(inBytes+header.
scriptToLeadByte
+ 2))); // each entry = uint16
325
ds->swapArray16(ds, inBytes+header.
scriptToLeadByte
,
327
outBytes+header.
scriptToLeadByte
, pErrorCode)
[
all
...]
Completed in 529 milliseconds