Lines Matching refs:UBool
33 void IntlTestDecimalFormatAPI::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ )
134 assertEquals("pat 0: ", (UBool) FALSE, (UBool) df.isGroupingUsed());
146 assertEquals("pat #,##0: ", (UBool) TRUE, (UBool) df.isGroupingUsed());
326 UBool tf = pat.isDecimalSeparatorAlwaysShown();
333 UBool esas = pat.isExponentSignAlwaysShown();
341 UBool sn = pat.isScientificNotation();