OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:itemHeaderLength
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/tools/toolutil/
pkgitems.cpp
82
int32_t infoLength,
itemHeaderLength
;
84
pInfo=::getDataInfo(pItem->data, pItem->length, infoLength,
itemHeaderLength
, &errorCode);
88
length=pItem->length-
itemHeaderLength
;
91
bytes=pItem->data+
itemHeaderLength
;
109
pInfo=::getDataInfo(swapped, pItem->length, infoLength,
itemHeaderLength
, &errorCode);
110
bytes=swapped+
itemHeaderLength
;
577
int32_t infoLength,
itemHeaderLength
;
579
const UDataInfo *pInfo=getDataInfo(pItem->data, pItem->length, infoLength,
itemHeaderLength
, &errorCode);
615
const uint8_t *inBytes=pItem->data+
itemHeaderLength
;
616
int32_t length=pItem->length-
itemHeaderLength
;
[
all
...]
/external/icu4c/tools/toolutil/
pkgitems.cpp
82
int32_t infoLength,
itemHeaderLength
;
84
pInfo=::getDataInfo(pItem->data, pItem->length, infoLength,
itemHeaderLength
, &errorCode);
88
length=pItem->length-
itemHeaderLength
;
91
bytes=pItem->data+
itemHeaderLength
;
109
pInfo=::getDataInfo(swapped, pItem->length, infoLength,
itemHeaderLength
, &errorCode);
110
bytes=swapped+
itemHeaderLength
;
577
int32_t infoLength,
itemHeaderLength
;
579
const UDataInfo *pInfo=getDataInfo(pItem->data, pItem->length, infoLength,
itemHeaderLength
, &errorCode);
615
const uint8_t *inBytes=pItem->data+
itemHeaderLength
;
616
int32_t length=pItem->length-
itemHeaderLength
;
[
all
...]
Completed in 45 milliseconds