Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dusrchimp.h20 #define INITIAL_ARRAY_SIZE_ 256 macro
47 int32_t CEBuffer[INITIAL_ARRAY_SIZE_];
70 UChar canonicalPrefixAccents[INITIAL_ARRAY_SIZE_];
71 UChar canonicalSuffixAccents[INITIAL_ARRAY_SIZE_];
Dusearch.cpp254 uint32_t cetablesize = INITIAL_ARRAY_SIZE_; in initializePatternCETable()
715 UChar buffer[INITIAL_ARRAY_SIZE_]; in checkExtraMatchAccents()
717 buffer, INITIAL_ARRAY_SIZE_, in checkExtraMatchAccents()
722 if (size >= INITIAL_ARRAY_SIZE_) { in checkExtraMatchAccents()
1354 UChar accents[INITIAL_ARRAY_SIZE_]; in doNextCanonicalPrefixMatch()
1357 INITIAL_ARRAY_SIZE_, status); in doNextCanonicalPrefixMatch()
1362 int32_t accentsindex[INITIAL_ARRAY_SIZE_]; in doNextCanonicalPrefixMatch()
1366 UChar buffer[INITIAL_ARRAY_SIZE_]; in doNextCanonicalPrefixMatch()
1385 int32_t matchsize = INITIAL_ARRAY_SIZE_; in doNextCanonicalPrefixMatch()
1477 UChar safebuffer[INITIAL_ARRAY_SIZE_]; in doNextCanonicalSuffixMatch()
[all …]