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
42
uint32_t
mappingPosition
; /* const uint8_t *
mappingPosition
; */
ucol_swp.cpp
238
header.
mappingPosition
= ds->readUInt32(inHeader->
mappingPosition
);
266
if(header.
mappingPosition
!=0 && header.expansion!=0) {
272
count=header.
mappingPosition
-header.expansion;
290
if(header.
mappingPosition
!=0) {
291
count=header.endExpansionCE-header.
mappingPosition
;
292
utrie_swap(ds, inBytes+header.
mappingPosition
, (int32_t)count,
293
outBytes+header.
mappingPosition
, pErrorCode);
Completed in 67 milliseconds