Home
last modified time | relevance | path

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

/third_party/icu/tools/unicode/c/genprops/
H A Dpnamesbuilder.cpp58 static const int32_t JOINED_ALIASES_CAPACITY=100; variable
64 if(uprv_strlen(joinedAliases)>=JOINED_ALIASES_CAPACITY) { in Value()
68 "increase JOINED_ALIASES_CAPACITY, to at least %ld\n", in Value()
120 char aliasesBuffer[JOINED_ALIASES_CAPACITY];
121 char normalizedBuffer[JOINED_ALIASES_CAPACITY];

Completed in 2 milliseconds