OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mappingPosition
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/common/
ucol_swp.cpp
226
header.
mappingPosition
= ds->readUInt32(inHeader->
mappingPosition
);
254
if(header.
mappingPosition
!=0 && header.expansion!=0) {
260
count=header.
mappingPosition
-header.expansion;
278
if(header.
mappingPosition
!=0) {
279
count=header.endExpansionCE-header.
mappingPosition
;
280
utrie_swap(ds, inBytes+header.
mappingPosition
, (int32_t)count,
281
outBytes+header.
mappingPosition
, pErrorCode);
/external/icu4c/i18n/
ucol_imp.h
106
* uint32_t
mappingPosition
; - offset to UTrie (const uint8_t *
mappingPosition
). This is a serialized UTrie and should be treated as such.
[
all
...]
ucol_elm.cpp
[
all
...]
ucol.cpp
852
const uint8_t *mapping = (uint8_t*)result->image+result->image->
mappingPosition
;
853
utrie_unserialize(&result->mapping, mapping, result->image->endExpansionCE - result->image->
mappingPosition
, status);
[
all
...]
Completed in 49 milliseconds