OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mappingposition
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/icu/source/common/
ucol_data.h
42
uint32_t
mappingPosition
; /* const uint8_t *
mappingPosition
; */
ucol_swp.cpp
224
header.
mappingPosition
= ds->readUInt32(inHeader->
mappingPosition
);
252
if(header.
mappingPosition
!=0 && header.expansion!=0) {
258
count=header.
mappingPosition
-header.expansion;
276
if(header.
mappingPosition
!=0) {
277
count=header.endExpansionCE-header.
mappingPosition
;
278
utrie_swap(ds, inBytes+header.
mappingPosition
, (int32_t)count,
279
outBytes+header.
mappingPosition
, pErrorCode);
/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);
/external/chromium_org/third_party/icu/source/i18n/
ucol_elm.cpp
[
all
...]
ucol_imp.h
110
* uint32_t
mappingPosition
; - offset to UTrie (const uint8_t *
mappingPosition
). This is a serialized UTrie and should be treated as such.
[
all
...]
ucol.cpp
843
const uint8_t *mapping = (uint8_t*)result->image+result->image->
mappingPosition
;
844
utrie_unserialize(&result->mapping, mapping, result->image->endExpansionCE - result->image->
mappingPosition
, status);
[
all
...]
Completed in 152 milliseconds