Home | History | Annotate | Download | only in cintltst

Lines Matching refs:u_getIntPropertyMinValue

2722     if( u_getIntPropertyMinValue(UCHAR_DASH)!=0 ||
2723 u_getIntPropertyMinValue(UCHAR_BIDI_CLASS)!=0 ||
2724 u_getIntPropertyMinValue(UCHAR_BLOCK)!=0 || /* j2478 */
2725 u_getIntPropertyMinValue(UCHAR_SCRIPT)!=0 || /*JB#2410*/
2726 u_getIntPropertyMinValue(0x2345)!=0
2728 log_err("error: u_getIntPropertyMinValue() wrong\n");
3037 min = u_getIntPropertyMinValue(propEnum);
3047 log_err("FAIL: u_getIntPropertyMinValue(%s) = %d, exp. 0\n",
3053 if( u_getIntPropertyMinValue(UCHAR_GENERAL_CATEGORY_MASK)!=0 ||