Home
last modified time | relevance | path

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

/third_party/icu/tools/unicode/c/genprops/
Dlayoutpropsbuilder.cpp95 void checkMaxIntValue(UProperty prop, int32_t maxMax, UErrorCode &errorCode) const;
214 checkMaxIntValue(UCHAR_INDIC_POSITIONAL_CATEGORY, 0xff, errorCode); in build()
215 checkMaxIntValue(UCHAR_INDIC_SYLLABIC_CATEGORY, 0xff, errorCode); in build()
216 checkMaxIntValue(UCHAR_VERTICAL_ORIENTATION, 0xff, errorCode); in build()
234 void LayoutPropsBuilder::checkMaxIntValue(UProperty prop, int32_t maxMax, in checkMaxIntValue() function in LayoutPropsBuilder