Lines Matching refs:EMode
468 enum EMode { enum in NumFmtInt64Test
476 EMode fMode;
526 case EMode::kDefault: in getClassName()
528 case EMode::kPattern: in getClassName()
530 case EMode::kApplyPattern: in getClassName()
532 case EMode::kGroupOff: in getClassName()
534 case EMode::kApplyGroupOff: in getClassName()
541 …Int64Test(const char *pat, const char *num, int64_t expect, const char *FILE, int LINE, EMode mode) in NumFmtInt64Test()
591 …4Test(p,n,x) { NumFmtInt64Test t(p,n,x,__FILE__,__LINE__,NumFmtInt64Test::EMode::kPattern); runTes…
595 …apply(p,n,x) { NumFmtInt64Test t(p,n,x,__FILE__,__LINE__,NumFmtInt64Test::EMode::kApplyPattern); r…
597 …fault(p,n,x) { NumFmtInt64Test t(p,n,x,__FILE__,__LINE__,NumFmtInt64Test::EMode::kDefault); runTes…
598 …t_gr0(p,n,x) { NumFmtInt64Test t(p,n,x,__FILE__,__LINE__,NumFmtInt64Test::EMode::kGroupOff); runTe…
599 …lygr0(p,n,x) { NumFmtInt64Test t(p,n,x,__FILE__,__LINE__,NumFmtInt64Test::EMode::kApplyGroupOff); …