OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stringpool_count
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/tools/genpname/
genpname.cpp
352
int32_t
stringPool_count
;
547
if (index >=
stringPool_count
) {
651
stringPool_count
= propertyNameCount;
659
stringPool_offsetArray = MALLOC(Offset,
stringPool_count
);
823
header.
stringPool_count
= (int16_t)
stringPool_count
- 1; // don't include "" entry
827
U_ASSERT(
stringPool_count
<= 0x7FFF);
[
all
...]
/external/icu4c/common/
propname.h
181
int16_t
stringPool_count
; /* number of strings (not size in bytes) */
450
* int16_t
stringPool_count
; // number of strings (not size in bytes)
Completed in 907 milliseconds