Home
last modified time | relevance | path

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

/external/icu4c/test/intltest/
Dfldset.h20 #define U_FIELDS_SET_MAX 64 macro
211 int32_t fValue[U_FIELDS_SET_MAX];
212 UBool fIsSet[U_FIELDS_SET_MAX];
Dfldset.cpp37 if(fieldCount > U_FIELDS_SET_MAX) { in construct()
38 fieldCount = U_FIELDS_SET_MAX; in construct()