Home
last modified time | relevance | path

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

/third_party/icu/tools/unicode/c/genprops/
Dlayoutpropsbuilder.cpp93 return maxIntValues[prop - UCHAR_INT_START]; in getMaxIntValue()
97 int32_t maxIntValues[UCHAR_INT_LIMIT - UCHAR_INT_START]; member in LayoutPropsBuilder
109 memset(maxIntValues, 0, sizeof(maxIntValues)); in LayoutPropsBuilder()
154 if (value > maxIntValues[prop - UCHAR_INT_START]) { in setIntProp()
155 maxIntValues[prop - UCHAR_INT_START] = value; in setIntProp()