OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UNEWTRIE2_INITIAL_DATA_LENGTH
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/icu/source/common/
utrie2_builder.c
100
#define
UNEWTRIE2_INITIAL_DATA_LENGTH
((int32_t)1<<14)
121
data=(uint32_t *)uprv_malloc(
UNEWTRIE2_INITIAL_DATA_LENGTH
*4);
137
newTrie->dataCapacity=
UNEWTRIE2_INITIAL_DATA_LENGTH
;
[
all
...]
/external/icu4c/common/
utrie2_builder.cpp
100
#define
UNEWTRIE2_INITIAL_DATA_LENGTH
((int32_t)1<<14)
121
data=(uint32_t *)uprv_malloc(
UNEWTRIE2_INITIAL_DATA_LENGTH
*4);
137
newTrie->dataCapacity=
UNEWTRIE2_INITIAL_DATA_LENGTH
;
[
all
...]
/prebuilts/misc/common/icu4j/
icu4j.jar
Completed in 287 milliseconds