Lines Matching refs:EMode
463 enum EMode { enum in NumFmtInt64Test
471 EMode fMode;
521 case EMode::kDefault: in getClassName()
523 case EMode::kPattern: in getClassName()
525 case EMode::kApplyPattern: in getClassName()
527 case EMode::kGroupOff: in getClassName()
529 case EMode::kApplyGroupOff: in getClassName()
536 …Int64Test(const char *pat, const char *num, int64_t expect, const char *FILE, int LINE, EMode mode) in NumFmtInt64Test()
586 …4Test(p,n,x) { NumFmtInt64Test t(p,n,x,__FILE__,__LINE__,NumFmtInt64Test::EMode::kPattern); runTes…
590 …apply(p,n,x) { NumFmtInt64Test t(p,n,x,__FILE__,__LINE__,NumFmtInt64Test::EMode::kApplyPattern); r…
592 …fault(p,n,x) { NumFmtInt64Test t(p,n,x,__FILE__,__LINE__,NumFmtInt64Test::EMode::kDefault); runTes…
593 …t_gr0(p,n,x) { NumFmtInt64Test t(p,n,x,__FILE__,__LINE__,NumFmtInt64Test::EMode::kGroupOff); runTe…
594 …lygr0(p,n,x) { NumFmtInt64Test t(p,n,x,__FILE__,__LINE__,NumFmtInt64Test::EMode::kApplyGroupOff); …