Searched refs:locElementCapacity (Results 1 – 1 of 1) sorted by relevance
83 static const int32_t locElementCapacity = 32; variable93 char locElements[locElementCount][locElementCapacity];98 UChar variableTopString[locElementCapacity];166 } while(*(++string) != '_' && *string && len < locElementCapacity); in _processLocaleElement()167 if(len >= locElementCapacity) { in _processLocaleElement()254 while(U_SUCCESS(*status) && i < locElementCapacity && *string != 0 && *string != '_') { in _processVariableTop()258 if(i == locElementCapacity && *string != 0 && *string != '_') { in _processVariableTop()