OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UCNVSEL_INDEX_SIZE
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/common/
ucnvsel.cpp
262
UCNVSEL_INDEX_SIZE
= 15, // bytes following the DataHeader
321
indexes[
UCNVSEL_INDEX_SIZE
] = totalSize - header.dataHeader.headerSize;
419
int32_t size = indexes[
UCNVSEL_INDEX_SIZE
];
541
if (length < indexes[
UCNVSEL_INDEX_SIZE
]) {
/external/icu/icu4c/source/common/
ucnvsel.cpp
262
UCNVSEL_INDEX_SIZE
= 15, // bytes following the DataHeader
321
indexes[
UCNVSEL_INDEX_SIZE
] = totalSize - header.dataHeader.headerSize;
419
int32_t size = indexes[
UCNVSEL_INDEX_SIZE
];
541
if (length < indexes[
UCNVSEL_INDEX_SIZE
]) {
Completed in 29 milliseconds