OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fKeys
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/tools/genrb/
reslist.h
50
char *
fKeys
;
172
int32_t fKey; /* Index into bundle->
fKeys
; -1 if no key. */
genrb.c
103
const char *
fKeys
;
383
poolBundle.
fKeys
= (const char *)header + header->dataHeader.headerSize;
384
poolBundle.fIndexes = (const int32_t *)poolBundle.
fKeys
+ 1;
391
poolBundle.
fKeys
+= keysBottom;
396
if (poolBundle.
fKeys
[i] == 0) {
584
data->fPoolBundleKeys = poolBundle.
fKeys
;
/external/icu/icu4c/source/tools/genrb/
reslist.h
49
char *
fKeys
;
163
int32_t fKey; /* Index into bundle->
fKeys
; -1 if no key. */
genrb.c
116
const char *
fKeys
;
393
poolBundle.
fKeys
= (const char *)header + header->dataHeader.headerSize;
394
poolBundle.fIndexes = (const int32_t *)poolBundle.
fKeys
+ 1;
401
poolBundle.
fKeys
+= keysBottom;
406
if (poolBundle.
fKeys
[i] == 0) {
602
data->fPoolBundleKeys = poolBundle.
fKeys
;
Completed in 1778 milliseconds