Searched refs:INITIAL_ARRAY_SIZE_ (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/i18n/
H A Dusrchimp.h21 #define INITIAL_ARRAY_SIZE_ 256 macro
49 int32_t CEBuffer[INITIAL_ARRAY_SIZE_];
52 int64_t PCEBuffer[INITIAL_ARRAY_SIZE_];
76 UChar canonicalPrefixAccents[INITIAL_ARRAY_SIZE_];
77 UChar canonicalSuffixAccents[INITIAL_ARRAY_SIZE_];
H A Dusearch.cpp300 uint32_t cetablesize = INITIAL_ARRAY_SIZE_;
375 uint32_t pcetablesize = INITIAL_ARRAY_SIZE_;
859 UChar buffer[INITIAL_ARRAY_SIZE_];
861 buffer, INITIAL_ARRAY_SIZE_,
866 if (size >= INITIAL_ARRAY_SIZE_) {
1472 UChar accents[INITIAL_ARRAY_SIZE_];
1475 INITIAL_ARRAY_SIZE_, status);
1480 int32_t accentsindex[INITIAL_ARRAY_SIZE_];
1484 UChar buffer[INITIAL_ARRAY_SIZE_];
1503 int32_t matchsize = INITIAL_ARRAY_SIZE_;
[all...]

Completed in 92 milliseconds