Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dfldset.h22 #define U_FIELDS_SET_MAX 64 macro
213 int32_t fValue[U_FIELDS_SET_MAX];
214 UBool fIsSet[U_FIELDS_SET_MAX];
Dfldset.cpp39 if(fieldCount > U_FIELDS_SET_MAX) { in construct()
40 fieldCount = U_FIELDS_SET_MAX; in construct()