OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_SPREP_INDEX_TOP
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/icu/source/common/
sprpimpl.h
75
_SPREP_INDEX_TOP
=16 /* changing this requires a new formatVersion */
87
int32_t indexes[
_SPREP_INDEX_TOP
];
usprep.cpp
255
pb=(const uint8_t *)(p+
_SPREP_INDEX_TOP
);
277
profile->mappingData=(uint16_t *)((uint8_t *)(p+
_SPREP_INDEX_TOP
)+profile->indexes[_SPREP_INDEX_TRIE_SIZE]);
876
/* read the first 16 indexes (ICU 2.8/format version 3:
_SPREP_INDEX_TOP
==16, might grow) */
/external/icu4c/common/
sprpimpl.h
75
_SPREP_INDEX_TOP
=16 /* changing this requires a new formatVersion */
87
int32_t indexes[
_SPREP_INDEX_TOP
];
usprep.cpp
252
pb=(const uint8_t *)(p+
_SPREP_INDEX_TOP
);
274
profile->mappingData=(uint16_t *)((uint8_t *)(p+
_SPREP_INDEX_TOP
)+profile->indexes[_SPREP_INDEX_TRIE_SIZE]);
873
/* read the first 16 indexes (ICU 2.8/format version 3:
_SPREP_INDEX_TOP
==16, might grow) */
/external/chromium_org/third_party/icu/source/tools/gensprep/
store.c
59
* int32_t indexes[
_SPREP_INDEX_TOP
]; --
_SPREP_INDEX_TOP
=16, see enum in sprpimpl.h file
150
static int32_t indexes[
_SPREP_INDEX_TOP
]={ 0 };
/external/icu4c/tools/gensprep/
store.c
60
* int32_t indexes[
_SPREP_INDEX_TOP
]; --
_SPREP_INDEX_TOP
=16, see enum in sprpimpl.h file
151
static int32_t indexes[
_SPREP_INDEX_TOP
]={ 0 };
Completed in 27 milliseconds