OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mappingPosition
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/common/
ucol_data.h
44
uint32_t
mappingPosition
; /* const uint8_t *
mappingPosition
; */
ucol_swp.cpp
240
header.
mappingPosition
= ds->readUInt32(inHeader->
mappingPosition
);
268
if(header.
mappingPosition
!=0 && header.expansion!=0) {
274
count=header.
mappingPosition
-header.expansion;
292
if(header.
mappingPosition
!=0) {
293
count=header.endExpansionCE-header.
mappingPosition
;
294
utrie_swap(ds, inBytes+header.
mappingPosition
, (int32_t)count,
295
outBytes+header.
mappingPosition
, pErrorCode);
Completed in 132 milliseconds