SYMBOL INDEX (4068 symbols across 524 files) FILE: src/Benchmarks/EnglishArticleBenchmarks.cs class EnglishArticleBenchmarks (line 1) | [MemoryDiagnoser(false)] method AppendArticlePrefix (line 4) | [Benchmark] method PrependArticleSuffix (line 8) | [Benchmark] FILE: src/Benchmarks/EnglishToWordsBenchmark.cs class EnglishToWordsBenchmark (line 1) | [MemoryDiagnoser] method ToWords (line 6) | [Benchmark] method ToWordsOrdinal (line 10) | [Benchmark] FILE: src/Benchmarks/EnumBenchmarks.cs class EnumBenchmarks (line 1) | [MemoryDiagnoser(false)] type EnumUnderTest (line 4) | public enum EnumUnderTest method Humanize (line 14) | [Benchmark(Description = "Enum.Humanize")] method Dehumanize (line 17) | [Benchmark(Description = "Enum.DehumanizeTo")] FILE: src/Benchmarks/InflectorBenchmarks.cs class InflectorBenchmarks (line 9) | [MemoryDiagnoser] method Pascalize (line 12) | [Benchmark(Description = "Pascalize")] method Camelize (line 16) | [Benchmark(Description = "Camelize")] method Underscore (line 20) | [Benchmark(Description = "Underscore")] method Dasherize (line 24) | [Benchmark(Description = "Dasherize")] method Kebaberize (line 28) | [Benchmark(Description = "Kebaberize")] method Titleize (line 32) | [Benchmark(Description = "Titleize")] method Pluralize (line 36) | [Benchmark(Description = "Pluralize")] method Singularize (line 40) | [Benchmark(Description = "Singularize")] FILE: src/Benchmarks/ItalianNumberBenchmarks.cs class ItalianNumberBenchmarks (line 3) | [MemoryDiagnoser(false)] method ToOrdinalWords (line 7) | [Benchmark(Description = "ItalianNumber.ToOrdinalWords")] FILE: src/Benchmarks/MetricNumeralBenchmarks.cs class MetricNumeralBenchmarks (line 9) | [MemoryDiagnoser] method ToMetricSmall (line 12) | [Benchmark(Description = "ToMetric small")] method ToMetricKilo (line 16) | [Benchmark(Description = "ToMetric kilo")] method ToMetricMega (line 20) | [Benchmark(Description = "ToMetric mega")] method ToMetricMilli (line 24) | [Benchmark(Description = "ToMetric milli")] method FromMetricKilo (line 28) | [Benchmark(Description = "FromMetric kilo")] method FromMetricMega (line 32) | [Benchmark(Description = "FromMetric mega")] method FromMetricMicro (line 36) | [Benchmark(Description = "FromMetric micro")] FILE: src/Benchmarks/NumberToWordsBenchmarks.cs class NumberToWordsBenchmarks (line 9) | [MemoryDiagnoser] method EnglishToWordsSmall (line 12) | [Benchmark(Description = "English ToWords small")] method EnglishToWordsLarge (line 16) | [Benchmark(Description = "English ToWords large")] method EnglishToOrdinalWords (line 20) | [Benchmark(Description = "English ToOrdinalWords")] method TurkishToWords (line 24) | [Benchmark(Description = "Turkish ToWords")] method GreekToWords (line 28) | [Benchmark(Description = "Greek ToWords")] method KoreanToWords (line 32) | [Benchmark(Description = "Korean ToWords")] method FinnishToWords (line 36) | [Benchmark(Description = "Finnish ToWords")] FILE: src/Benchmarks/OrdinalBenchmarks.cs class OrdinalBenchmarks (line 10) | [MemoryDiagnoser] method EnglishOrdinalize (line 13) | [Benchmark(Description = "English Ordinalize")] method DutchOrdinalize (line 17) | [Benchmark(Description = "Dutch Ordinalize")] method TurkishOrdinalize (line 21) | [Benchmark(Description = "Turkish Ordinalize")] method GreekOrdinalize (line 25) | [Benchmark(Description = "Greek Ordinalize")] method FinnishOrdinalize (line 29) | [Benchmark(Description = "Finnish Ordinalize")] FILE: src/Benchmarks/RomanNumeralBenchmarks.cs class RomanNumeralBenchmarks (line 9) | [MemoryDiagnoser] method ToRomanSmall (line 12) | [Benchmark(Description = "ToRoman small")] method ToRomanMedium (line 16) | [Benchmark(Description = "ToRoman medium")] method ToRomanLarge (line 20) | [Benchmark(Description = "ToRoman large")] method FromRomanSmall (line 24) | [Benchmark(Description = "FromRoman small")] method FromRomanMedium (line 28) | [Benchmark(Description = "FromRoman medium")] method FromRomanLarge (line 32) | [Benchmark(Description = "FromRoman large")] FILE: src/Benchmarks/StringHumanizeBenchmarks.cs class StringHumanizeBenchmarks (line 9) | [MemoryDiagnoser] method HumanizePascalCase (line 12) | [Benchmark(Description = "Humanize PascalCase")] method HumanizeUnderscore (line 16) | [Benchmark(Description = "Humanize with underscore")] method HumanizeDashes (line 20) | [Benchmark(Description = "Humanize with dashes")] method HumanizeWithCasing (line 24) | [Benchmark(Description = "Humanize with casing")] method HumanizeMixed (line 28) | [Benchmark(Description = "Humanize mixed format")] FILE: src/Benchmarks/TimeOnlyToClockNotationConverterBenchmarks.cs class TimeOnlyToClockNotationConverterBenchmarks (line 1) | [MemoryDiagnoser(false)] method EsClockNotationConverter (line 7) | [Benchmark] method BrazilianPortugueseClockNotationConverter (line 15) | [Benchmark] method FrClockNotationConverter (line 23) | [Benchmark] method LbClockNotationConverter (line 31) | [Benchmark] method DefaultClockNotationConverter (line 39) | [Benchmark] FILE: src/Benchmarks/ToQuantityBenchmarks.cs class ToQuantityBenchmarks (line 9) | [MemoryDiagnoser] method ToQuantityNumericPlural (line 12) | [Benchmark(Description = "ToQuantity Numeric - Plural")] method ToQuantityNumericSingular (line 16) | [Benchmark(Description = "ToQuantity Numeric - Singular")] method ToQuantityWords (line 20) | [Benchmark(Description = "ToQuantity Words")] method ToQuantityDouble (line 24) | [Benchmark(Description = "ToQuantity Double")] method ToQuantityFormatted (line 28) | [Benchmark(Description = "ToQuantity Formatted")] FILE: src/Benchmarks/TransformersBenchmarks.cs class TransformersBenchmarks (line 1) | [MemoryDiagnoser(false)] method GlobalSetup (line 29) | [GlobalSetup] method AllTransforms (line 41) | [Benchmark] method LowerCase (line 45) | [Benchmark] method UpperCase (line 49) | [Benchmark] method SentenceCase (line 53) | [Benchmark] method TitleCase (line 57) | [Benchmark] FILE: src/Benchmarks/VocabularyBenchmarks.cs class VocabularyBenchmarks (line 9) | [MemoryDiagnoser] method PluralizeBatch (line 19) | [Benchmark(Description = "Pluralize various words")] method SingularizeBatch (line 28) | [Benchmark(Description = "Singularize various words")] method PluralizeCommon (line 37) | [Benchmark(Description = "Pluralize single common")] method PluralizeIrregular (line 41) | [Benchmark(Description = "Pluralize single irregular")] method SingularizeCommon (line 45) | [Benchmark(Description = "Singularize single common")] method SingularizeIrregular (line 49) | [Benchmark(Description = "Singularize single irregular")] FILE: src/Benchmarks/WordsToNumberBenchmarks.cs class WordsToNumberBenchmarks (line 10) | [MemoryDiagnoser] method SimpleWord (line 15) | [Benchmark(Description = "Simple word")] method CompoundWord (line 19) | [Benchmark(Description = "Compound word")] method ComplexNumber (line 23) | [Benchmark(Description = "Complex number")] method OrdinalWord (line 27) | [Benchmark(Description = "Ordinal word")] method LargeNumber (line 31) | [Benchmark(Description = "Large number")] FILE: src/Humanizer.Analyzers/NamespaceMigrationAnalyzer.cs class NamespaceMigrationAnalyzer (line 11) | [DiagnosticAnalyzer(LanguageNames.CSharp)] method Initialize (line 49) | public override void Initialize(AnalysisContext context) method AnalyzeUsingDirective (line 58) | private static void AnalyzeUsingDirective(SyntaxNodeAnalysisContext co... method AnalyzeQualifiedName (line 75) | private static void AnalyzeQualifiedName(SyntaxNodeAnalysisContext con... method IsNamespaceMatch (line 104) | private static bool IsNamespaceMatch(ReadOnlySpan fullName, Read... method IsNamespaceMatch (line 116) | private static bool IsNamespaceMatch(string fullName, string oldNamesp... method HasMatchingNamespace (line 127) | private static bool HasMatchingNamespace(string namespaceName) method TryGetMatchingNamespace (line 147) | private static bool TryGetMatchingNamespace(string fullName, out strin... FILE: src/Humanizer.Analyzers/NamespaceMigrationCodeFixProvider.cs class NamespaceMigrationCodeFixProvider (line 12) | [ExportCodeFixProvider(LanguageNames.CSharp, Name = nameof(NamespaceMigr... method GetFixAllProvider (line 35) | public sealed override FixAllProvider GetFixAllProvider() => WellKnown... method RegisterCodeFixesAsync (line 37) | public sealed override async Task RegisterCodeFixesAsync(CodeFixContex... method ReplaceUsingDirectiveAsync (line 72) | private static async Task ReplaceUsingDirectiveAsync( method ReplaceQualifiedNameAsync (line 89) | private static async Task ReplaceQualifiedNameAsync(Document... method IsNamespaceMatch (line 112) | private static bool IsNamespaceMatch(ReadOnlySpan fullName, Read... method IsNamespaceMatch (line 124) | private static bool IsNamespaceMatch(string fullName, string oldNamesp... method GetReplacementName (line 135) | private static string GetReplacementName(string fullName, string match... method TryGetMatchingNamespace (line 153) | private static bool TryGetMatchingNamespace(string fullName, out strin... FILE: src/Humanizer/ArticlePrefixSort.cs class EnglishArticle (line 6) | public static partial class EnglishArticle method ArticleRegexGenerated (line 11) | [GeneratedRegex(ArticlePattern)] method ArticleRegex (line 14) | private static Regex ArticleRegex() => ArticleRegexGenerated(); method ArticleRegex (line 18) | private static Regex ArticleRegex() => ArticleRegexField; method AppendArticlePrefix (line 26) | public static string[] AppendArticlePrefix(string[] items) method PrependArticleSuffix (line 65) | public static string[] PrependArticleSuffix(string[] appended) method RearrangeArticle (line 113) | static string RearrangeArticle(string item, int suffixLength, int tota... FILE: src/Humanizer/Bytes/ByteRate.cs class ByteRate (line 9) | public class ByteRate(ByteSize size, TimeSpan interval) method Humanize (line 25) | public string Humanize(TimeUnit timeUnit = TimeUnit.Second) => method Humanize (line 34) | public string Humanize(string? format, TimeUnit timeUnit = TimeUnit.Se... FILE: src/Humanizer/Bytes/ByteSize.cs type ByteSize (line 30) | public struct ByteSize(double byteSize) : method GetLargestWholeNumberSymbol (line 69) | public readonly string GetLargestWholeNumberSymbol(IFormatProvider? pr... method GetLargestWholeNumberFullWord (line 104) | public readonly string GetLargestWholeNumberFullWord(IFormatProvider? ... method FromBits (line 173) | public static ByteSize FromBits(long value) => method FromBytes (line 176) | public static ByteSize FromBytes(double value) => method FromKilobytes (line 179) | public static ByteSize FromKilobytes(double value) => method FromMegabytes (line 182) | public static ByteSize FromMegabytes(double value) => method FromGigabytes (line 185) | public static ByteSize FromGigabytes(double value) => method FromTerabytes (line 188) | public static ByteSize FromTerabytes(double value) => method ToString (line 197) | public readonly override string ToString() => method ToString (line 200) | public readonly string ToString(IFormatProvider? provider) method ToString (line 207) | public readonly string ToString(string? format) => method ToString (line 210) | public readonly string ToString(string? format, IFormatProvider? provi... method ToString (line 213) | readonly string ToString(string? format, IFormatProvider? provider, bo... method ToFullWords (line 289) | public readonly string ToFullWords(string? format = null, IFormatProvi... method Equals (line 292) | public readonly override bool Equals(object? value) method Equals (line 312) | public readonly bool Equals(ByteSize value) => method GetHashCode (line 315) | public readonly override int GetHashCode() => method CompareTo (line 318) | public readonly int CompareTo(object? obj) method CompareTo (line 333) | public readonly int CompareTo(ByteSize other) => method Add (line 336) | public readonly ByteSize Add(ByteSize bs) => method AddBits (line 339) | public readonly ByteSize AddBits(long value) => method AddBytes (line 342) | public readonly ByteSize AddBytes(double value) => method AddKilobytes (line 345) | public readonly ByteSize AddKilobytes(double value) => method AddMegabytes (line 348) | public readonly ByteSize AddMegabytes(double value) => method AddGigabytes (line 351) | public readonly ByteSize AddGigabytes(double value) => method AddTerabytes (line 354) | public readonly ByteSize AddTerabytes(double value) => method Subtract (line 357) | public readonly ByteSize Subtract(ByteSize bs) => method TryParse (line 393) | public static bool TryParse(string? s, out ByteSize result) => method TryParse (line 396) | public static bool TryParse(CharSpan s, out ByteSize result) => method TryParse (line 399) | public static bool TryParse(string? s, IFormatProvider? formatProvider... method TryParse (line 402) | public static bool TryParse(CharSpan s, IFormatProvider? formatProvide... method Parse (line 527) | public static ByteSize Parse(string s) => method Parse (line 530) | public static ByteSize Parse(string s, IFormatProvider? formatProvider) FILE: src/Humanizer/Bytes/ByteSizeExtensions.cs class ByteSizeExtensions (line 7) | public static class ByteSizeExtensions method Bits (line 12) | public static ByteSize Bits(this byte input) => method Bits (line 18) | public static ByteSize Bits(this sbyte input) => method Bits (line 24) | public static ByteSize Bits(this short input) => method Bits (line 30) | public static ByteSize Bits(this ushort input) => method Bits (line 36) | public static ByteSize Bits(this int input) => method Bits (line 42) | public static ByteSize Bits(this uint input) => method Bits (line 48) | public static ByteSize Bits(this long input) => method Bytes (line 54) | public static ByteSize Bytes(this byte input) => method Bytes (line 60) | public static ByteSize Bytes(this sbyte input) => method Bytes (line 66) | public static ByteSize Bytes(this short input) => method Bytes (line 72) | public static ByteSize Bytes(this ushort input) => method Bytes (line 78) | public static ByteSize Bytes(this int input) => method Bytes (line 84) | public static ByteSize Bytes(this uint input) => method Bytes (line 90) | public static ByteSize Bytes(this double input) => method Bytes (line 96) | public static ByteSize Bytes(this long input) => method Kilobytes (line 102) | public static ByteSize Kilobytes(this byte input) => method Kilobytes (line 108) | public static ByteSize Kilobytes(this sbyte input) => method Kilobytes (line 114) | public static ByteSize Kilobytes(this short input) => method Kilobytes (line 120) | public static ByteSize Kilobytes(this ushort input) => method Kilobytes (line 126) | public static ByteSize Kilobytes(this int input) => method Kilobytes (line 132) | public static ByteSize Kilobytes(this uint input) => method Kilobytes (line 138) | public static ByteSize Kilobytes(this double input) => method Kilobytes (line 144) | public static ByteSize Kilobytes(this long input) => method Megabytes (line 150) | public static ByteSize Megabytes(this byte input) => method Megabytes (line 156) | public static ByteSize Megabytes(this sbyte input) => method Megabytes (line 162) | public static ByteSize Megabytes(this short input) => method Megabytes (line 168) | public static ByteSize Megabytes(this ushort input) => method Megabytes (line 174) | public static ByteSize Megabytes(this int input) => method Megabytes (line 180) | public static ByteSize Megabytes(this uint input) => method Megabytes (line 186) | public static ByteSize Megabytes(this double input) => method Megabytes (line 192) | public static ByteSize Megabytes(this long input) => method Gigabytes (line 198) | public static ByteSize Gigabytes(this byte input) => method Gigabytes (line 204) | public static ByteSize Gigabytes(this sbyte input) => method Gigabytes (line 210) | public static ByteSize Gigabytes(this short input) => method Gigabytes (line 216) | public static ByteSize Gigabytes(this ushort input) => method Gigabytes (line 222) | public static ByteSize Gigabytes(this int input) => method Gigabytes (line 228) | public static ByteSize Gigabytes(this uint input) => method Gigabytes (line 234) | public static ByteSize Gigabytes(this double input) => method Gigabytes (line 240) | public static ByteSize Gigabytes(this long input) => method Terabytes (line 246) | public static ByteSize Terabytes(this byte input) => method Terabytes (line 252) | public static ByteSize Terabytes(this sbyte input) => method Terabytes (line 258) | public static ByteSize Terabytes(this short input) => method Terabytes (line 264) | public static ByteSize Terabytes(this ushort input) => method Terabytes (line 270) | public static ByteSize Terabytes(this int input) => method Terabytes (line 276) | public static ByteSize Terabytes(this uint input) => method Terabytes (line 282) | public static ByteSize Terabytes(this double input) => method Terabytes (line 288) | public static ByteSize Terabytes(this long input) => method Humanize (line 295) | public static string Humanize(this ByteSize input, string? format = nu... method Humanize (line 302) | public static string Humanize(this ByteSize input, IFormatProvider for... method Humanize (line 310) | public static string Humanize(this ByteSize input, string? format, IFo... method Per (line 318) | public static ByteRate Per(this ByteSize size, TimeSpan interval) => FILE: src/Humanizer/CasingExtensions.cs class CasingExtensions (line 6) | public static class CasingExtensions method ApplyCase (line 29) | public static string ApplyCase(this string input, LetterCasing casing) => FILE: src/Humanizer/ClockNotationRounding.cs type ClockNotationRounding (line 6) | public enum ClockNotationRounding FILE: src/Humanizer/CollectionHumanizeExtensions.cs class CollectionHumanizeExtensions (line 6) | public static class CollectionHumanizeExtensions method Humanize (line 28) | public static string Humanize(this IEnumerable collection) => method Humanize (line 55) | public static string Humanize(this IEnumerable collection, Func<... method Humanize (line 86) | public static string Humanize(this IEnumerable collection, Func<... method Humanize (line 110) | public static string Humanize(this IEnumerable collection, strin... method Humanize (line 137) | public static string Humanize(this IEnumerable collection, Func<... method Humanize (line 168) | public static string Humanize(this IEnumerable collection, Func<... FILE: src/Humanizer/Configuration/CollectionFormatterRegistry.cs class CollectionFormatterRegistry (line 3) | class CollectionFormatterRegistry : LocaliserRegistry method CollectionFormatterRegistry (line 5) | public CollectionFormatterRegistry() FILE: src/Humanizer/Configuration/Configurator.cs class Configurator (line 6) | public static class Configurator method GetFormatter (line 56) | internal static IFormatter GetFormatter(CultureInfo? culture) => method GetNumberToWordsConverter (line 63) | internal static INumberToWordsConverter GetNumberToWordsConverter(Cult... method GetWordsToNumberConverter (line 66) | internal static IWordsToNumberConverter GetWordsToNumberConverter(Cult... method UseEnumDescriptionPropertyLocator (line 150) | public static void UseEnumDescriptionPropertyLocator(Func new Defau... FILE: src/Humanizer/Configuration/DateToOrdinalWordsConverterRegistry.cs class DateToOrdinalWordsConverterRegistry (line 3) | class DateToOrdinalWordsConverterRegistry : LocaliserRegistry method FormatterRegistry (line 5) | public FormatterRegistry() method RegisterDefaultFormatter (line 61) | void RegisterDefaultFormatter(string localeCode) => method RegisterCzechSlovakPolishFormatter (line 64) | void RegisterCzechSlovakPolishFormatter(string localeCode) => FILE: src/Humanizer/Configuration/LocaliserRegistry.cs class LocaliserRegistry (line 6) | public class LocaliserRegistry method LocaliserRegistry (line 18) | public LocaliserRegistry(TLocaliser defaultLocaliser) => method LocaliserRegistry (line 24) | public LocaliserRegistry(Func defaultLocalise... method ResolveForUiCulture (line 30) | public TLocaliser ResolveForUiCulture() => method ResolveForCulture (line 37) | public TLocaliser ResolveForCulture(CultureInfo? culture) method Register (line 54) | public void Register(string localeCode, TLocaliser localiser) method Register (line 69) | public void Register(string localeCode, Func ... method FindLocaliser (line 81) | Func FindLocaliser(CultureInfo culture) FILE: src/Humanizer/Configuration/NumberToWordsConverterRegistry.cs class NumberToWordsConverterRegistry (line 3) | class NumberToWordsConverterRegistry : LocaliserRegistry method OrdinalizerRegistry (line 5) | public OrdinalizerRegistry() FILE: src/Humanizer/Configuration/TimeOnlyToClockNotationConvertersRegistry.cs class TimeOnlyToClockNotationConvertersRegistry (line 5) | class TimeOnlyToClockNotationConvertersRegistry : LocaliserRegistry new Def... FILE: src/Humanizer/Configuration/WordsToNumberConverterRegistry.cs class WordsToNumberConverterRegistry (line 3) | internal class WordsToNumberConverterRegistry : LocaliserRegistry method ToOrdinalWords (line 51) | public static string ToOrdinalWords(this DateTime input, GrammaticalCa... method ToOrdinalWords (line 74) | public static string ToOrdinalWords(this DateOnly input) => method ToOrdinalWords (line 100) | public static string ToOrdinalWords(this DateOnly input, GrammaticalCa... FILE: src/Humanizer/EnumCache.cs class EnumCache (line 5) | static class EnumCache<[DynamicallyAccessedMembers(DynamicallyAccessedMe... method CreateInfo (line 12) | private static (T Zero, FrozenDictionary Humanized, FrozenD... method GetInfo (line 35) | public static (T Zero, FrozenDictionary Humanized, FrozenSe... method GetDehumanized (line 38) | public static FrozenDictionary GetDehumanized() => method TreatAsFlags (line 41) | public static bool TreatAsFlags(T input) method GetDescription (line 51) | static string GetDescription(T input) method TryGetDescription (line 68) | [UnconditionalSuppressMessage("Trimming", "IL2072", Justification = "R... FILE: src/Humanizer/EnumDehumanizeExtensions.cs class EnumDehumanizeExtensions (line 6) | public static class EnumDehumanizeExtensions method DehumanizeTo (line 37) | public static TTargetEnum DehumanizeTo<[DynamicallyAccessedMembers(Dyn... method DehumanizeTo (line 70) | public static TTargetEnum? DehumanizeTo<[DynamicallyAccessedMembers(Dy... method GetDehumanizeToMethodInfo (line 75) | [UnconditionalSuppressMessage("Trimming", "IL2026", Justification = "T... method DehumanizeTo (line 115) | [RequiresDynamicCode("The native code for the target enumeration might... method DehumanizeToPrivate (line 132) | static T? DehumanizeToPrivate<[DynamicallyAccessedMembers(DynamicallyA... FILE: src/Humanizer/EnumHumanizeExtensions.cs class EnumHumanizeExtensions (line 6) | public static class EnumHumanizeExtensions method Humanize (line 42) | public static string Humanize<[DynamicallyAccessedMembers(DynamicallyA... method Humanize (line 88) | public static string Humanize<[DynamicallyAccessedMembers(DynamicallyA... FILE: src/Humanizer/FluentDate/In.Months.cs class In (line 3) | public partial class In method JanuaryOf (line 14) | public static DateTime JanuaryOf(int year) method FebruaryOf (line 26) | public static DateTime FebruaryOf(int year) method MarchOf (line 38) | public static DateTime MarchOf(int year) method AprilOf (line 50) | public static DateTime AprilOf(int year) method MayOf (line 62) | public static DateTime MayOf(int year) method JuneOf (line 74) | public static DateTime JuneOf(int year) method JulyOf (line 86) | public static DateTime JulyOf(int year) method AugustOf (line 98) | public static DateTime AugustOf(int year) method SeptemberOf (line 110) | public static DateTime SeptemberOf(int year) method OctoberOf (line 122) | public static DateTime OctoberOf(int year) method NovemberOf (line 134) | public static DateTime NovemberOf(int year) method DecemberOf (line 146) | public static DateTime DecemberOf(int year) FILE: src/Humanizer/FluentDate/In.SomeTimeFrom.cs class In (line 5) | public partial class In class One (line 9) | public static class One method SecondFrom (line 20) | public static DateTime SecondFrom(DateTime date) method MinuteFrom (line 32) | public static DateTime MinuteFrom(DateTime date) method HourFrom (line 44) | public static DateTime HourFrom(DateTime date) method DayFrom (line 56) | public static DateTime DayFrom(DateTime date) method WeekFrom (line 68) | public static DateTime WeekFrom(DateTime date) method MonthFrom (line 80) | public static DateTime MonthFrom(DateTime date) method YearFrom (line 92) | public static DateTime YearFrom(DateTime date) class Two (line 98) | public static class Two method SecondsFrom (line 109) | public static DateTime SecondsFrom(DateTime date) method MinutesFrom (line 121) | public static DateTime MinutesFrom(DateTime date) method HoursFrom (line 133) | public static DateTime HoursFrom(DateTime date) method DaysFrom (line 145) | public static DateTime DaysFrom(DateTime date) method WeeksFrom (line 157) | public static DateTime WeeksFrom(DateTime date) method MonthsFrom (line 169) | public static DateTime MonthsFrom(DateTime date) method YearsFrom (line 181) | public static DateTime YearsFrom(DateTime date) class Three (line 187) | public static class Three method SecondsFrom (line 198) | public static DateTime SecondsFrom(DateTime date) method MinutesFrom (line 210) | public static DateTime MinutesFrom(DateTime date) method HoursFrom (line 222) | public static DateTime HoursFrom(DateTime date) method DaysFrom (line 234) | public static DateTime DaysFrom(DateTime date) method WeeksFrom (line 246) | public static DateTime WeeksFrom(DateTime date) method MonthsFrom (line 258) | public static DateTime MonthsFrom(DateTime date) method YearsFrom (line 270) | public static DateTime YearsFrom(DateTime date) class Four (line 276) | public static class Four method SecondsFrom (line 287) | public static DateTime SecondsFrom(DateTime date) method MinutesFrom (line 299) | public static DateTime MinutesFrom(DateTime date) method HoursFrom (line 311) | public static DateTime HoursFrom(DateTime date) method DaysFrom (line 323) | public static DateTime DaysFrom(DateTime date) method WeeksFrom (line 335) | public static DateTime WeeksFrom(DateTime date) method MonthsFrom (line 347) | public static DateTime MonthsFrom(DateTime date) method YearsFrom (line 359) | public static DateTime YearsFrom(DateTime date) class Five (line 365) | public static class Five method SecondsFrom (line 376) | public static DateTime SecondsFrom(DateTime date) method MinutesFrom (line 388) | public static DateTime MinutesFrom(DateTime date) method HoursFrom (line 400) | public static DateTime HoursFrom(DateTime date) method DaysFrom (line 412) | public static DateTime DaysFrom(DateTime date) method WeeksFrom (line 424) | public static DateTime WeeksFrom(DateTime date) method MonthsFrom (line 436) | public static DateTime MonthsFrom(DateTime date) method YearsFrom (line 448) | public static DateTime YearsFrom(DateTime date) class Six (line 454) | public static class Six method SecondsFrom (line 465) | public static DateTime SecondsFrom(DateTime date) method MinutesFrom (line 477) | public static DateTime MinutesFrom(DateTime date) method HoursFrom (line 489) | public static DateTime HoursFrom(DateTime date) method DaysFrom (line 501) | public static DateTime DaysFrom(DateTime date) method WeeksFrom (line 513) | public static DateTime WeeksFrom(DateTime date) method MonthsFrom (line 525) | public static DateTime MonthsFrom(DateTime date) method YearsFrom (line 537) | public static DateTime YearsFrom(DateTime date) class Seven (line 543) | public static class Seven method SecondsFrom (line 554) | public static DateTime SecondsFrom(DateTime date) method MinutesFrom (line 566) | public static DateTime MinutesFrom(DateTime date) method HoursFrom (line 578) | public static DateTime HoursFrom(DateTime date) method DaysFrom (line 590) | public static DateTime DaysFrom(DateTime date) method WeeksFrom (line 602) | public static DateTime WeeksFrom(DateTime date) method MonthsFrom (line 614) | public static DateTime MonthsFrom(DateTime date) method YearsFrom (line 626) | public static DateTime YearsFrom(DateTime date) class Eight (line 632) | public static class Eight method SecondsFrom (line 643) | public static DateTime SecondsFrom(DateTime date) method MinutesFrom (line 655) | public static DateTime MinutesFrom(DateTime date) method HoursFrom (line 667) | public static DateTime HoursFrom(DateTime date) method DaysFrom (line 679) | public static DateTime DaysFrom(DateTime date) method WeeksFrom (line 691) | public static DateTime WeeksFrom(DateTime date) method MonthsFrom (line 703) | public static DateTime MonthsFrom(DateTime date) method YearsFrom (line 715) | public static DateTime YearsFrom(DateTime date) class Nine (line 721) | public static class Nine method SecondsFrom (line 732) | public static DateTime SecondsFrom(DateTime date) method MinutesFrom (line 744) | public static DateTime MinutesFrom(DateTime date) method HoursFrom (line 756) | public static DateTime HoursFrom(DateTime date) method DaysFrom (line 768) | public static DateTime DaysFrom(DateTime date) method WeeksFrom (line 780) | public static DateTime WeeksFrom(DateTime date) method MonthsFrom (line 792) | public static DateTime MonthsFrom(DateTime date) method YearsFrom (line 804) | public static DateTime YearsFrom(DateTime date) class Ten (line 810) | public static class Ten method SecondsFrom (line 821) | public static DateTime SecondsFrom(DateTime date) method MinutesFrom (line 833) | public static DateTime MinutesFrom(DateTime date) method HoursFrom (line 845) | public static DateTime HoursFrom(DateTime date) method DaysFrom (line 857) | public static DateTime DaysFrom(DateTime date) method WeeksFrom (line 869) | public static DateTime WeeksFrom(DateTime date) method MonthsFrom (line 881) | public static DateTime MonthsFrom(DateTime date) method YearsFrom (line 893) | public static DateTime YearsFrom(DateTime date) FILE: src/Humanizer/FluentDate/In.cs class In (line 3) | public partial class In method TheYear (line 8) | public static DateTime TheYear(int year) => FILE: src/Humanizer/FluentDate/InDate.Months.cs class InDate (line 5) | public partial class InDate method JanuaryOf (line 16) | public static DateOnly JanuaryOf(int year) method FebruaryOf (line 28) | public static DateOnly FebruaryOf(int year) method MarchOf (line 40) | public static DateOnly MarchOf(int year) method AprilOf (line 52) | public static DateOnly AprilOf(int year) method MayOf (line 64) | public static DateOnly MayOf(int year) method JuneOf (line 76) | public static DateOnly JuneOf(int year) method JulyOf (line 88) | public static DateOnly JulyOf(int year) method AugustOf (line 100) | public static DateOnly AugustOf(int year) method SeptemberOf (line 112) | public static DateOnly SeptemberOf(int year) method OctoberOf (line 124) | public static DateOnly OctoberOf(int year) method NovemberOf (line 136) | public static DateOnly NovemberOf(int year) method DecemberOf (line 148) | public static DateOnly DecemberOf(int year) FILE: src/Humanizer/FluentDate/InDate.SomeTimeFrom.cs class InDate (line 6) | public partial class InDate class One (line 10) | public static class One method DayFrom (line 21) | public static DateOnly DayFrom(DateOnly date) method DayFrom (line 27) | public static DateOnly DayFrom(DateTime date) method WeekFrom (line 39) | public static DateOnly WeekFrom(DateOnly date) method WeekFrom (line 45) | public static DateOnly WeekFrom(DateTime date) method MonthFrom (line 57) | public static DateOnly MonthFrom(DateOnly date) method MonthFrom (line 63) | public static DateOnly MonthFrom(DateTime date) method YearFrom (line 75) | public static DateOnly YearFrom(DateOnly date) method YearFrom (line 81) | public static DateOnly YearFrom(DateTime date) class Two (line 87) | public static class Two method DaysFrom (line 98) | public static DateOnly DaysFrom(DateOnly date) method DaysFrom (line 104) | public static DateOnly DaysFrom(DateTime date) method WeeksFrom (line 116) | public static DateOnly WeeksFrom(DateOnly date) method WeeksFrom (line 122) | public static DateOnly WeeksFrom(DateTime date) method MonthsFrom (line 134) | public static DateOnly MonthsFrom(DateOnly date) method MonthsFrom (line 140) | public static DateOnly MonthsFrom(DateTime date) method YearsFrom (line 152) | public static DateOnly YearsFrom(DateOnly date) method YearsFrom (line 158) | public static DateOnly YearsFrom(DateTime date) class Three (line 164) | public static class Three method DaysFrom (line 175) | public static DateOnly DaysFrom(DateOnly date) method DaysFrom (line 181) | public static DateOnly DaysFrom(DateTime date) method WeeksFrom (line 193) | public static DateOnly WeeksFrom(DateOnly date) method WeeksFrom (line 199) | public static DateOnly WeeksFrom(DateTime date) method MonthsFrom (line 211) | public static DateOnly MonthsFrom(DateOnly date) method MonthsFrom (line 217) | public static DateOnly MonthsFrom(DateTime date) method YearsFrom (line 229) | public static DateOnly YearsFrom(DateOnly date) method YearsFrom (line 235) | public static DateOnly YearsFrom(DateTime date) class Four (line 241) | public static class Four method DaysFrom (line 252) | public static DateOnly DaysFrom(DateOnly date) method DaysFrom (line 258) | public static DateOnly DaysFrom(DateTime date) method WeeksFrom (line 270) | public static DateOnly WeeksFrom(DateOnly date) method WeeksFrom (line 276) | public static DateOnly WeeksFrom(DateTime date) method MonthsFrom (line 288) | public static DateOnly MonthsFrom(DateOnly date) method MonthsFrom (line 294) | public static DateOnly MonthsFrom(DateTime date) method YearsFrom (line 306) | public static DateOnly YearsFrom(DateOnly date) method YearsFrom (line 312) | public static DateOnly YearsFrom(DateTime date) class Five (line 318) | public static class Five method DaysFrom (line 329) | public static DateOnly DaysFrom(DateOnly date) method DaysFrom (line 335) | public static DateOnly DaysFrom(DateTime date) method WeeksFrom (line 347) | public static DateOnly WeeksFrom(DateOnly date) method WeeksFrom (line 353) | public static DateOnly WeeksFrom(DateTime date) method MonthsFrom (line 365) | public static DateOnly MonthsFrom(DateOnly date) method MonthsFrom (line 371) | public static DateOnly MonthsFrom(DateTime date) method YearsFrom (line 383) | public static DateOnly YearsFrom(DateOnly date) method YearsFrom (line 389) | public static DateOnly YearsFrom(DateTime date) class Six (line 395) | public static class Six method DaysFrom (line 406) | public static DateOnly DaysFrom(DateOnly date) method DaysFrom (line 412) | public static DateOnly DaysFrom(DateTime date) method WeeksFrom (line 424) | public static DateOnly WeeksFrom(DateOnly date) method WeeksFrom (line 430) | public static DateOnly WeeksFrom(DateTime date) method MonthsFrom (line 442) | public static DateOnly MonthsFrom(DateOnly date) method MonthsFrom (line 448) | public static DateOnly MonthsFrom(DateTime date) method YearsFrom (line 460) | public static DateOnly YearsFrom(DateOnly date) method YearsFrom (line 466) | public static DateOnly YearsFrom(DateTime date) class Seven (line 472) | public static class Seven method DaysFrom (line 483) | public static DateOnly DaysFrom(DateOnly date) method DaysFrom (line 489) | public static DateOnly DaysFrom(DateTime date) method WeeksFrom (line 501) | public static DateOnly WeeksFrom(DateOnly date) method WeeksFrom (line 507) | public static DateOnly WeeksFrom(DateTime date) method MonthsFrom (line 519) | public static DateOnly MonthsFrom(DateOnly date) method MonthsFrom (line 525) | public static DateOnly MonthsFrom(DateTime date) method YearsFrom (line 537) | public static DateOnly YearsFrom(DateOnly date) method YearsFrom (line 543) | public static DateOnly YearsFrom(DateTime date) class Eight (line 549) | public static class Eight method DaysFrom (line 560) | public static DateOnly DaysFrom(DateOnly date) method DaysFrom (line 566) | public static DateOnly DaysFrom(DateTime date) method WeeksFrom (line 578) | public static DateOnly WeeksFrom(DateOnly date) method WeeksFrom (line 584) | public static DateOnly WeeksFrom(DateTime date) method MonthsFrom (line 596) | public static DateOnly MonthsFrom(DateOnly date) method MonthsFrom (line 602) | public static DateOnly MonthsFrom(DateTime date) method YearsFrom (line 614) | public static DateOnly YearsFrom(DateOnly date) method YearsFrom (line 620) | public static DateOnly YearsFrom(DateTime date) class Nine (line 626) | public static class Nine method DaysFrom (line 637) | public static DateOnly DaysFrom(DateOnly date) method DaysFrom (line 643) | public static DateOnly DaysFrom(DateTime date) method WeeksFrom (line 655) | public static DateOnly WeeksFrom(DateOnly date) method WeeksFrom (line 661) | public static DateOnly WeeksFrom(DateTime date) method MonthsFrom (line 673) | public static DateOnly MonthsFrom(DateOnly date) method MonthsFrom (line 679) | public static DateOnly MonthsFrom(DateTime date) method YearsFrom (line 691) | public static DateOnly YearsFrom(DateOnly date) method YearsFrom (line 697) | public static DateOnly YearsFrom(DateTime date) class Ten (line 703) | public static class Ten method DaysFrom (line 714) | public static DateOnly DaysFrom(DateOnly date) method DaysFrom (line 720) | public static DateOnly DaysFrom(DateTime date) method WeeksFrom (line 732) | public static DateOnly WeeksFrom(DateOnly date) method WeeksFrom (line 738) | public static DateOnly WeeksFrom(DateTime date) method MonthsFrom (line 750) | public static DateOnly MonthsFrom(DateOnly date) method MonthsFrom (line 756) | public static DateOnly MonthsFrom(DateTime date) method YearsFrom (line 768) | public static DateOnly YearsFrom(DateOnly date) method YearsFrom (line 774) | public static DateOnly YearsFrom(DateTime date) FILE: src/Humanizer/FluentDate/InDate.cs class InDate (line 4) | public partial class InDate method TheYear (line 9) | public static DateOnly TheYear(int year) => FILE: src/Humanizer/FluentDate/On.Days.cs class On (line 3) | public class On class January (line 8) | public class January method The (line 13) | public static DateTime The(int dayNumber) class February (line 206) | public class February method The (line 211) | public static DateTime The(int dayNumber) class March (line 392) | public class March method The (line 397) | public static DateTime The(int dayNumber) class April (line 590) | public class April method The (line 595) | public static DateTime The(int dayNumber) class May (line 782) | public class May method The (line 787) | public static DateTime The(int dayNumber) class June (line 980) | public class June method The (line 985) | public static DateTime The(int dayNumber) class July (line 1172) | public class July method The (line 1177) | public static DateTime The(int dayNumber) class August (line 1370) | public class August method The (line 1375) | public static DateTime The(int dayNumber) class September (line 1568) | public class September method The (line 1573) | public static DateTime The(int dayNumber) class October (line 1760) | public class October method The (line 1765) | public static DateTime The(int dayNumber) class November (line 1958) | public class November method The (line 1963) | public static DateTime The(int dayNumber) class December (line 2150) | public class December method The (line 2155) | public static DateTime The(int dayNumber) FILE: src/Humanizer/FluentDate/OnDate.Days.cs class OnDate (line 4) | public class OnDate class January (line 9) | public class January method The (line 14) | public static DateOnly The(int dayNumber) class February (line 206) | public class February method The (line 211) | public static DateOnly The(int dayNumber) class March (line 391) | public class March method The (line 396) | public static DateOnly The(int dayNumber) class April (line 588) | public class April method The (line 593) | public static DateOnly The(int dayNumber) class May (line 779) | public class May method The (line 784) | public static DateOnly The(int dayNumber) class June (line 976) | public class June method The (line 981) | public static DateOnly The(int dayNumber) class July (line 1167) | public class July method The (line 1172) | public static DateOnly The(int dayNumber) class August (line 1364) | public class August method The (line 1369) | public static DateOnly The(int dayNumber) class September (line 1561) | public class September method The (line 1566) | public static DateOnly The(int dayNumber) class October (line 1752) | public class October method The (line 1757) | public static DateOnly The(int dayNumber) class November (line 1949) | public class November method The (line 1954) | public static DateOnly The(int dayNumber) class December (line 2140) | public class December method The (line 2145) | public static DateOnly The(int dayNumber) FILE: src/Humanizer/FluentDate/PrepositionsExtensions.cs class PrepositionsExtensions (line 6) | public static class PrepositionsExtensions method At (line 12) | public static DateTime At(this DateTime date, int hour, int min = 0, i... method AtMidnight (line 18) | public static DateTime AtMidnight(this DateTime date) => method AtNoon (line 24) | public static DateTime AtNoon(this DateTime date) => method In (line 30) | public static DateTime In(this DateTime date, int year) => FILE: src/Humanizer/GrammaticalCase.cs type GrammaticalCase (line 6) | public enum GrammaticalCase FILE: src/Humanizer/GrammaticalGender.cs type GrammaticalGender (line 6) | public enum GrammaticalGender FILE: src/Humanizer/HeadingExtensions.cs type HeadingStyle (line 6) | public enum HeadingStyle class HeadingExtensions (line 23) | public static class HeadingExtensions method ToHeading (line 39) | public static string ToHeading(this double heading, HeadingStyle style... method ToHeadingArrow (line 56) | public static char ToHeadingArrow(this double heading) method FromAbbreviatedHeading (line 68) | public static double FromAbbreviatedHeading(this string heading) => method FromAbbreviatedHeading (line 77) | public static double FromAbbreviatedHeading(this string heading, Cultu... method FromHeadingArrow (line 99) | public static double FromHeadingArrow(this char heading) method FromHeadingArrow (line 114) | public static double FromHeadingArrow(this string heading) FILE: src/Humanizer/Inflections/Vocabularies.cs class Vocabularies (line 6) | public static class Vocabularies method BuildDefault (line 17) | static Vocabulary BuildDefault() FILE: src/Humanizer/Inflections/Vocabulary.cs class Vocabulary (line 8) | public partial class Vocabulary method Vocabulary (line 10) | internal Vocabulary() method LetterSRegexGenerated (line 21) | [GeneratedRegex(LetterSPattern)] method LetterSRegex (line 24) | private static Regex LetterSRegex() => LetterSRegexGenerated(); method LetterSRegex (line 28) | private static Regex LetterSRegex() => LetterSRegexField; method AddIrregular (line 37) | public void AddIrregular(string singular, string plural, bool matchEnd... method AddUncountable (line 57) | public void AddUncountable(string word) => method AddPlural (line 65) | public void AddPlural(string rule, string replacement) => method AddSingular (line 73) | public void AddSingular(string rule, string replacement) => method Pluralize (line 81) | [return: NotNullIfNotNull(nameof(word))] method Singularize (line 122) | [return: NotNullIfNotNull(nameof(word))] method ApplyRules (line 160) | string? ApplyRules(IList rules, string? word, bool skipFirstRule) method IsUncountable (line 195) | bool IsUncountable(string word) => method MatchUpperCase (line 198) | static string MatchUpperCase(string word, string replacement) => method LetterS (line 205) | static string? LetterS(string word) class Rule (line 211) | class Rule(string pattern, string replacement) method Apply (line 215) | public string? Apply(string word) FILE: src/Humanizer/InflectorExtensions.cs class InflectorExtensions (line 26) | public static partial class InflectorExtensions method PascalizeRegexGenerated (line 34) | [GeneratedRegex(PascalizePattern)] method PascalizeRegex (line 37) | private static Regex PascalizeRegex() => PascalizeRegexGenerated(); method UnderscoreRegex1Generated (line 39) | [GeneratedRegex(UnderscorePattern1)] method UnderscoreRegex1 (line 42) | private static Regex UnderscoreRegex1() => UnderscoreRegex1Generated(); method UnderscoreRegex2Generated (line 44) | [GeneratedRegex(UnderscorePattern2)] method UnderscoreRegex2 (line 47) | private static Regex UnderscoreRegex2() => UnderscoreRegex2Generated(); method UnderscoreRegex3Generated (line 49) | [GeneratedRegex(UnderscorePattern3)] method UnderscoreRegex3 (line 52) | private static Regex UnderscoreRegex3() => UnderscoreRegex3Generated(); method PascalizeRegex (line 55) | private static Regex PascalizeRegex() => PascalizeRegexField; method UnderscoreRegex1 (line 58) | private static Regex UnderscoreRegex1() => UnderscoreRegex1Field; method UnderscoreRegex2 (line 61) | private static Regex UnderscoreRegex2() => UnderscoreRegex2Field; method UnderscoreRegex3 (line 64) | private static Regex UnderscoreRegex3() => UnderscoreRegex3Field; method Pluralize (line 92) | [return: NotNullIfNotNull(nameof(word))] method Singularize (line 125) | public static string Singularize(this string word, bool inputIsKnownTo... method Titleize (line 147) | public static string Titleize(this string input) method Pascalize (line 173) | public static string Pascalize(this string input) => method Camelize (line 198) | public static string Camelize(this string input) method Underscore (line 227) | public static string Underscore(this string input) => method Dasherize (line 250) | public static string Dasherize(this string underscoredWord) => method Hyphenate (line 268) | public static string Hyphenate(this string underscoredWord) => method Kebaberize (line 291) | public static string Kebaberize(this string input) => FILE: src/Humanizer/LetterCasing.cs type LetterCasing (line 6) | public enum LetterCasing FILE: src/Humanizer/Localisation/CollectionFormatters/DefaultCollectionFormatter.cs class DefaultCollectionFormatter (line 3) | class DefaultCollectionFormatter(string defaultSeparator) : ICollectionF... method Humanize (line 7) | public virtual string Humanize(IEnumerable collection) => method Humanize (line 10) | public virtual string Humanize(IEnumerable collection, Func(IEnumerable collection, Func ... method Humanize (line 16) | public virtual string Humanize(IEnumerable collection, string se... method Humanize (line 19) | public virtual string Humanize(IEnumerable collection, Func(IEnumerable collection, Func ... method HumanizeDisplayStrings (line 43) | string HumanizeDisplayStrings(IEnumerable strings, string sep... method GetConjunctionFormatString (line 81) | protected virtual string GetConjunctionFormatString(int itemCount) => ... FILE: src/Humanizer/Localisation/CollectionFormatters/ICollectionFormatter.cs type ICollectionFormatter (line 6) | public interface ICollectionFormatter method Humanize (line 11) | string Humanize(IEnumerable collection); method Humanize (line 16) | string Humanize(IEnumerable collection, Func objectF... method Humanize (line 21) | string Humanize(IEnumerable collection, Func objectF... method Humanize (line 27) | string Humanize(IEnumerable collection, string separator); method Humanize (line 33) | string Humanize(IEnumerable collection, Func objectF... method Humanize (line 39) | string Humanize(IEnumerable collection, Func objectF... FILE: src/Humanizer/Localisation/CollectionFormatters/OxfordStyleCollectionFormatter.cs class OxfordStyleCollectionFormatter (line 3) | class OxfordStyleCollectionFormatter() : method GetConjunctionFormatString (line 6) | protected override string GetConjunctionFormatString(int itemCount) =>... FILE: src/Humanizer/Localisation/DataUnit.cs type DataUnit (line 3) | public enum DataUnit FILE: src/Humanizer/Localisation/DateToOrdinalWords/CaDateOnlyToOrdinalWordsConverter.cs class CaDateOnlyToOrdinalWordsConverter (line 5) | class CaDateOnlyToOrdinalWordsConverter : DefaultDateOnlyToOrdinalWordCo... method Convert (line 7) | public override string Convert(DateOnly date) FILE: src/Humanizer/Localisation/DateToOrdinalWords/CaDateToOrdinalWordsConverter.cs class CaDateToOrdinalWordsConverter (line 3) | class CaDateToOrdinalWordsConverter : DefaultDateToOrdinalWordConverter method Convert (line 5) | public override string Convert(DateTime date) => FILE: src/Humanizer/Localisation/DateToOrdinalWords/DefaultDateOnlyToOrdinalWordConverter.cs class DefaultDateOnlyToOrdinalWordConverter (line 5) | class DefaultDateOnlyToOrdinalWordConverter : IDateOnlyToOrdinalWordConv... method Convert (line 7) | public virtual string Convert(DateOnly date) => method Convert (line 10) | public virtual string Convert(DateOnly date, GrammaticalCase grammatic... FILE: src/Humanizer/Localisation/DateToOrdinalWords/DefaultDateToOrdinalWordConverter.cs class DefaultDateToOrdinalWordConverter (line 3) | class DefaultDateToOrdinalWordConverter : IDateToOrdinalWordConverter method Convert (line 5) | public virtual string Convert(DateTime date) => method Convert (line 8) | public virtual string Convert(DateTime date, GrammaticalCase grammatic... FILE: src/Humanizer/Localisation/DateToOrdinalWords/EsDateOnlyToOrdinalWordsConverter.cs class EsDateOnlyToOrdinalWordsConverter (line 5) | class EsDateOnlyToOrdinalWordsConverter : DefaultDateOnlyToOrdinalWordCo... method Convert (line 7) | public override string Convert(DateOnly date) FILE: src/Humanizer/Localisation/DateToOrdinalWords/EsDateToOrdinalWordsConverter.cs class EsDateToOrdinalWordsConverter (line 3) | class EsDateToOrdinalWordsConverter : DefaultDateToOrdinalWordConverter method Convert (line 5) | public override string Convert(DateTime date) => FILE: src/Humanizer/Localisation/DateToOrdinalWords/FrDateOnlyToOrdinalWordsConverter.cs class FrDateOnlyToOrdinalWordsConverter (line 5) | class FrDateOnlyToOrdinalWordsConverter : DefaultDateOnlyToOrdinalWordCo... method Convert (line 7) | public override string Convert(DateOnly date) FILE: src/Humanizer/Localisation/DateToOrdinalWords/FrDateToOrdinalWordsConverter.cs class FrDateToOrdinalWordsConverter (line 3) | class FrDateToOrdinalWordsConverter : DefaultDateToOrdinalWordConverter method Convert (line 5) | public override string Convert(DateTime date) FILE: src/Humanizer/Localisation/DateToOrdinalWords/IDateOnlyToOrdinalWordConverter.cs type IDateOnlyToOrdinalWordConverter (line 8) | public interface IDateOnlyToOrdinalWordConverter method Convert (line 13) | string Convert(DateOnly date); method Convert (line 18) | string Convert(DateOnly date, GrammaticalCase grammaticalCase); FILE: src/Humanizer/Localisation/DateToOrdinalWords/IDateToOrdinalWordConverter.cs type IDateToOrdinalWordConverter (line 6) | public interface IDateToOrdinalWordConverter method Convert (line 11) | string Convert(DateTime date); method Convert (line 16) | string Convert(DateTime date, GrammaticalCase grammaticalCase); FILE: src/Humanizer/Localisation/DateToOrdinalWords/LtDateOnlyToOrdinalWordsConverter.cs class LtDateOnlyToOrdinalWordsConverter (line 5) | class LtDateOnlyToOrdinalWordsConverter : IDateOnlyToOrdinalWordConverter method Convert (line 7) | public string Convert(DateOnly date) => method Convert (line 10) | public string Convert(DateOnly date, GrammaticalCase grammaticalCase) => FILE: src/Humanizer/Localisation/DateToOrdinalWords/LtDateToOrdinalWordsConverter.cs class LtDateToOrdinalWordsConverter (line 3) | class LtDateToOrdinalWordsConverter : IDateToOrdinalWordConverter method Convert (line 5) | public string Convert(DateTime date) => method Convert (line 8) | public string Convert(DateTime date, GrammaticalCase grammaticalCase) => FILE: src/Humanizer/Localisation/DateToOrdinalWords/UsDateOnlyToOrdinalWordsConverter.cs class UsDateOnlyToOrdinalWordsConverter (line 5) | class UsDateOnlyToOrdinalWordsConverter : DefaultDateOnlyToOrdinalWordCo... method Convert (line 7) | public override string Convert(DateOnly date) => FILE: src/Humanizer/Localisation/DateToOrdinalWords/UsDateToOrdinalWordsConverter.cs class UsDateToOrdinalWordsConverter (line 3) | class UsDateToOrdinalWordsConverter : DefaultDateToOrdinalWordConverter method Convert (line 5) | public override string Convert(DateTime date) => FILE: src/Humanizer/Localisation/Formatters/ArabicFormatter.cs class ArabicFormatter (line 3) | class ArabicFormatter(CultureInfo culture) : method GetResourceKey (line 9) | protected override string GetResourceKey(string resourceKey, int number) FILE: src/Humanizer/Localisation/Formatters/BulgarianFormatter.cs class BulgarianFormatter (line 3) | class BulgarianFormatter(CultureInfo culture) method NumberToWords (line 6) | protected override string NumberToWords(TimeUnit unit, int number, Cul... method GetUnitGender (line 9) | static GrammaticalGender GetUnitGender(TimeUnit unit) => FILE: src/Humanizer/Localisation/Formatters/CatalanFormatter.cs class CatalanFormatter (line 3) | class CatalanFormatter(CultureInfo culture) : method Format (line 6) | protected override string Format(TimeUnit unit, string resourceKey, in... FILE: src/Humanizer/Localisation/Formatters/CroatianFormatter.cs class CroatianFormatter (line 3) | class CroatianFormatter(CultureInfo culture) : method GetResourceKey (line 8) | protected override string GetResourceKey(string resourceKey, int number) FILE: src/Humanizer/Localisation/Formatters/CzechSlovakPolishFormatter.cs class CzechSlovakPolishFormatter (line 3) | class CzechSlovakPolishFormatter(CultureInfo culture) : method GetResourceKey (line 8) | protected override string GetResourceKey(string resourceKey, int number) FILE: src/Humanizer/Localisation/Formatters/DefaultFormatter.cs class DefaultFormatter (line 6) | public class DefaultFormatter(CultureInfo culture) : IFormatter method DefaultFormatter (line 10) | public DefaultFormatter(string localeCode) method DateHumanize_Now (line 15) | public virtual string DateHumanize_Now() => method DateHumanize_Never (line 18) | public virtual string DateHumanize_Never() => method DateHumanize (line 24) | public virtual string DateHumanize(TimeUnit timeUnit, Tense timeUnitTe... method TimeSpanHumanize_Zero (line 31) | public virtual string TimeSpanHumanize_Zero() => method TimeSpanHumanize (line 39) | public virtual string TimeSpanHumanize(TimeUnit timeUnit, int unit, bo... method TimeSpanHumanize_Age (line 43) | public virtual string TimeSpanHumanize_Age() method DataUnitHumanize (line 54) | public virtual string DataUnitHumanize(DataUnit dataUnit, double count... method TimeUnitHumanize (line 86) | public virtual string TimeUnitHumanize(TimeUnit timeUnit) method GetResourceForDate (line 92) | string GetResourceForDate(TimeUnit unit, Tense timeUnitTense, int count) method GetResourceForTimeSpan (line 98) | string GetResourceForTimeSpan(TimeUnit unit, int count, bool toWords =... method Format (line 109) | protected virtual string Format(string resourceKey) method Format (line 123) | protected virtual string Format(TimeUnit unit, string resourceKey, int... method NumberToWords (line 131) | protected virtual string NumberToWords(TimeUnit unit, int number, Cult... method GetResourceKey (line 139) | protected virtual string GetResourceKey(string resourceKey, int number... method GetResourceKey (line 142) | protected virtual string GetResourceKey(string resourceKey) => FILE: src/Humanizer/Localisation/Formatters/FrenchFormatter.cs class FrenchFormatter (line 3) | class FrenchFormatter(CultureInfo culture) : method GetResourceKey (line 8) | protected override string GetResourceKey(string resourceKey, int number) FILE: src/Humanizer/Localisation/Formatters/GermanFormatter.cs class GermanFormatter (line 3) | class GermanFormatter(CultureInfo culture) : method DataUnitHumanize (line 7) | public override string DataUnitHumanize(DataUnit dataUnit, double coun... FILE: src/Humanizer/Localisation/Formatters/HebrewFormatter.cs class HebrewFormatter (line 3) | class HebrewFormatter(CultureInfo culture) : method GetResourceKey (line 9) | protected override string GetResourceKey(string resourceKey, int number) FILE: src/Humanizer/Localisation/Formatters/IFormatter.cs type IFormatter (line 8) | public interface IFormatter method DateHumanize_Now (line 10) | string DateHumanize_Now(); method DateHumanize_Never (line 12) | string DateHumanize_Never(); method DateHumanize (line 17) | string DateHumanize(TimeUnit timeUnit, Tense timeUnitTense, int unit); method TimeSpanHumanize_Zero (line 23) | string TimeSpanHumanize_Zero(); method TimeSpanHumanize (line 28) | string TimeSpanHumanize(TimeUnit timeUnit, int unit, bool toWords = fa... method TimeSpanHumanize_Age (line 35) | string TimeSpanHumanize_Age(); method DataUnitHumanize (line 44) | string DataUnitHumanize(DataUnit dataUnit, double count, bool toSymbol... method TimeUnitHumanize (line 51) | string TimeUnitHumanize(TimeUnit timeUnit); FILE: src/Humanizer/Localisation/Formatters/IcelandicFormatter.cs class IcelandicFormatter (line 3) | class IcelandicFormatter(CultureInfo culture) : method DataUnitHumanize (line 6) | public override string DataUnitHumanize(DataUnit dataUnit, double coun... method NumberToWords (line 9) | protected override string NumberToWords(TimeUnit unit, int number, Cul... method GetUnitGender (line 12) | static GrammaticalGender GetUnitGender(TimeUnit unit) => FILE: src/Humanizer/Localisation/Formatters/LithuanianFormatter.cs class LithuanianFormatter (line 3) | class LithuanianFormatter(CultureInfo culture) : method GetResourceKey (line 8) | protected override string GetResourceKey(string resourceKey, int number) method GetSuffix (line 20) | static string GetSuffix(LithuanianNumberForm form) FILE: src/Humanizer/Localisation/Formatters/LuxembourgishFormatter.cs class LuxembourgishFormatter (line 3) | class LuxembourgishFormatter(CultureInfo culture) : method DataUnitHumanize (line 16) | public override string DataUnitHumanize(DataUnit dataUnit, double coun... method ApplyEifelerRule (line 21) | public static string ApplyEifelerRule(string word) method CheckForAndApplyEifelerRule (line 24) | public static string CheckForAndApplyEifelerRule(string word, string n... method DoesEifelerRuleApply (line 29) | public static bool DoesEifelerRuleApply(CharSpan nextWord) method Format (line 33) | protected override string Format(TimeUnit unit, string resourceKey, in... method GetResourceKey (line 43) | protected override string GetResourceKey(string resourceKey, int number) method GetUnitGender (line 54) | static GrammaticalGender GetUnitGender(TimeUnit unit) => FILE: src/Humanizer/Localisation/Formatters/MalteseFormatter.cs class MalteseFormatter (line 3) | class MalteseFormatter(CultureInfo culture) : method GetResourceKey (line 6) | protected override string GetResourceKey(string resourceKey, int number) FILE: src/Humanizer/Localisation/Formatters/RomanianFormatter.cs class RomanianFormatter (line 3) | class RomanianFormatter(CultureInfo culture) : method Format (line 13) | protected override string Format(TimeUnit unit, string resourceKey, in... method ShouldUsePreposition (line 23) | static bool ShouldUsePreposition(int number) FILE: src/Humanizer/Localisation/Formatters/RussianFormatter.cs class RussianFormatter (line 3) | class RussianFormatter(CultureInfo culture) : method DataUnitHumanize (line 7) | public override string DataUnitHumanize(DataUnit dataUnit, double coun... method GetResourceKey (line 9) | protected override string GetResourceKey(string resourceKey, int number) method NumberToWords (line 20) | protected override string NumberToWords(TimeUnit unit, int number, Cul... method GetUnitGender (line 24) | static GrammaticalGender GetUnitGender(TimeUnit unit) => FILE: src/Humanizer/Localisation/Formatters/SerbianFormatter.cs class SerbianFormatter (line 3) | class SerbianFormatter(CultureInfo culture) : method GetResourceKey (line 8) | protected override string GetResourceKey(string resourceKey, int number) FILE: src/Humanizer/Localisation/Formatters/SlovenianFormatter.cs class SlovenianFormatter (line 3) | class SlovenianFormatter(CultureInfo culture) : method GetResourceKey (line 9) | protected override string GetResourceKey(string resourceKey, int number) FILE: src/Humanizer/Localisation/Formatters/UkrainianFormatter.cs class UkrainianFormatter (line 3) | class UkrainianFormatter(CultureInfo culture) method GetResourceKey (line 6) | protected override string GetResourceKey(string resourceKey, int number) method NumberToWords (line 17) | protected override string NumberToWords(TimeUnit unit, int number, Cul... method GetUnitGender (line 20) | static GrammaticalGender GetUnitGender(TimeUnit unit) => FILE: src/Humanizer/Localisation/GrammaticalNumber/LithuanianNumberForm.cs type LithuanianNumberForm (line 3) | enum LithuanianNumberForm FILE: src/Humanizer/Localisation/GrammaticalNumber/LithuanianNumberFormDetector.cs class LithuanianNumberFormDetector (line 3) | static class LithuanianNumberFormDetector method Detect (line 5) | public static LithuanianNumberForm Detect(long number) FILE: src/Humanizer/Localisation/GrammaticalNumber/RussianGrammaticalNumber.cs type RussianGrammaticalNumber (line 3) | enum RussianGrammaticalNumber FILE: src/Humanizer/Localisation/GrammaticalNumber/RussianGrammaticalNumberDetector.cs class RussianGrammaticalNumberDetector (line 3) | static class RussianGrammaticalNumberDetector method Detect (line 5) | public static RussianGrammaticalNumber Detect(long number) FILE: src/Humanizer/Localisation/NumberToWords/AfrikaansNumberToWordsConverter.cs class AfrikaansNumberToWordsConverter (line 3) | class AfrikaansNumberToWordsConverter : method Convert (line 43) | public override string Convert(long number) method ConvertToOrdinal (line 53) | public override string ConvertToOrdinal(int number) => method Convert (line 56) | string Convert(int number, bool isOrdinal) method GetUnitValue (line 143) | static string GetUnitValue(int number, bool isOrdinal) method RemoveOnePrefix (line 163) | static string RemoveOnePrefix(string toWords) method ExceptionNumbersToWords (line 175) | static bool ExceptionNumbersToWords(int number, [NotNullWhen(true)] ou... FILE: src/Humanizer/Localisation/NumberToWords/ArabicNumberToWordsConverter.cs class ArabicNumberToWordsConverter (line 3) | class ArabicNumberToWordsConverter : method Convert (line 17) | public override string Convert(long number, GrammaticalGender gender, ... method ConvertToOrdinal (line 227) | public override string ConvertToOrdinal(int number, GrammaticalGender ... method ParseNumber (line 258) | static string ParseNumber(string word, int number, GrammaticalGender g... FILE: src/Humanizer/Localisation/NumberToWords/ArmenianNumberToWordsConverter.cs class ArmenianNumberToWordsConverter (line 3) | class ArmenianNumberToWordsConverter : method Convert (line 28) | public override string Convert(long number) => method ConvertToOrdinal (line 31) | public override string ConvertToOrdinal(int number) method ConvertImpl (line 41) | string ConvertImpl(long number, bool isOrdinal) method GetUnitValue (line 161) | static string GetUnitValue(long number, bool isOrdinal) method ExceptionNumbersToWords (line 171) | static bool ExceptionNumbersToWords(long number, [NotNullWhen(true)] o... FILE: src/Humanizer/Localisation/NumberToWords/AzerbaijaniNumberToWordsConverter.cs class AzerbaijaniNumberToWordsConverter (line 3) | class AzerbaijaniNumberToWordsConverter : method Convert (line 40) | public override string Convert(long input) method ConvertToOrdinal (line 102) | public override string ConvertToOrdinal(int number) FILE: src/Humanizer/Localisation/NumberToWords/BanglaNumberToWordsConverter.cs class BanglaNumberToWordsConverter (line 3) | class BanglaNumberToWordsConverter : method ConvertToOrdinal (line 95) | public override string ConvertToOrdinal(int number) method Convert (line 105) | public override string Convert(long input) method ExceptionNumbersToWords (line 158) | static bool ExceptionNumbersToWords(int number, [NotNullWhen(true)] ou... FILE: src/Humanizer/Localisation/NumberToWords/BrazilianPortugueseNumberToWordsConverter.cs class BrazilianPortugueseNumberToWordsConverter (line 3) | class BrazilianPortugueseNumberToWordsConverter : method Convert (line 14) | public override string Convert(long input, GrammaticalGender gender, b... method ConvertToOrdinal (line 103) | public override string ConvertToOrdinal(int number, GrammaticalGender ... method ApplyGender (line 160) | static string ApplyGender(string toWords, GrammaticalGender gender) method ApplyOrdinalGender (line 185) | static string ApplyOrdinalGender(string toWords, GrammaticalGender gen... FILE: src/Humanizer/Localisation/NumberToWords/BulgarianNumberToWordsConverter.cs class BulgarianNumberToWordsConverter (line 3) | class BulgarianNumberToWordsConverter() : method Convert (line 38) | public override string Convert(long input, GrammaticalGender gender, b... method ConvertToOrdinal (line 41) | public override string ConvertToOrdinal(int input, GrammaticalGender g... method InnerConvert (line 44) | static string InnerConvert(long input, GrammaticalGender gender, bool ... method CollectParts (line 69) | static void CollectParts(List parts, ref long number, bool isO... method CollectPartsUnderOneThousand (line 96) | static void CollectPartsUnderOneThousand(List parts, ref long ... method GetUnit (line 149) | static string GetUnit(long number, GrammaticalGender gender) => method OrdinalZero (line 158) | static string OrdinalZero(GrammaticalGender gender) => method ToOrdinalOverAHundred (line 167) | static string ToOrdinalOverAHundred(string word, GrammaticalGender gen... method ToOrdinalUnitsAndTens (line 176) | static string ToOrdinalUnitsAndTens(string word, GrammaticalGender gen... FILE: src/Humanizer/Localisation/NumberToWords/CatalanNumberToWordsConverter.cs class CatalanNumberToWordsConverter (line 3) | class CatalanNumberToWordsConverter : GenderedNumberToWordsConverter method Convert (line 44) | public override string Convert(long number, GrammaticalGender gender, ... method GetUnit (line 89) | private static string GetUnit(int number, GrammaticalGender gender) method GetTens (line 92) | private static string GetTens(int number, GrammaticalGender gender) method GetHundreds (line 115) | private static string GetHundreds(int number, GrammaticalGender gender) method GetThousands (line 133) | private string GetThousands(int number, GrammaticalGender gender) method GetMillions (line 159) | private string GetMillions(int number, GrammaticalGender gender) method ConvertToOrdinal (line 188) | public override string ConvertToOrdinal(int number, GrammaticalGender ... method GetOrdinalTens (line 234) | private static string GetOrdinalTens(int number, GrammaticalGender gen... method GetOrdinalHundreds (line 264) | private string GetOrdinalHundreds(int number, GrammaticalGender gender) method GetOrdinalThousands (line 300) | private string GetOrdinalThousands(int number, GrammaticalGender gender) method GetOrdinalMillions (line 324) | private string GetOrdinalMillions(int number, GrammaticalGender gender) method ConvertToOrdinal (line 343) | public override string ConvertToOrdinal(int number, GrammaticalGender ... method ConvertToTuple (line 404) | public override string ConvertToTuple(int number) FILE: src/Humanizer/Localisation/NumberToWords/CentralKurdishNumberToWordsConverter.cs class CentralKurdishNumberToWordsConverter (line 3) | class CentralKurdishNumberToWordsConverter : GenderlessNumberToWordsConv... method Convert (line 9) | public override string Convert(long number) method ConvertToOrdinal (line 79) | public override string ConvertToOrdinal(int number) method IsVowel (line 85) | static bool IsVowel(char c) => FILE: src/Humanizer/Localisation/NumberToWords/ChineseNumberToWordsConverter.cs class ChineseNumberToWordsConverter (line 3) | class ChineseNumberToWordsConverter : GenderlessNumberToWordsConverter method Convert (line 7) | public override string Convert(long number) => method ConvertToOrdinal (line 10) | public override string ConvertToOrdinal(int number) => method IsSpecial (line 13) | static bool IsSpecial(long number) => number is > 10 and < 20; method Convert (line 15) | static string Convert(long number, bool isOrdinal, bool isSpecial) FILE: src/Humanizer/Localisation/NumberToWords/CroatianNumberToWordsConverter.cs class CroatianNumberToWordsConverter (line 3) | class CroatianNumberToWordsConverter(CultureInfo culture) method Convert (line 44) | public override string Convert(long number) method ConvertToOrdinal (line 312) | public override string ConvertToOrdinal(int number) => FILE: src/Humanizer/Localisation/NumberToWords/CzechNumberToWordsConverter.cs class CzechNumberToWordsConverter (line 3) | class CzechNumberToWordsConverter(CultureInfo culture) : method Convert (line 18) | public override string Convert(long number, GrammaticalGender gender, ... method ConvertToOrdinal (line 41) | public override string ConvertToOrdinal(int number, GrammaticalGender ... method UnitByGender (line 44) | static string UnitByGender(long number, GrammaticalGender? gender) method CollectLessThanThousand (line 61) | static void CollectLessThanThousand(List parts, long number, G... method CollectThousandAndAbove (line 81) | static void CollectThousandAndAbove(List parts, ref long numbe... FILE: src/Humanizer/Localisation/NumberToWords/DefaultNumberToWordsConverter.cs class DefaultNumberToWordsConverter (line 7) | class DefaultNumberToWordsConverter(CultureInfo? culture) : GenderlessNu... method Convert (line 15) | public override string Convert(long number) => method ConvertToOrdinal (line 22) | public override string ConvertToOrdinal(int number) => FILE: src/Humanizer/Localisation/NumberToWords/DutchNumberToWordsConverter.cs class DutchNumberToWordsConverter (line 9) | class DutchNumberToWordsConverter : class Fact (line 15) | class Fact method Convert (line 84) | public override string Convert(long input) method ConvertToOrdinal (line 170) | public override string ConvertToOrdinal(int number) FILE: src/Humanizer/Localisation/NumberToWords/EnglishNumberToWordsConverter.cs class EnglishNumberToWordsConverter (line 3) | class EnglishNumberToWordsConverter : GenderlessNumberToWordsConverter method Convert (line 9) | public override string Convert(long number) => method Convert (line 12) | public override string Convert(long number, bool addAnd = true) => method ConvertToOrdinal (line 15) | public override string ConvertToOrdinal(int number) => method Convert (line 18) | string Convert(long number, bool isOrdinal, bool addAnd = true) method CollectParts (line 50) | static void CollectParts(List parts, ref long number, bool isO... method CollectPartsUnderAThousand (line 64) | static void CollectPartsUnderAThousand(List parts, long number... method GetUnitValue (line 102) | static string GetUnitValue(long number, bool isOrdinal) => method ConvertToTuple (line 105) | public override string ConvertToTuple(int number) => FILE: src/Humanizer/Localisation/NumberToWords/FarsiNumberToWordsConverter.cs class FarsiNumberToWordsConverter (line 3) | class FarsiNumberToWordsConverter : GenderlessNumberToWordsConverter method Convert (line 9) | public override string Convert(long number) method ConvertToOrdinal (line 70) | public override string ConvertToOrdinal(int number) FILE: src/Humanizer/Localisation/NumberToWords/FinnishNumberToWordsConverter.cs class FinnishNumberToWordsConverter (line 3) | class FinnishNumberToWordsConverter : GenderlessNumberToWordsConverter method Convert (line 14) | public override string Convert(long input) method GetOrdinalUnit (line 88) | static string GetOrdinalUnit(int number, bool useExceptions) method ToOrdinal (line 98) | static string ToOrdinal(int number, bool useExceptions) method ConvertToOrdinal (line 149) | public override string ConvertToOrdinal(int number) => FILE: src/Humanizer/Localisation/NumberToWords/FrenchBelgianNumberToWordsConverter.cs class FrenchBelgianNumberToWordsConverter (line 3) | class FrenchBelgianNumberToWordsConverter : FrenchNumberToWordsConverter... method CollectPartsUnderAHundred (line 5) | protected override void CollectPartsUnderAHundred(List parts, ... method GetTens (line 21) | protected override string GetTens(long tens) FILE: src/Humanizer/Localisation/NumberToWords/FrenchNumberToWordsConverter.cs class FrenchNumberToWordsConverter (line 3) | class FrenchNumberToWordsConverter : FrenchNumberToWordsConverterBase method CollectPartsUnderAHundred (line 5) | protected override void CollectPartsUnderAHundred(List parts, ... method GetTens (line 28) | protected override string GetTens(long tens) FILE: src/Humanizer/Localisation/NumberToWords/FrenchNumberToWordsConverterBase.cs class FrenchNumberToWordsConverterBase (line 3) | abstract class FrenchNumberToWordsConverterBase : GenderedNumberToWordsC... method Convert (line 8) | public override string Convert(long number, GrammaticalGender gender, ... method ConvertToOrdinal (line 35) | public override string ConvertToOrdinal(int number, GrammaticalGender ... method GetUnits (line 72) | protected static string GetUnits(long number, GrammaticalGender gender) method CollectHundreds (line 82) | static void CollectHundreds(List parts, ref long number, long ... method CollectParts (line 110) | void CollectParts(List parts, ref long number, long d, string ... method CollectPartsUnderAThousand (line 133) | void CollectPartsUnderAThousand(List parts, long number, Gramm... method CollectThousands (line 143) | void CollectThousands(List parts, ref long number, int d, stri... method CollectPartsUnderAHundred (line 161) | protected virtual void CollectPartsUnderAHundred(List parts, r... method GetTens (line 188) | protected virtual string GetTens(long tens) => FILE: src/Humanizer/Localisation/NumberToWords/GenderedNumberToWordsConverter.cs class GenderedNumberToWordsConverter (line 3) | abstract class GenderedNumberToWordsConverter(GrammaticalGender defaultG... method Convert (line 8) | public string Convert(long number) => method Convert (line 12) | public string Convert(long number, WordForm wordForm) => method Convert (line 16) | public string Convert(long number, bool addAnd) => method Convert (line 20) | public string Convert(long number, bool addAnd, WordForm wordForm) => method Convert (line 24) | public abstract string Convert(long number, GrammaticalGender gender, ... method Convert (line 27) | public virtual string Convert(long number, WordForm wordForm, Grammati... method ConvertToOrdinal (line 31) | public string ConvertToOrdinal(int number) => method ConvertToOrdinal (line 35) | public abstract string ConvertToOrdinal(int number, GrammaticalGender ... method ConvertToOrdinal (line 38) | public string ConvertToOrdinal(int number, WordForm wordForm) => method ConvertToOrdinal (line 42) | public virtual string ConvertToOrdinal(int number, GrammaticalGender g... method ConvertToTuple (line 46) | public virtual string ConvertToTuple(int number) => FILE: src/Humanizer/Localisation/NumberToWords/GenderlessNumberToWordsConverter.cs class GenderlessNumberToWordsConverter (line 3) | abstract class GenderlessNumberToWordsConverter : INumberToWordsConverter method Convert (line 6) | public abstract string Convert(long number); method Convert (line 8) | public string Convert(long number, WordForm wordForm) => method Convert (line 11) | public virtual string Convert(long number, bool addAnd) => method Convert (line 14) | public string Convert(long number, bool addAnd, WordForm wordForm) => method Convert (line 17) | public virtual string Convert(long number, GrammaticalGender gender, b... method Convert (line 20) | public virtual string Convert(long number, WordForm wordForm, Grammati... method ConvertToOrdinal (line 23) | public abstract string ConvertToOrdinal(int number); method ConvertToOrdinal (line 25) | public string ConvertToOrdinal(int number, GrammaticalGender gender) => method ConvertToOrdinal (line 28) | public virtual string ConvertToOrdinal(int number, WordForm wordForm) => method ConvertToOrdinal (line 31) | public virtual string ConvertToOrdinal(int number, GrammaticalGender g... method ConvertToTuple (line 34) | public virtual string ConvertToTuple(int number) => FILE: src/Humanizer/Localisation/NumberToWords/GermanNumberToWordsConverterBase.cs class GermanNumberToWordsConverterBase (line 3) | abstract class GermanNumberToWordsConverterBase : GenderedNumberToWordsC... method Convert (line 17) | public override string Convert(long number, GrammaticalGender gender, ... method ConvertToOrdinal (line 71) | public override string ConvertToOrdinal(int number, GrammaticalGender ... method CollectParts (line 105) | void CollectParts(List parts, ref long number, long divisor, b... method CollectOrdinalParts (line 118) | void CollectOrdinalParts(List parts, ref int number, int divis... method Part (line 128) | string Part(string pluralFormat, string singular, long number) method NoRestIndex (line 138) | static int NoRestIndex(int number) => method GetEndingForGender (line 141) | static string GetEndingForGender(GrammaticalGender gender) => method GetTens (line 150) | protected virtual string GetTens(long tens) => FILE: src/Humanizer/Localisation/NumberToWords/GermanSwissLiechtensteinNumberToWordsConverter.cs class GermanSwissLiechtensteinNumberToWordsConverter (line 3) | class GermanSwissLiechtensteinNumberToWordsConverter : GermanNumberToWor... method GetTens (line 5) | protected override string GetTens(long tens) FILE: src/Humanizer/Localisation/NumberToWords/GreekNumberToWordsConverter.cs class GreekNumberToWordsConverter (line 3) | class GreekNumberToWordsConverter : GenderlessNumberToWordsConverter method Convert (line 103) | public override string Convert(long number) => method ConvertToOrdinal (line 106) | public override string ConvertToOrdinal(int number) method GetOneDigitOrdinal (line 132) | static string GetOneDigitOrdinal(int number) method GetTwoDigitOrdinal (line 142) | static string GetTwoDigitOrdinal(int number) method GetThreeDigitOrdinal (line 169) | static string GetThreeDigitOrdinal(int number) method GetFourDigitOrdinal (line 191) | static string GetFourDigitOrdinal(int number) method ConvertImpl (line 218) | string ConvertImpl(long number, bool returnPluralized) method ConvertIntB13 (line 253) | static string ConvertIntB13(long number, bool returnPluralized) => method ConvertIntBH (line 256) | string ConvertIntBH(long number, bool returnPluralized) method ConvertIntBT (line 274) | string ConvertIntBT(long number, bool returnPluralized) method ConvertIntBM (line 300) | string ConvertIntBM(long number) method ConvertIntBB (line 322) | string ConvertIntBB(long number) method ConvertIntBTR (line 344) | string ConvertIntBTR(long number) FILE: src/Humanizer/Localisation/NumberToWords/HebrewNumberToWordsConverter.cs class HebrewNumberToWordsConverter (line 3) | class HebrewNumberToWordsConverter(CultureInfo culture) : class DescriptionAttribute (line 10) | [AttributeUsage(AttributeTargets.Field)] type Group (line 17) | enum Group method Convert (line 29) | public override string Convert(long input, GrammaticalGender gender, b... method ConvertToOrdinal (line 117) | public override string ConvertToOrdinal(int number, GrammaticalGender ... method ToBigNumber (line 120) | void ToBigNumber(int number, Group group, List parts) method ToThousands (line 138) | void ToThousands(int number, List parts) method ToHundreds (line 164) | static void ToHundreds(int number, List parts) FILE: src/Humanizer/Localisation/NumberToWords/HungarianNumberToWordsConverter.cs class HungarianNumberToWordsConverter (line 3) | class HungarianNumberToWordsConverter : GenderlessNumberToWordsConverter method Convert (line 39) | public override string Convert(long number) => ConvertInternal(number,... method ConvertToOrdinal (line 41) | public override string ConvertToOrdinal(int number) => ConvertInternal... method ConvertInternal (line 43) | private static string ConvertInternal(long number, bool isOrdinal) method GetOneThousandPart (line 89) | static string GetOneThousandPart(ref long number, bool isOrdinal) method CollectParts (line 99) | private static void CollectParts(List parts, ref long number, ... method GetUnderAThousandPart (line 115) | private static string GetUnderAThousandPart(long number, bool isOrdina... method GetOrdinalOnes (line 154) | private static string GetOrdinalOnes(long number, bool lessThanTen) method ConvertToTuple (line 164) | public override string ConvertToTuple(int number) => FILE: src/Humanizer/Localisation/NumberToWords/INumberToWordsConverter.cs type INumberToWordsConverter (line 6) | public interface INumberToWordsConverter method Convert (line 11) | string Convert(long number); method Convert (line 16) | string Convert(long number, WordForm wordForm); method Convert (line 22) | string Convert(long number, bool addAnd); method Convert (line 27) | string Convert(long number, bool addAnd, WordForm wordForm); method Convert (line 32) | string Convert(long number, GrammaticalGender gender, bool addAnd = tr... method Convert (line 37) | string Convert(long number, WordForm wordForm, GrammaticalGender gende... method ConvertToOrdinal (line 42) | string ConvertToOrdinal(int number); method ConvertToOrdinal (line 47) | string ConvertToOrdinal(int number, WordForm wordForm); method ConvertToOrdinal (line 52) | string ConvertToOrdinal(int number, GrammaticalGender gender); method ConvertToOrdinal (line 57) | string ConvertToOrdinal(int number, GrammaticalGender gender, WordForm... method ConvertToTuple (line 62) | string ConvertToTuple(int number); FILE: src/Humanizer/Localisation/NumberToWords/IcelandicNumberToWordsConverter.cs class IcelandicNumberToWordsConverter (line 3) | class IcelandicNumberToWordsConverter : GenderedNumberToWordsConverter class Fact (line 14) | class Fact method IsAndSplitNeeded (line 107) | static bool IsAndSplitNeeded(int number) => method GetOrdinalEnding (line 110) | static string GetOrdinalEnding(GrammaticalGender gender) => method GetUnits (line 113) | static void GetUnits(List builder, long number, GrammaticalGe... method CollectOrdinalParts (line 132) | static void CollectOrdinalParts(List builder, int threeDigitP... method CollectOrdinalPartsUnderAHundred (line 202) | static string? CollectOrdinalPartsUnderAHundred(int number, Grammatica... method CollectParts (line 228) | static void CollectParts(List parts, ref long number, ref boo... method CollectPart (line 247) | static void CollectPart(List parts, long number, Fact rule) method CollectPartUnderOneThousand (line 260) | static void CollectPartUnderOneThousand(List builder, long nu... method CollectOrdinal (line 303) | static void CollectOrdinal(List parts, ref int number, ref bo... method Convert (line 342) | public override string Convert(long number, GrammaticalGender gender, ... method ConvertToOrdinal (line 377) | public override string ConvertToOrdinal(int number, GrammaticalGender ... FILE: src/Humanizer/Localisation/NumberToWords/IndianNumberToWordsConverter.cs class IndianNumberToWordsConverter (line 3) | class IndianNumberToWordsConverter : GenderlessNumberToWordsConverter method Convert (line 18) | public override string Convert(long number) => method ConvertToOrdinal (line 22) | public override string ConvertToOrdinal(int number) method NumberToText (line 29) | static string NumberToText(long number) FILE: src/Humanizer/Localisation/NumberToWords/Italian/ItalianCardinalNumberCruncher.cs class ItalianCardinalNumberCruncher (line 3) | class ItalianCardinalNumberCruncher(int number, GrammaticalGender gender) method Convert (line 5) | public string Convert() method SplitEveryThreeDigits (line 41) | static List SplitEveryThreeDigits(int number) method GetNextPartConverter (line 63) | Func? GetNextPartConverter() method ThreeDigitSetConverter (line 106) | static string ThreeDigitSetConverter(int number, bool thisIsLastSet = ... method UnitsConverter (line 164) | string UnitsConverter(int number) method ThousandsConverter (line 180) | static string ThousandsConverter(int number) method MillionsConverter (line 200) | static string MillionsConverter(int number) method BillionsConverter (line 220) | static string BillionsConverter(int number) type ThreeDigitSets (line 301) | protected enum ThreeDigitSets FILE: src/Humanizer/Localisation/NumberToWords/Italian/ItalianOrdinalNumberCruncher.cs class ItalianOrdinalNumberCruncher (line 3) | class ItalianOrdinalNumberCruncher(int number, GrammaticalGender gender) method Convert (line 5) | public string Convert() FILE: src/Humanizer/Localisation/NumberToWords/ItalianNumberToWordsConverter.cs class ItalianNumberToWordsConverter (line 3) | class ItalianNumberToWordsConverter : GenderedNumberToWordsConverter method Convert (line 5) | public override string Convert(long input, GrammaticalGender gender, b... method ConvertToOrdinal (line 24) | public override string ConvertToOrdinal(int number, GrammaticalGender ... FILE: src/Humanizer/Localisation/NumberToWords/JapaneseNumberToWordsConverter.cs class JapaneseNumberToWordsConverter (line 3) | class JapaneseNumberToWordsConverter : GenderlessNumberToWordsConverter method Convert (line 14) | public override string Convert(long number) => method ConvertToOrdinal (line 17) | public override string ConvertToOrdinal(int number) => method ConvertImpl (line 20) | static string ConvertImpl(long number, bool isOrdinal) FILE: src/Humanizer/Localisation/NumberToWords/KoreanNumberToWordsConverter.cs class KoreanNumberToWordsConverter (line 3) | class KoreanNumberToWordsConverter : GenderlessNumberToWordsConverter method Convert (line 73) | public override string Convert(long number) => method ConvertToOrdinal (line 76) | public override string ConvertToOrdinal(int number) => method ConvertImpl (line 79) | static string ConvertImpl(long number, bool isOrdinal) FILE: src/Humanizer/Localisation/NumberToWords/LatvianNumberToWordsConverter.cs class LatvianNumberToWordsConverter (line 3) | class LatvianNumberToWordsConverter : GenderedNumberToWordsConverter method Convert (line 10) | public override string Convert(long input, GrammaticalGender gender, b... method ConvertToOrdinal (line 87) | public override string ConvertToOrdinal(int input, GrammaticalGender g... method GetOrdinalEndingForGender (line 187) | static string GetOrdinalEndingForGender(GrammaticalGender gender) => method GetCardinalEndingForGender (line 195) | static string GetCardinalEndingForGender(GrammaticalGender gender, lon... FILE: src/Humanizer/Localisation/NumberToWords/LithuanianNumberToWordsConverter.cs class LithuanianNumberToWordsConverter (line 3) | class LithuanianNumberToWordsConverter : GenderedNumberToWordsConverter method Convert (line 13) | public override string Convert(long input, GrammaticalGender gender, b... method ConvertToOrdinal (line 35) | public override string ConvertToOrdinal(int input, GrammaticalGender g... method HandleNegative (line 54) | static void HandleNegative(List parts, ref long number) method CollectParts (line 63) | static void CollectParts(List parts, ref long number, long div... method CollectOrdinalParts (line 82) | static void CollectOrdinalParts(List parts, ref long number, l... method CollectPartsUnderOneThousand (line 101) | static void CollectPartsUnderOneThousand(List parts, long numb... method CollectOrdinalPartsUnderOneThousand (line 123) | static void CollectOrdinalPartsUnderOneThousand(List parts, lo... method ChooseForm (line 158) | static string ChooseForm(long number, string[] forms) => method ChooseCardinalOrOrdinalForm (line 161) | static string ChooseCardinalOrOrdinalForm(long number, string ordinalF... method GetFormIndex (line 172) | static int GetFormIndex(long number) method GetCardinalNumberForGender (line 184) | static string GetCardinalNumberForGender(string number, GrammaticalGen... method GetOrdinalEndingForGender (line 214) | static string GetOrdinalEndingForGender(GrammaticalGender gender) => FILE: src/Humanizer/Localisation/NumberToWords/LuxembourgishNumberToWordsConverter.cs class LuxembourgishNumberToWordsConverter (line 3) | class LuxembourgishNumberToWordsConverter : GenderedNumberToWordsConverter method Convert (line 17) | public override string Convert(long number, GrammaticalGender gender, ... method Convert (line 20) | public override string Convert(long number, WordForm wordForm, Grammat... method ConvertToOrdinal (line 84) | public override string ConvertToOrdinal(int number, GrammaticalGender ... method CollectParts (line 118) | private void CollectParts(List parts, ref long number, long di... method CollectOrdinalParts (line 133) | private void CollectOrdinalParts(List parts, ref int number, i... method Part (line 145) | private string Part(string pluralFormat, string singular, long number,... method NoRestIndex (line 154) | private static int NoRestIndex(int number) => method GetEndingForGender (line 157) | private static string GetEndingForGender(GrammaticalGender gender) => method GetPartWithEifelerRule (line 166) | private string GetPartWithEifelerRule(string pluralFormat, long number... FILE: src/Humanizer/Localisation/NumberToWords/MalteseNumberToWordsConvertor.cs class MalteseNumberToWordsConvertor (line 3) | class MalteseNumberToWordsConvertor : GenderedNumberToWordsConverter method Convert (line 34) | public override string Convert(long input, GrammaticalGender gender, b... method ConvertToOrdinal (line 64) | public override string ConvertToOrdinal(int number, GrammaticalGender ... method GetTens (line 92) | static string GetTens(long value, bool usePrefixMap, bool usePrefixMap... method GetHundreds (line 129) | static string GetHundreds(long value, bool usePrefixMap, bool usePrefi... method GetThousands (line 161) | static string GetThousands(long value, GrammaticalGender gender) method GetMillions (line 184) | static string GetMillions(long value, GrammaticalGender gender) method GetPrefixText (line 206) | static string GetPrefixText(long thousands, long tensInThousands, stri... FILE: src/Humanizer/Localisation/NumberToWords/NorwegianBokmalNumberToWordsConverter.cs class NorwegianBokmalNumberToWordsConverter (line 3) | class NorwegianBokmalNumberToWordsConverter : GenderedNumberToWordsConve... method Convert (line 39) | public override string Convert(long number, GrammaticalGender gender, ... method ConvertToOrdinal (line 49) | public override string ConvertToOrdinal(int number, GrammaticalGender ... method Convert (line 52) | string Convert(int number, bool isOrdinal, GrammaticalGender gender) method GetUnitValue (line 158) | static string GetUnitValue(int number, bool isOrdinal) method ExceptionNumbersToWords (line 179) | static bool ExceptionNumbersToWords(int number, [NotNullWhen(true)] ou... method Part (line 182) | string Part(string pluralFormat, string singular, int number, bool pos... FILE: src/Humanizer/Localisation/NumberToWords/PolishNumberToWordsConverter.cs class PolishNumberToWordsConverter (line 3) | class PolishNumberToWordsConverter(CultureInfo culture) : method Convert (line 36) | public override string Convert(long input, GrammaticalGender gender, b... method ConvertToOrdinal (line 49) | public override string ConvertToOrdinal(int number, GrammaticalGender ... method CollectParts (line 52) | static void CollectParts(List parts, long input, GrammaticalGe... method CollectPartsUnderThousand (line 95) | static void CollectPartsUnderThousand(List parts, int number, ... method GetPowerOfThousandNameForm (line 137) | static string GetPowerOfThousandNameForm(int multiplier, int power) FILE: src/Humanizer/Localisation/NumberToWords/PortugueseNumberToWordsConverter.cs class PortugueseNumberToWordsConverter (line 3) | class PortugueseNumberToWordsConverter : GenderedNumberToWordsConverter method Convert (line 13) | public override string Convert(long input, GrammaticalGender gender, b... method ConvertToOrdinal (line 102) | public override string ConvertToOrdinal(int number, GrammaticalGender ... method ApplyGender (line 159) | static string ApplyGender(string toWords, GrammaticalGender gender) method ApplyOrdinalGender (line 184) | static string ApplyOrdinalGender(string toWords, GrammaticalGender gen... FILE: src/Humanizer/Localisation/NumberToWords/Romanian/RomanianCardinalNumberConverter.cs class RomanianCardinalNumberConverter (line 3) | class RomanianCardinalNumberConverter type ThreeDigitSets (line 66) | enum ThreeDigitSets method Convert (line 94) | public string Convert(int number, GrammaticalGender gender) method SplitEveryThreeDigits (line 143) | static List SplitEveryThreeDigits(int number) method GetNextPartConverter (line 165) | Func? GetNextPartConverter(ThreeDigitS... method ThreeDigitSetConverter (line 182) | string ThreeDigitSetConverter(int number, GrammaticalGender gender) method GetPartByGender (line 227) | static string GetPartByGender(string multiGenderPart, GrammaticalGende... method IsAbove20 (line 248) | static bool IsAbove20(int number) => method HundredsToText (line 251) | string HundredsToText(int hundreds) method UnitsConverter (line 272) | string UnitsConverter(int number, GrammaticalGender gender) => method ThousandsConverter (line 281) | string ThousandsConverter(int number, GrammaticalGender gender) method MillionsConverter (line 314) | string MillionsConverter(int number, GrammaticalGender gender) method BillionsConverter (line 335) | string BillionsConverter(int number, GrammaticalGender gender) FILE: src/Humanizer/Localisation/NumberToWords/Romanian/RomanianOrdinalNumberConverter.cs class RomanianOrdinalNumberConverter (line 3) | class RomanianOrdinalNumberConverter method Convert (line 44) | public string Convert(int number, GrammaticalGender gender) method GetPartByGender (line 135) | static string GetPartByGender(string multiGenderPart, GrammaticalGende... FILE: src/Humanizer/Localisation/NumberToWords/RomanianNumberToWordsConverter.cs class RomanianNumberToWordsConverter (line 3) | class RomanianNumberToWordsConverter : GenderedNumberToWordsConverter method Convert (line 5) | public override string Convert(long number, GrammaticalGender gender, ... method ConvertToOrdinal (line 16) | public override string ConvertToOrdinal(int number, GrammaticalGender ... FILE: src/Humanizer/Localisation/NumberToWords/RussianNumberToWordsConverter.cs class RussianNumberToWordsConverter (line 3) | class RussianNumberToWordsConverter : GenderedNumberToWordsConverter method Convert (line 13) | public override string Convert(long input, GrammaticalGender gender, b... method ConvertToOrdinal (line 42) | public override string ConvertToOrdinal(int input, GrammaticalGender g... method CollectPartsUnderOneThousand (line 100) | static void CollectPartsUnderOneThousand(List parts, long numb... method GetPrefix (line 137) | static string GetPrefix(long number) method CollectParts (line 170) | static void CollectParts(List parts, ref long number, long div... method CollectOrdinalParts (line 183) | static void CollectOrdinalParts(List parts, ref long number, i... method GetIndex (line 210) | static int GetIndex(RussianGrammaticalNumber number) method ChooseOneForGrammaticalNumber (line 225) | static string ChooseOneForGrammaticalNumber(long number, string[] form... method GetEndingForGender (line 228) | static string GetEndingForGender(GrammaticalGender gender, long number) FILE: src/Humanizer/Localisation/NumberToWords/SerbianCyrlNumberToWordsConverter.cs class SerbianCyrlNumberToWordsConverter (line 3) | class SerbianCyrlNumberToWordsConverter(CultureInfo culture) : method Convert (line 9) | public override string Convert(long input) method ConvertToOrdinal (line 103) | public override string ConvertToOrdinal(int number) => method Part (line 107) | string Part(string singular, string dual, string trialQuadral, string ... FILE: src/Humanizer/Localisation/NumberToWords/SerbianNumberToWordsConverter.cs class SerbianNumberToWordsConverter (line 3) | class SerbianNumberToWordsConverter(CultureInfo culture) : method Convert (line 9) | public override string Convert(long input) method ConvertToOrdinal (line 101) | public override string ConvertToOrdinal(int number) => method Part (line 105) | string Part(string singular, string dual, string trialQuadral, string ... FILE: src/Humanizer/Localisation/NumberToWords/SlovenianNumberToWordsConverter.cs class SlovenianNumberToWordsConverter (line 3) | class SlovenianNumberToWordsConverter(CultureInfo culture) : method Convert (line 9) | public override string Convert(long input) method ConvertToOrdinal (line 101) | public override string ConvertToOrdinal(int number) => method Part (line 104) | string Part(string singular, string dual, string trialQuadral, string ... FILE: src/Humanizer/Localisation/NumberToWords/SpanishNumberToWordsConverter.cs class SpanishNumberToWordsConverter (line 3) | class SpanishNumberToWordsConverter : GenderedNumberToWordsConverter method Convert (line 53) | public override string Convert(long input, GrammaticalGender gender, b... method Convert (line 56) | public override string Convert(long number, WordForm wordForm, Grammat... method ConvertToOrdinal (line 85) | public override string ConvertToOrdinal(int number, GrammaticalGender ... method ConvertToOrdinal (line 88) | public override string ConvertToOrdinal(int number, GrammaticalGender ... method ConvertToTuple (line 122) | public override string ConvertToTuple(int number) method BuildWord (line 134) | static string BuildWord(List wordParts) method ConvertHundreds (line 140) | static string ConvertHundreds(in long inputNumber, out long remainder,... method ConvertHundredths (line 155) | static string ConvertHundredths(in int number, out int remainder, Gram... method ConvertMappedOrdinalNumber (line 158) | static string ConvertMappedOrdinalNumber( method ConvertOrdinalUnits (line 178) | static string ConvertOrdinalUnits(in int number, GrammaticalGender gen... method ConvertTenths (line 202) | static string ConvertTenths(in int number, out int remainder, Grammati... method ConvertThousandths (line 205) | static string ConvertThousandths(in int number, out int remainder, Gra... method ConvertUnits (line 208) | static string ConvertUnits(long inputNumber, GrammaticalGender gender,... method GetGenderedHundredsMap (line 232) | static List GetGenderedHundredsMap(GrammaticalGender gender) method GetGenderedOne (line 246) | static string GetGenderedOne(GrammaticalGender gender, WordForm wordFo... method GetGenderedTwentyOne (line 256) | static string GetGenderedTwentyOne(GrammaticalGender gender, WordForm ... method HasOrdinalAbbreviation (line 266) | static bool HasOrdinalAbbreviation(int number, WordForm wordForm) => method IsRoundBillion (line 269) | static bool IsRoundBillion(int number) => method IsRoundMillion (line 272) | static bool IsRoundMillion(int number) => method PluralizeGreaterThanMillion (line 275) | static string PluralizeGreaterThanMillion(string singularWord) => method ConvertGreaterThanMillion (line 285) | string ConvertGreaterThanMillion(in long inputNumber, out long remainder) method ConvertRoundBillionths (line 310) | string ConvertRoundBillionths(int number, GrammaticalGender gender) method ConvertTensAndHunderdsOfThousandths (line 318) | string ConvertTensAndHunderdsOfThousandths(in int number, out int rema... method ConvertThousands (line 355) | string ConvertThousands(in long inputNumber, out long remainder, Gramm... FILE: src/Humanizer/Localisation/NumberToWords/SwedishNumberToWordsConverter.cs class SwedishNumberToWordsConverter (line 3) | class SwedishNumberToWordsConverter : GenderlessNumberToWordsConverter class Fact (line 8) | class Fact method Convert (line 56) | public override string Convert(long input, GrammaticalGender gender, b... method Convert (line 140) | public override string Convert(long input) => method ConvertToOrdinal (line 168) | public override string ConvertToOrdinal(int number) FILE: src/Humanizer/Localisation/NumberToWords/TamilNumberToWordsConverter.cs class TamilNumberToWordsConverter (line 3) | class TamilNumberToWordsConverter : GenderlessNumberToWordsConverter method Convert (line 40) | public override string Convert(long number) => method ConvertToOrdinal (line 43) | public override string ConvertToOrdinal(int number) => method ConvertImpl (line 46) | string ConvertImpl(long number, bool isOrdinal) method GetUnitValue (line 129) | static string GetUnitValue(long number, bool isOrdinal) method GetTensValue (line 144) | static string GetTensValue(long number, bool isOrdinal, bool isThousan... method GetLakhsValue (line 211) | static string GetLakhsValue(ref long number, bool isOrdinal) method GetCroresValue (line 242) | static string GetCroresValue(ref long number) method GetThousandsValue (line 294) | static string GetThousandsValue(ref long number) method GetHundredsValue (line 330) | static string GetHundredsValue(ref long number) method RemoveOnePrefix (line 358) | static string RemoveOnePrefix(string toWords) method ExceptionNumbersToWords (line 369) | static bool ExceptionNumbersToWords(long number, [NotNullWhen(true)] o... FILE: src/Humanizer/Localisation/NumberToWords/ThaiNumberToWordsConverter.cs class ThaiNumberToWordsConverter (line 3) | class ThaiNumberToWordsConverter : GenderlessNumberToWordsConverter method Convert (line 5) | public override string Convert(long numbermoney) method ConvertToOrdinal (line 110) | public override string ConvertToOrdinal(int number) => FILE: src/Humanizer/Localisation/NumberToWords/TurkishNumberToWordConverter.cs class TurkishNumberToWordConverter (line 3) | class TurkishNumberToWordConverter : method Convert (line 65) | public override string Convert(long input) method ConvertToOrdinal (line 140) | public override string ConvertToOrdinal(int number) method ConvertToTuple (line 168) | public override string ConvertToTuple(int number) FILE: src/Humanizer/Localisation/NumberToWords/UkrainianNumberToWordsConverter.cs class UkrainianNumberToWordsConverter (line 3) | class UkrainianNumberToWordsConverter : GenderedNumberToWordsConverter method Convert (line 13) | public override string Convert(long input, GrammaticalGender gender, b... method ConvertToOrdinal (line 42) | public override string ConvertToOrdinal(int number, GrammaticalGender ... method CollectPartsUnderOneThousand (line 99) | static void CollectPartsUnderOneThousand(List parts, long numb... method GetPrefix (line 136) | static string GetPrefix(int number) method CollectParts (line 169) | static void CollectParts(List parts, ref long number, long div... method CollectOrdinalParts (line 182) | static void CollectOrdinalParts(List parts, ref int number, in... method GetIndex (line 209) | static int GetIndex(RussianGrammaticalNumber number) method ChooseOneForGrammaticalNumber (line 224) | static string ChooseOneForGrammaticalNumber(long number, string[] form... method GetEndingForGender (line 227) | static string GetEndingForGender(GrammaticalGender gender, int number) FILE: src/Humanizer/Localisation/NumberToWords/UzbekCyrlNumberToWordConverter.cs class UzbekCyrlNumberToWordConverter (line 3) | class UzbekCyrlNumberToWordConverter : GenderlessNumberToWordsConverter method Convert (line 10) | public override string Convert(long input) method Convert (line 26) | static string Convert(int number, bool checkForHundredRule) method ConvertToOrdinal (line 82) | public override string ConvertToOrdinal(int number) FILE: src/Humanizer/Localisation/NumberToWords/UzbekLatnNumberToWordConverter.cs class UzbekLatnNumberToWordConverter (line 3) | class UzbekLatnNumberToWordConverter : GenderlessNumberToWordsConverter method Convert (line 10) | public override string Convert(long input) method Convert (line 26) | static string Convert(int number, bool checkForHundredRule) method ConvertToOrdinal (line 82) | public override string ConvertToOrdinal(int number) FILE: src/Humanizer/Localisation/NumberToWords/VietnameseNumberToWordsConverter.cs class VietnameseNumberToWordsConverter (line 3) | class VietnameseNumberToWordsConverter : GenderlessNumberToWordsConverter method Convert (line 13) | public override string Convert(long number) => method ConvertToOrdinal (line 18) | public override string ConvertToOrdinal(int number) => method ConvertToOrdinalImpl (line 21) | string ConvertToOrdinalImpl(int number) => method ConvertImpl (line 30) | static string ConvertImpl(long number, bool hasTens = false, bool isGr... FILE: src/Humanizer/Localisation/Ordinalizers/ArmenianOrdinalizer.cs class ArmenianOrdinalizer (line 3) | class ArmenianOrdinalizer : DefaultOrdinalizer method Convert (line 5) | public override string Convert(int number, string numberString) FILE: src/Humanizer/Localisation/Ordinalizers/AzerbaijaniOrdinalizer.cs class AzerbaijaniOrdinalizer (line 3) | class AzerbaijaniOrdinalizer : DefaultOrdinalizer method Convert (line 5) | public override string Convert(int number, string numberString) => FILE: src/Humanizer/Localisation/Ordinalizers/CatalanOrdinalizer.cs class CatalanOrdinalizer (line 3) | class CatalanOrdinalizer() : DefaultOrdinalizer method Convert (line 5) | public override string Convert(int number, string numberString) => method Convert (line 8) | public override string Convert(int number, string numberString, Gramma... method Convert (line 11) | public override string Convert(int number, string numberString, Gramma... FILE: src/Humanizer/Localisation/Ordinalizers/DefaultOrdinalizer.cs class DefaultOrdinalizer (line 3) | class DefaultOrdinalizer : IOrdinalizer method Convert (line 5) | public virtual string Convert(int number, string numberString, Grammat... method Convert (line 8) | public virtual string Convert(int number, string numberString) => method Convert (line 11) | public virtual string Convert(int number, string numberString, WordFor... method Convert (line 14) | public virtual string Convert(int number, string numberString, Grammat... FILE: src/Humanizer/Localisation/Ordinalizers/DutchOrdinalizer.cs class DutchOrdinalizer (line 3) | class DutchOrdinalizer : DefaultOrdinalizer method Convert (line 5) | public override string Convert(int number, string numberString) => method Convert (line 8) | public override string Convert(int number, string numberString, Gramma... FILE: src/Humanizer/Localisation/Ordinalizers/EnglishOrdinalizer.cs class EnglishOrdinalizer (line 3) | class EnglishOrdinalizer : DefaultOrdinalizer method Convert (line 5) | public override string Convert(int number, string numberString) FILE: src/Humanizer/Localisation/Ordinalizers/FrenchOrdinalizer.cs class FrenchOrdinalizer (line 3) | class FrenchOrdinalizer : DefaultOrdinalizer method Convert (line 5) | public override string Convert(int number, string numberString) => method Convert (line 8) | public override string Convert(int number, string numberString, Gramma... FILE: src/Humanizer/Localisation/Ordinalizers/GermanOrdinalizer.cs class GermanOrdinalizer (line 3) | class GermanOrdinalizer : DefaultOrdinalizer method Convert (line 5) | public override string Convert(int number, string numberString) => FILE: src/Humanizer/Localisation/Ordinalizers/HungarianOrdinalizer.cs class HungarianOrdinalizer (line 3) | class HungarianOrdinalizer : DefaultOrdinalizer method Convert (line 6) | public override string Convert(int number, string numberString) => num... FILE: src/Humanizer/Localisation/Ordinalizers/IOrdinalizer.cs type IOrdinalizer (line 6) | public interface IOrdinalizer method Convert (line 11) | string Convert(int number, string numberString); method Convert (line 16) | string Convert(int number, string numberString, WordForm wordForm); method Convert (line 21) | string Convert(int number, string numberString, GrammaticalGender gend... method Convert (line 26) | string Convert(int number, string numberString, GrammaticalGender gend... FILE: src/Humanizer/Localisation/Ordinalizers/IcelandicOrdinalizer.cs class IcelandicOrdinalizer (line 3) | class IcelandicOrdinalizer : DefaultOrdinalizer method Convert (line 5) | public override string Convert(int number, string numberString) => FILE: src/Humanizer/Localisation/Ordinalizers/ItalianOrdinalizer.cs class ItalianOrdinalizer (line 3) | class ItalianOrdinalizer : DefaultOrdinalizer method Convert (line 5) | public override string Convert(int number, string numberString) => method Convert (line 8) | public override string Convert(int number, string numberString, Gramma... FILE: src/Humanizer/Localisation/Ordinalizers/LuxembourgishOrdinalizer.cs class LuxembourgishOrdinalizer (line 3) | class LuxembourgishOrdinalizer : DefaultOrdinalizer method Convert (line 5) | public override string Convert(int number, string numberString) => FILE: src/Humanizer/Localisation/Ordinalizers/PortugueseOrdinalizer.cs class PortugueseOrdinalizer (line 3) | class PortugueseOrdinalizer : DefaultOrdinalizer method Convert (line 5) | public override string Convert(int number, string numberString) => method Convert (line 8) | public override string Convert(int number, string numberString, Gramma... FILE: src/Humanizer/Localisation/Ordinalizers/RomanianOrdinalizer.cs class RomanianOrdinalizer (line 3) | class RomanianOrdinalizer : DefaultOrdinalizer method Convert (line 5) | public override string Convert(int number, string numberString) => method Convert (line 8) | public override string Convert(int number, string numberString, Gramma... FILE: src/Humanizer/Localisation/Ordinalizers/RussianOrdinalizer.cs class RussianOrdinalizer (line 3) | class RussianOrdinalizer : DefaultOrdinalizer method Convert (line 5) | public override string Convert(int number, string numberString) => method Convert (line 8) | public override string Convert(int number, string numberString, Gramma... FILE: src/Humanizer/Localisation/Ordinalizers/SpanishOrdinalizer.cs class SpanishOrdinalizer (line 3) | class SpanishOrdinalizer(CultureInfo culture) : DefaultOrdinalizer method Convert (line 5) | public override string Convert(int number, string numberString) => method Convert (line 8) | public override string Convert(int number, string numberString, Gramma... method Convert (line 11) | public override string Convert(int number, string numberString, Gramma... method GetNumberString (line 32) | string GetNumberString(int number) => method GetWordForm (line 35) | static string GetWordForm(int number, WordForm wordForm) => FILE: src/Humanizer/Localisation/Ordinalizers/TurkishOrdinalizer.cs class TurkishOrdinalizer (line 3) | class TurkishOrdinalizer : DefaultOrdinalizer method Convert (line 5) | public override string Convert(int number, string numberString) => FILE: src/Humanizer/Localisation/Ordinalizers/UkrainianOrdinalizer.cs class UkrainianOrdinalizer (line 3) | class UkrainianOrdinalizer : DefaultOrdinalizer method Convert (line 5) | public override string Convert(int number, string numberString) => method Convert (line 8) | public override string Convert(int number, string numberString, Gramma... FILE: src/Humanizer/Localisation/ResourceKeys.Common.cs class ResourceKeys (line 3) | public partial class ResourceKeys method ValidateRange (line 5) | static void ValidateRange(int count) FILE: src/Humanizer/Localisation/ResourceKeys.DateHumanize.cs class ResourceKeys (line 3) | public partial class ResourceKeys class DateHumanize (line 8) | public static class DateHumanize method GetResourceKey (line 27) | public static string GetResourceKey(TimeUnit timeUnit, Tense timeUni... FILE: src/Humanizer/Localisation/ResourceKeys.TimeSpanHumanize.cs class ResourceKeys (line 3) | public partial class ResourceKeys class TimeSpanHumanize (line 9) | public static class TimeSpanHumanize method GetResourceKey (line 18) | public static string GetResourceKey(TimeUnit unit, int count = 1, bo... FILE: src/Humanizer/Localisation/ResourceKeys.TimeUnitSymbol.cs class ResourceKeys (line 3) | public partial class ResourceKeys class TimeUnitSymbol (line 8) | public static class TimeUnitSymbol method GetResourceKey (line 16) | public static string GetResourceKey(TimeUnit unit) => FILE: src/Humanizer/Localisation/Resources.cs class Resources (line 8) | public static class Resources method GetResource (line 19) | public static string GetResource(string resourceKey, CultureInfo? cult... method TryGetResource (line 59) | public static bool TryGetResource(string resourceKey, CultureInfo? cul... FILE: src/Humanizer/Localisation/Tense.cs type Tense (line 6) | public enum Tense FILE: src/Humanizer/Localisation/TimeToClockNotation/BrazilianPortugueseTimeOnlyToClockNotationConverter.cs class BrazilianPortugueseTimeOnlyToClockNotationConverter (line 5) | class BrazilianPortugueseTimeOnlyToClockNotationConverter : ITimeOnlyToC... method Convert (line 7) | public string Convert(TimeOnly time, ClockNotationRounding roundToNear... FILE: src/Humanizer/Localisation/TimeToClockNotation/CaTimeOnlyToClockNotationConverter.cs class CaTimeOnlyToClockNotationConverter (line 5) | class CaTimeOnlyToClockNotationConverter : ITimeOnlyToClockNotationConve... method Convert (line 11) | public string Convert(TimeOnly time, ClockNotationRounding roundToNear... method NormalizeHour (line 48) | static int NormalizeHour(TimeOnly time) => method GetArticle (line 51) | static string GetArticle(TimeOnly time) => method GetDayPeriod (line 54) | static string GetDayPeriod(TimeOnly time) method IsEarlyMorning (line 74) | static bool IsEarlyMorning(TimeOnly time) => method IsMorning (line 77) | static bool IsMorning(TimeOnly time) => method IsAfternoon (line 80) | static bool IsAfternoon(TimeOnly time) => FILE: src/Humanizer/Localisation/TimeToClockNotation/DefaultTimeOnlyToClockNotationConverter.cs class DefaultTimeOnlyToClockNotationConverter (line 5) | class DefaultTimeOnlyToClockNotationConverter : ITimeOnlyToClockNotation... method Convert (line 7) | public string Convert(TimeOnly time, ClockNotationRounding roundToNear... FILE: src/Humanizer/Localisation/TimeToClockNotation/EsTimeOnlyToClockNotationConverter.cs class EsTimeOnlyToClockNotationConverter (line 5) | class EsTimeOnlyToClockNotationConverter : ITimeOnlyToClockNotationConve... method Convert (line 11) | public string Convert(TimeOnly time, ClockNotationRounding roundToNear... method NormalizeHour (line 48) | static int NormalizeHour(TimeOnly time) => method GetArticle (line 51) | static string GetArticle(TimeOnly time) => method GetDayPeriod (line 54) | static string GetDayPeriod(TimeOnly time) method IsEarlyMorning (line 74) | static bool IsEarlyMorning(TimeOnly time) => method IsMorning (line 77) | static bool IsMorning(TimeOnly time) => method IsAfternoon (line 80) | static bool IsAfternoon(TimeOnly time) => FILE: src/Humanizer/Localisation/TimeToClockNotation/FrTimeOnlyToClockNotationConverter.cs class FrTimeOnlyToClockNotationConverter (line 5) | class FrTimeOnlyToClockNotationConverter : ITimeOnlyToClockNotationConve... method Convert (line 7) | public string Convert(TimeOnly time, ClockNotationRounding roundToNear... FILE: src/Humanizer/Localisation/TimeToClockNotation/GermanTimeOnlyToClockNotationConverter.cs class GermanTimeOnlyToClockNotationConverter (line 5) | class GermanTimeOnlyToClockNotationConverter : ITimeOnlyToClockNotationC... method Convert (line 7) | public string Convert(TimeOnly time, ClockNotationRounding roundToNear... FILE: src/Humanizer/Localisation/TimeToClockNotation/ITimeOnlyToClockNotationConverter.cs type ITimeOnlyToClockNotationConverter (line 8) | public interface ITimeOnlyToClockNotationConverter method Convert (line 13) | string Convert(TimeOnly time, ClockNotationRounding roundToNearestFive); FILE: src/Humanizer/Localisation/TimeToClockNotation/LbTimeOnlyToClockNotationConverter.cs class LbTimeOnlyToClockNotationConverter (line 5) | class LbTimeOnlyToClockNotationConverter : ITimeOnlyToClockNotationConve... method Convert (line 7) | public string Convert(TimeOnly time, ClockNotationRounding roundToNear... method GetRoundedTime (line 39) | private static TimeOnly GetRoundedTime(TimeOnly time) method GetMinuteExpression (line 47) | private static string GetMinuteExpression(int minute, string nextWord ... method GetHourExpression (line 50) | private static string GetHourExpression(int hour, string nextWord = "") method GetFormattedExpression (line 58) | private static string GetFormattedExpression(int number, string nextWo... FILE: src/Humanizer/Localisation/TimeToClockNotation/PortugueseTimeOnlyToClockNotationConverter.cs class PortugueseTimeOnlyToClockNotationConverter (line 5) | class PortugueseTimeOnlyToClockNotationConverter : ITimeOnlyToClockNotat... method Convert (line 7) | public string Convert(TimeOnly time, ClockNotationRounding roundToNear... FILE: src/Humanizer/Localisation/TimeUnit.cs type TimeUnit (line 3) | public enum TimeUnit FILE: src/Humanizer/Localisation/WordsToNumber/DefaultWordsToNumberConverter.cs class DefaultWordsToNumberConverter (line 3) | internal class DefaultWordsToNumberConverter(CultureInfo culture) : Gend... method Convert (line 7) | public override int Convert(string words) method TryConvert (line 13) | public override bool TryConvert(string words, out int parsedValue) => ... method TryConvert (line 15) | public override bool TryConvert(string words, out int parsedValue, out... FILE: src/Humanizer/Localisation/WordsToNumber/EnglishWordsToNumberConverter.cs class EnglishWordsToNumberConverter (line 3) | internal partial class EnglishWordsToNumberConverter : GenderlessWordsTo... method OrdinalSuffixRegexGenerated (line 8) | [GeneratedRegex(OrdinalSuffixPattern)] method OrdinalSuffixRegex (line 11) | private static Regex OrdinalSuffixRegex() => OrdinalSuffixRegexGenerat... method OrdinalSuffixRegex (line 15) | private static Regex OrdinalSuffixRegex() => OrdinalSuffixRegexField; method Convert (line 41) | public override int Convert(string words) method TryConvert (line 51) | public override bool TryConvert(string words, out int result) => TryCo... method TryConvert (line 53) | public override bool TryConvert(string words, out int parsedValue, out... method TryConvertWordsToNumber (line 99) | private static bool TryConvertWordsToNumber(string words, out int resu... FILE: src/Humanizer/Localisation/WordsToNumber/GenderlessWordsToNumberConverter.cs class GenderlessWordsToNumberConverter (line 3) | internal abstract class GenderlessWordsToNumberConverter : IWordsToNumbe... method Convert (line 5) | public abstract int Convert(string words); method TryConvert (line 6) | public abstract bool TryConvert(string words, out int parsedValue); method TryConvert (line 7) | public abstract bool TryConvert(string words, out int parsedValue, out... FILE: src/Humanizer/Localisation/WordsToNumber/IWordsToNumberConverter.cs type IWordsToNumberConverter (line 3) | public interface IWordsToNumberConverter method TryConvert (line 5) | bool TryConvert(string words, out int parsedValue); method TryConvert (line 6) | bool TryConvert(string words, out int parsedValue, out string? unrecog... method Convert (line 8) | int Convert(string words); FILE: src/Humanizer/MetricNumeralExtensions.cs class MetricNumeralExtensions (line 30) | public static class MetricNumeralExtensions method FromMetric (line 125) | public static double FromMetric(this string input) method ToMetric (line 149) | public static string ToMetric(this int input, MetricNumeralFormats? fo... method ToMetric (line 170) | public static string ToMetric(this long input, MetricNumeralFormats? f... method ToMetric (line 198) | public static string ToMetric(this double input, MetricNumeralFormats?... method CleanRepresentation (line 218) | static string CleanRepresentation(string input) method BuildNumber (line 238) | static double BuildNumber(string input, char last) => method BuildMetricNumber (line 249) | static double BuildMetricNumber(string input, char last) method ReplaceNameBySymbol (line 271) | static string ReplaceNameBySymbol(string input) => method BuildRepresentation (line 282) | static string BuildRepresentation(long input, MetricNumeralFormats? fo... method BuildMetricRepresentation (line 315) | static string BuildMetricRepresentation(long input, int scale, MetricN... method BuildRepresentation (line 385) | static string BuildRepresentation(double input, MetricNumeralFormats? ... method BuildMetricRepresentation (line 411) | static string BuildMetricRepresentation(double input, int exponent, Me... method GetUnitText (line 438) | static string GetUnitText(char symbol, MetricNumeralFormats? formats) method IsOutOfRange (line 467) | static bool IsOutOfRange(this double input) method IsInvalidMetricNumeral (line 485) | static bool IsInvalidMetricNumeral(this string input) type UnitPrefix (line 493) | struct UnitPrefix(string name, string shortScaleWord, string? longScal... FILE: src/Humanizer/MetricNumeralFormats.cs type MetricNumeralFormats (line 6) | [Flags] FILE: src/Humanizer/NoMatchFoundException.cs class NoMatchFoundException (line 7) | public class NoMatchFoundException : Exception method NoMatchFoundException (line 9) | public NoMatchFoundException() method NoMatchFoundException (line 13) | public NoMatchFoundException(string message) method NoMatchFoundException (line 18) | public NoMatchFoundException(string message, Exception inner) FILE: src/Humanizer/NumberToNumberExtensions.cs class NumberToNumberExtensions (line 8) | public static class NumberToNumberExtensions method Tens (line 22) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Tens (line 36) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Tens (line 50) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Tens (line 64) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Tens (line 78) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Hundreds (line 93) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Hundreds (line 107) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Hundreds (line 121) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Hundreds (line 135) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Hundreds (line 149) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Thousands (line 164) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Thousands (line 178) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Thousands (line 192) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Thousands (line 206) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Thousands (line 220) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Millions (line 235) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Millions (line 249) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Millions (line 263) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Millions (line 277) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Millions (line 291) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Billions (line 309) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Billions (line 326) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Billions (line 343) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Billions (line 360) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Billions (line 377) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: src/Humanizer/NumberToTimeSpanExtensions.cs class NumberToTimeSpanExtensions (line 14) | public static class NumberToTimeSpanExtensions method Milliseconds (line 27) | public static TimeSpan Milliseconds(this byte ms) => method Milliseconds (line 40) | public static TimeSpan Milliseconds(this sbyte ms) => method Milliseconds (line 53) | public static TimeSpan Milliseconds(this short ms) => method Milliseconds (line 66) | public static TimeSpan Milliseconds(this ushort ms) => method Milliseconds (line 79) | public static TimeSpan Milliseconds(this int ms) => method Milliseconds (line 92) | public static TimeSpan Milliseconds(this uint ms) => method Milliseconds (line 105) | public static TimeSpan Milliseconds(this long ms) => method Milliseconds (line 118) | public static TimeSpan Milliseconds(this ulong ms) => method Milliseconds (line 131) | public static TimeSpan Milliseconds(this double ms) => method Seconds (line 144) | public static TimeSpan Seconds(this byte seconds) => method Seconds (line 157) | public static TimeSpan Seconds(this sbyte seconds) => method Seconds (line 170) | public static TimeSpan Seconds(this short seconds) => method Seconds (line 183) | public static TimeSpan Seconds(this ushort seconds) => method Seconds (line 196) | public static TimeSpan Seconds(this int seconds) => method Seconds (line 209) | public static TimeSpan Seconds(this uint seconds) => method Seconds (line 222) | public static TimeSpan Seconds(this long seconds) => method Seconds (line 235) | public static TimeSpan Seconds(this ulong seconds) => method Seconds (line 249) | public static TimeSpan Seconds(this double seconds) => method Minutes (line 262) | public static TimeSpan Minutes(this byte minutes) => method Minutes (line 275) | public static TimeSpan Minutes(this sbyte minutes) => method Minutes (line 288) | public static TimeSpan Minutes(this short minutes) => method Minutes (line 301) | public static TimeSpan Minutes(this ushort minutes) => method Minutes (line 314) | public static TimeSpan Minutes(this int minutes) => method Minutes (line 327) | public static TimeSpan Minutes(this uint minutes) => method Minutes (line 340) | public static TimeSpan Minutes(this long minutes) => method Minutes (line 353) | public static TimeSpan Minutes(this ulong minutes) => method Minutes (line 367) | public static TimeSpan Minutes(this double minutes) => method Hours (line 380) | public static TimeSpan Hours(this byte hours) => method Hours (line 393) | public static TimeSpan Hours(this sbyte hours) => method Hours (line 406) | public static TimeSpan Hours(this short hours) => method Hours (line 419) | public static TimeSpan Hours(this ushort hours) => method Hours (line 432) | public static TimeSpan Hours(this int hours) => method Hours (line 445) | public static TimeSpan Hours(this uint hours) => method Hours (line 458) | public static TimeSpan Hours(this long hours) => method Hours (line 471) | public static TimeSpan Hours(this ulong hours) => method Hours (line 486) | public static TimeSpan Hours(this double hours) => method Days (line 499) | public static TimeSpan Days(this byte days) => method Days (line 512) | public static TimeSpan Days(this sbyte days) => method Days (line 525) | public static TimeSpan Days(this short days) => method Days (line 538) | public static TimeSpan Days(this ushort days) => method Days (line 551) | public static TimeSpan Days(this int days) => method Days (line 564) | public static TimeSpan Days(this uint days) => method Days (line 577) | public static TimeSpan Days(this long days) => method Days (line 590) | public static TimeSpan Days(this ulong days) => method Days (line 605) | public static TimeSpan Days(this double days) => method Weeks (line 618) | public static TimeSpan Weeks(this byte input) => method Weeks (line 631) | public static TimeSpan Weeks(this sbyte input) => method Weeks (line 644) | public static TimeSpan Weeks(this short input) => method Weeks (line 657) | public static TimeSpan Weeks(this ushort input) => method Weeks (line 670) | public static TimeSpan Weeks(this int input) => method Weeks (line 683) | public static TimeSpan Weeks(this uint input) => method Weeks (line 696) | public static TimeSpan Weeks(this long input) => method Weeks (line 709) | public static TimeSpan Weeks(this ulong input) => method Weeks (line 728) | public static TimeSpan Weeks(this double input) => FILE: src/Humanizer/NumberToWordsExtension.cs class NumberToWordsExtension (line 6) | public static class NumberToWordsExtension method ToOrdinalWords (line 13) | public static string ToOrdinalWords(this int number, CultureInfo? cult... method ToOrdinalWords (line 30) | public static string ToOrdinalWords(this int number, WordForm wordForm... method ToOrdinalWords (line 41) | public static string ToOrdinalWords(this int number, GrammaticalGender... method ToOrdinalWords (line 61) | public static string ToOrdinalWords(this int number, GrammaticalGender... method ToTuple (line 69) | public static string ToTuple(this int number, CultureInfo? culture = n... method ToWords (line 77) | public static string ToWords(this int number, CultureInfo? culture = n... method ToWords (line 94) | public static string ToWords(this int number, WordForm wordForm, Cultu... method ToWords (line 103) | public static string ToWords(this int number, bool addAnd, CultureInfo... method ToWords (line 121) | public static string ToWords(this int number, bool addAnd, WordForm wo... method ToWords (line 142) | public static string ToWords(this int number, GrammaticalGender gender... method ToWords (line 161) | public static string ToWords(this int number, WordForm wordForm, Gramm... method ToWords (line 170) | public static string ToWords(this long number, CultureInfo? culture = ... method ToWords (line 188) | public static string ToWords(this long number, WordForm wordForm, Cult... method ToWords (line 210) | public static string ToWords(this long number, GrammaticalGender gende... method ToWords (line 229) | public static string ToWords(this long number, WordForm wordForm, Gram... FILE: src/Humanizer/OnNoMatch.cs type OnNoMatch (line 6) | public enum OnNoMatch FILE: src/Humanizer/OrdinalizeExtensions.cs class OrdinalizeExtensions (line 6) | public static class OrdinalizeExtensions method Ordinalize (line 12) | public static string Ordinalize(this string numberString) => method Ordinalize (line 28) | public static string Ordinalize(this string numberString, WordForm wor... method Ordinalize (line 36) | public static string Ordinalize(this string numberString, CultureInfo ... method Ordinalize (line 53) | public static string Ordinalize(this string numberString, CultureInfo ... method Ordinalize (line 64) | public static string Ordinalize(this string numberString, GrammaticalG... method Ordinalize (line 83) | public static string Ordinalize(this string numberString, GrammaticalG... method Ordinalize (line 95) | public static string Ordinalize(this string numberString, GrammaticalG... method Ordinalize (line 115) | public static string Ordinalize(this string numberString, GrammaticalG... method Ordinalize (line 122) | public static string Ordinalize(this int number) => method Ordinalize (line 138) | public static string Ordinalize(this int number, WordForm wordForm) => method Ordinalize (line 146) | public static string Ordinalize(this int number, CultureInfo culture) => method Ordinalize (line 163) | public static string Ordinalize(this int number, CultureInfo culture, ... method Ordinalize (line 174) | public static string Ordinalize(this int number, GrammaticalGender gen... method Ordinalize (line 193) | public static string Ordinalize(this int number, GrammaticalGender gen... method Ordinalize (line 205) | public static string Ordinalize(this int number, GrammaticalGender gen... method Ordinalize (line 225) | public static string Ordinalize(this int number, GrammaticalGender gen... FILE: src/Humanizer/Plurality.cs type Plurality (line 6) | public enum Plurality FILE: src/Humanizer/PolyfillShims.cs class PolyfillShims (line 10) | static class PolyfillShims method extension (line 14) | extension(ArgumentNullException) method extension (line 23) | extension(ArgumentOutOfRangeException) method IsFinite (line 41) | public static bool IsFinite(double x) method IsIntegral (line 47) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsInfinityFast (line 58) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method IsNaNFast (line 65) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: src/Humanizer/PolyfillShims2.cs class IntrinsicAttribute (line 5) | [AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | Attri... FILE: src/Humanizer/RomanNumeralExtensions.cs class RomanNumeralExtensions (line 10) | public static partial class RomanNumeralExtensions method GetRomanNumeralCharValue (line 29) | static int GetRomanNumeralCharValue(char c) method ValidRomanNumeralGenerated (line 47) | [GeneratedRegex(ValidRomanNumeralPattern, RegexOptions.ExplicitCapture... method ValidRomanNumeral (line 50) | private static Regex ValidRomanNumeral() => ValidRomanNumeralGenerated(); method ValidRomanNumeral (line 56) | private static Regex ValidRomanNumeral() => ValidRomanNumeralRegex; method FromRoman (line 83) | public static int FromRoman(this string input) method FromRoman (line 111) | public static int FromRoman(CharSpan input) method ToRoman (line 168) | public static string ToRoman(this int input) method IsInvalidRomanNumeral (line 195) | static bool IsInvalidRomanNumeral(CharSpan input) => FILE: src/Humanizer/StringDehumanizeExtensions.cs class StringDehumanizeExtensions (line 6) | public static class StringDehumanizeExtensions method Dehumanize (line 32) | public static string Dehumanize(this string input) FILE: src/Humanizer/StringHumanizeExtensions.cs class StringHumanizeExtensions (line 8) | public static partial class StringHumanizeExtensions method PascalCaseWordPartsRegexGenerated (line 14) | [GeneratedRegex(PascalCaseWordPartsPattern, RegexOptions.IgnorePattern... method PascalCaseWordPartsRegex (line 17) | private static Regex PascalCaseWordPartsRegex() => PascalCaseWordParts... method FreestandingSpacingCharRegexGenerated (line 19) | [GeneratedRegex(FreestandingSpacingCharPattern)] method FreestandingSpacingCharRegex (line 22) | private static Regex FreestandingSpacingCharRegex() => FreestandingSpa... method PascalCaseWordPartsRegex (line 28) | private static Regex PascalCaseWordPartsRegex() => PascalCaseWordParts... method FreestandingSpacingCharRegex (line 32) | private static Regex FreestandingSpacingCharRegex() => FreestandingSpa... method FromUnderscoreDashSeparatedWords (line 35) | static string FromUnderscoreDashSeparatedWords(string input) method FromPascalCase (line 49) | static string FromPascalCase(string input) method Humanize (line 101) | public static string Humanize(this string input) method Humanize (line 142) | public static string Humanize(this string input, LetterCasing casing) => method Concat (line 148) | internal static string Concat(CharSpan left, CharSpan right) => method Concat (line 151) | internal static string Concat(char left, CharSpan right) => method Concat (line 154) | internal static string Concat(CharSpan left, char right) => method Concat (line 157) | internal static unsafe string Concat(CharSpan left, CharSpan right) method Concat (line 168) | internal static unsafe string Concat(char left, CharSpan right) => method Concat (line 171) | internal static unsafe string Concat(CharSpan left, char right) => FILE: src/Humanizer/TimeOnlyToClockNotationExtensions.cs class TimeOnlyToClockNotationExtensions (line 8) | public static class TimeOnlyToClockNotationExtensions method ToClockNotation (line 38) | public static string ToClockNotation(this TimeOnly input, ClockNotatio... FILE: src/Humanizer/TimeSpanHumanizeExtensions.cs class TimeSpanHumanizeExtensions (line 6) | public static class TimeSpanHumanizeExtensions method Humanize (line 23) | public static string Humanize(this TimeSpan timeSpan, int precision = ... method Humanize (line 36) | public static string Humanize(this TimeSpan timeSpan, int precision, b... method ToAge (line 52) | public static string ToAge(this TimeSpan timeSpan, CultureInfo? cultur... method CreateTheTimePartsWithUpperAndLowerLimits (line 68) | static List CreateTheTimePartsWithUpperAndLowerLimits(TimeSpa... method GetTimeUnitPart (line 96) | static string? GetTimeUnitPart(TimeUnit timeUnitToGet, TimeSpan timesp... method GetTimeUnitNumericalValue (line 107) | static int GetTimeUnitNumericalValue(TimeUnit timeUnitToGet, TimeSpan ... method GetSpecialCaseMonthAsInteger (line 124) | static int GetSpecialCaseMonthAsInteger(TimeSpan timespan, bool isTime... method GetSpecialCaseYearAsInteger (line 135) | static int GetSpecialCaseYearAsInteger(TimeSpan timespan) => method GetSpecialCaseWeeksAsInteger (line 138) | static int GetSpecialCaseWeeksAsInteger(TimeSpan timespan, bool isTime... method GetSpecialCaseDaysAsInteger (line 148) | static int GetSpecialCaseDaysAsInteger(TimeSpan timespan, TimeUnit max... method GetNormalCaseTimeAsInteger (line 164) | static int GetNormalCaseTimeAsInteger(int timeNumberOfUnits, double to... method BuildFormatTimePart (line 182) | static string? BuildFormatTimePart(IFormatter cultureFormatter, TimeUn... method CreateTimePartsWithNoTimeValue (line 188) | static List CreateTimePartsWithNoTimeValue(string noTimeValue... method IsContainingOnlyNullValue (line 191) | static bool IsContainingOnlyNullValue(IEnumerable timeParts) => method SetPrecisionOfTimeSpan (line 194) | static List SetPrecisionOfTimeSpan(IEnumerable timeP... method ConcatenateTimeSpanParts (line 210) | static string ConcatenateTimeSpanParts(IEnumerable timeSpanPa... FILE: src/Humanizer/TimeUnitToSymbolExtensions.cs class TimeUnitToSymbolExtensions (line 6) | public static class TimeUnitToSymbolExtensions method ToSymbol (line 13) | public static string ToSymbol(this TimeUnit unit, CultureInfo? culture... FILE: src/Humanizer/ToQuantityExtensions.cs type ShowQuantityAs (line 7) | public enum ShowQuantityAs class ToQuantityExtensions (line 30) | public static class ToQuantityExtensions method ToQuantity (line 45) | public static string ToQuantity(this string input, int quantity, ShowQ... method ToQuantity (line 60) | public static string ToQuantity(this string input, int quantity, strin... method ToQuantity (line 76) | public static string ToQuantity(this string input, long quantity, Show... method ToQuantity (line 91) | public static string ToQuantity(this string input, long quantity, stri... method ToQuantity (line 94) | static string ToQuantity(this string input, long quantity, ShowQuantit... method ToQuantity (line 128) | public static string ToQuantity(this string input, double quantity, st... method ToQuantity (line 151) | public static string ToQuantity(this string input, double quantity) => method ConcatWithSpace (line 154) | static string ConcatWithSpace(string left, string right) FILE: src/Humanizer/Transformer/ICulturedStringTransformer.cs type ICulturedStringTransformer (line 6) | public interface ICulturedStringTransformer : IStringTransformer method Transform (line 12) | string Transform(string input, CultureInfo culture); FILE: src/Humanizer/Transformer/IStringTransformer.cs type IStringTransformer (line 6) | public interface IStringTransformer method Transform (line 12) | string Transform(string input); FILE: src/Humanizer/Transformer/To.cs class To (line 6) | public static class To method Transform (line 11) | public static string Transform(this string input, params IStringTransf... method Transform (line 17) | public static string Transform(this string input, CultureInfo culture,... FILE: src/Humanizer/Transformer/ToLowerCase.cs class ToLowerCase (line 3) | class ToLowerCase : ICulturedStringTransformer method Transform (line 5) | public string Transform(string input) => method Transform (line 8) | public string Transform(string input, CultureInfo culture) FILE: src/Humanizer/Transformer/ToSentenceCase.cs class ToSentenceCase (line 3) | class ToSentenceCase : ICulturedStringTransformer method Transform (line 5) | public string Transform(string input) => method Transform (line 8) | public string Transform(string input, CultureInfo culture) FILE: src/Humanizer/Transformer/ToTitleCase.cs class ToTitleCase (line 3) | partial class ToTitleCase : ICulturedStringTransformer method Transform (line 5) | public string Transform(string input) => method WordRegexGenerated (line 11) | [GeneratedRegex(WordPattern)] method WordRegex (line 14) | private static Regex WordRegex() => WordRegexGenerated(); method WordRegex (line 18) | private static Regex WordRegex() => WordRegexDefinition; method Transform (line 21) | public string Transform(string input, CultureInfo culture) method Overwrite (line 42) | static void Overwrite(StringBuilder builder, int index, string replace... method AllCapitals (line 51) | static bool AllCapitals(string input) method IsArticleOrConjunctionOrPreposition (line 64) | private static bool IsArticleOrConjunctionOrPreposition(string word) => FILE: src/Humanizer/Transformer/ToUpperCase.cs class ToUpperCase (line 3) | class ToUpperCase : ICulturedStringTransformer method Transform (line 5) | public string Transform(string input) => method Transform (line 8) | public string Transform(string input, CultureInfo culture) FILE: src/Humanizer/TruncateExtensions.cs class TruncateExtensions (line 6) | public static class TruncateExtensions method Truncate (line 28) | [return: NotNullIfNotNull(nameof(input))] method Truncate (line 55) | [return: NotNullIfNotNull(nameof(input))] method Truncate (line 82) | [return: NotNullIfNotNull(nameof(input))] method Truncate (line 116) | [return: NotNullIfNotNull(nameof(input))] FILE: src/Humanizer/TruncateFrom.cs type TruncateFrom (line 6) | public enum TruncateFrom FILE: src/Humanizer/Truncation/DynamicLengthAndPreserveWordsTruncator.cs class DynamicLengthAndPreserveWordsTruncator (line 10) | class DynamicLengthAndPreserveWordsTruncator : ITruncator method Truncate (line 12) | [return: NotNullIfNotNull(nameof(value))] method TruncateFromLeft (line 48) | static string TruncateFromLeft(string value, int length, string trunca... method TruncateFromRight (line 83) | static string TruncateFromRight(string value, int length, string trunc... FILE: src/Humanizer/Truncation/DynamicNumberOfCharactersAndPreserveWordTruncator.cs class DynamicNumberOfCharactersAndPreserveWordsTruncator (line 11) | public class DynamicNumberOfCharactersAndPreserveWordsTruncator : ITrunc... method Truncate (line 13) | [return: NotNullIfNotNull(nameof(value))] method TruncateRight (line 46) | static string TruncateRight(string value, int totalLength, string deli... method TruncateLeft (line 135) | static string TruncateLeft(string value, int totalLength, string delim... FILE: src/Humanizer/Truncation/FixedLengthTruncator.cs class FixedLengthTruncator (line 6) | class FixedLengthTruncator : ITruncator method Truncate (line 8) | [return: NotNullIfNotNull(nameof(value))] FILE: src/Humanizer/Truncation/FixedNumberOfCharactersTruncator.cs class FixedNumberOfCharactersTruncator (line 6) | class FixedNumberOfCharactersTruncator : ITruncator method Truncate (line 8) | [return: NotNullIfNotNull(nameof(value))] FILE: src/Humanizer/Truncation/FixedNumberOfWordsTruncator.cs class FixedNumberOfWordsTruncator (line 6) | class FixedNumberOfWordsTruncator : ITruncator method Truncate (line 8) | [return: NotNullIfNotNull(nameof(value))] method TruncateFromRight (line 47) | static string TruncateFromRight(string value, int length, string? trun... method TruncateFromLeft (line 75) | static string TruncateFromLeft(string value, int length, string? trunc... FILE: src/Humanizer/Truncation/ITruncator.cs type ITruncator (line 6) | public interface ITruncator method Truncate (line 16) | [return: NotNullIfNotNull(nameof(value))] FILE: src/Humanizer/Truncation/Truncator.cs class Truncator (line 6) | public static class Truncator FILE: src/Humanizer/TupleizeExtensions.cs class TupleizeExtensions (line 9) | public static class TupleizeExtensions method Tupleize (line 46) | public static string Tupleize(this int input) => FILE: src/Humanizer/WordForm.cs type WordForm (line 6) | public enum WordForm FILE: src/Humanizer/WordsToNumberExtension.cs class WordsToNumberExtension (line 6) | public static class WordsToNumberExtension method ToNumber (line 41) | public static int ToNumber(this string words, CultureInfo culture) method TryToNumber (line 74) | public static bool TryToNumber(this string words, out int parsedNumber... method TryToNumber (line 114) | public static bool TryToNumber(this string words, out int parsedNumber... FILE: tests/Humanizer.Analyzers.Tests/AnalyzerAssemblyCompatibilityTests.cs class AnalyzerAssemblyCompatibilityTests (line 9) | public class AnalyzerAssemblyCompatibilityTests method ShouldReferenceCompatibleSystemMemoryVersion (line 11) | [Fact] method ShouldReferenceCompatibleSystemCollectionsImmutableVersion (line 23) | [Fact] method GetAssemblyReferences (line 35) | private static AssemblyName[] GetAssemblyReferences() => FILE: tests/Humanizer.Analyzers.Tests/NamespaceMigrationAnalyzerTests.cs class NamespaceMigrationAnalyzerTests (line 8) | public class NamespaceMigrationAnalyzerTests method EmptyCode_NoDiagnostic (line 10) | [Fact] method UsingHumanizer_NoDiagnostic (line 17) | [Fact] method UsingHumanizerBytes_Diagnostic (line 28) | [Fact] method UsingHumanizerLocalisation_Diagnostic (line 42) | [Fact] method UsingHumanizerLocalisationFormatters_Diagnostic (line 56) | [Fact] method UsingHumanizerConfiguration_Diagnostic (line 70) | [Fact] method UsingHumanizerInflections_Diagnostic (line 84) | [Fact] method MultipleOldUsings_MultipleDiagnostics (line 98) | [Fact] method QualifiedNameUsage_Diagnostic (line 120) | [Fact] FILE: tests/Humanizer.Analyzers.Tests/NamespaceMigrationCodeFixTests.cs class NamespaceMigrationCodeFixTests (line 8) | public class NamespaceMigrationCodeFixTests method FixUsingHumanizerBytes (line 10) | [Fact] method FixUsingHumanizerLocalisation (line 32) | [Fact] method FixUsingHumanizerConfiguration (line 54) | [Fact] method FixUsingHumanizerLocalisationFormatters (line 78) | [Fact] method FixUsingHumanizerInflections (line 100) | [Fact] method FixQualifiedNameUsage (line 122) | [Fact] FILE: tests/Humanizer.Analyzers.Tests/Verifiers.cs class CSharpCodeFixVerifier (line 8) | public static class CSharpCodeFixVerifier method Diagnostic (line 12) | public static DiagnosticResult Diagnostic(string diagnosticId) method VerifyAnalyzerAsync (line 15) | public static async Task VerifyAnalyzerAsync(string source, params Dia... method VerifyCodeFixAsync (line 28) | public static async Task VerifyCodeFixAsync(string source, string fixe... method VerifyCodeFixAsync (line 33) | public static async Task VerifyCodeFixAsync(string source, DiagnosticR... method VerifyCodeFixAsync (line 38) | public static async Task VerifyCodeFixAsync(string source, DiagnosticR... FILE: tests/Humanizer.Tests/ApiApprover/PublicApiApprovalTest.cs class PublicApiApprovalTest (line 3) | public class PublicApiApprovalTest method Approve_Public_Api (line 5) | [Fact] FILE: tests/Humanizer.Tests/ArticlePrefixSortTests.cs class ArticlePrefixSortTests (line 1) | public class ArticlePrefixSortTests method SortStringArrayIgnoringArticlePrefixes (line 3) | [Theory] method An_Empty_String_Array_Throws_ArgumentOutOfRangeException (line 12) | [Fact] FILE: tests/Humanizer.Tests/BitFieldEnumHumanizeTests.cs class BitFieldEnumHumanizeTests (line 1) | [UseCulture("en")] method CanHumanizeSingleWordDescriptionAttribute (line 4) | [Fact] method CanHumanizeMultipleWordDescriptionAttribute (line 8) | [Fact] method CanHumanizeMultipleValueBitFieldEnum (line 12) | [Fact] method CanHumanizeShortSingleWordDescriptionAttribute (line 19) | [Fact] method CanHumanizeShortMultipleWordDescriptionAttribute (line 23) | [Fact] method CanHumanizeShortMultipleValueBitFieldEnum (line 27) | [Fact] method CanHumanizeBitFieldEnumWithZeroValue (line 34) | [Fact] FILE: tests/Humanizer.Tests/BitFieldEnumUnderTest.cs type BitFieldEnumUnderTest (line 3) | [Flags] type ShortBitFieldEnumUnderTest (line 14) | [Flags] class BitFlagEnumTestsResources (line 23) | public class BitFlagEnumTestsResources FILE: tests/Humanizer.Tests/Bytes/ArithmeticTests.cs class ArithmeticTests (line 1) | public class ArithmeticTests method Add (line 3) | [Fact] method AddBits (line 13) | [Fact] method AddBytes (line 24) | [Fact] method AddKilobytes (line 35) | [Fact] method AddMegabytes (line 47) | [Fact] method AddGigabytes (line 60) | [Fact] method AddTerabytes (line 74) | [Fact] method Subtract (line 89) | [Fact] method IncrementOperator (line 100) | [Fact] method NegativeOperator (line 110) | [Fact] method DecrementOperator (line 121) | [Fact] method PlusOperator (line 131) | [Fact] method MinusOperator (line 142) | [Fact] FILE: tests/Humanizer.Tests/Bytes/ByteRateTests.cs class ByteRateTests (line 1) | [UseCulture("en")] method HumanizesRates (line 4) | [Theory] method TimeUnitTests (line 23) | [Theory] method FormattedTimeUnitTests (line 44) | [Theory] method ThrowsOnUnsupportedData (line 57) | [Theory] FILE: tests/Humanizer.Tests/Bytes/ByteSizeExtensionsTests.cs class ByteSizeExtensionsTests (line 1) | [UseCulture("en")] method ByteTerabytes (line 4) | [Fact] method SbyteTerabytes (line 11) | [Fact] method ShortTerabytes (line 18) | [Fact] method UshortTerabytes (line 25) | [Fact] method IntTerabytes (line 32) | [Fact] method UintTerabytes (line 39) | [Fact] method DoubleTerabytes (line 46) | [Fact] method LongTerabytes (line 53) | [Fact] method HumanizesTerabytes (line 60) | [Theory] method ByteGigabytes (line 75) | [Fact] method SbyteGigabytes (line 82) | [Fact] method ShortGigabytes (line 89) | [Fact] method UshortGigabytes (line 96) | [Fact] method IntGigabytes (line 103) | [Fact] method UintGigabytes (line 110) | [Fact] method DoubleGigabytes (line 117) | [Fact] method LongGigabytes (line 124) | [Fact] method HumanizesGigabytes (line 131) | [Theory] method ByteMegabytes (line 147) | [Fact] method SbyteMegabytes (line 154) | [Fact] method ShortMegabytes (line 161) | [Fact] method UshortMegabytes (line 168) | [Fact] method IntMegabytes (line 175) | [Fact] method UintMegabytes (line 182) | [Fact] method DoubleMegabytes (line 189) | [Fact] method LongMegabytes (line 196) | [Fact] method HumanizesMegabytes (line 203) | [Theory] method ByteKilobytes (line 219) | [Fact] method SbyteKilobytes (line 226) | [Fact] method ShortKilobytes (line 233) | [Fact] method UshortKilobytes (line 240) | [Fact] method IntKilobytes (line 247) | [Fact] method UintKilobytes (line 254) | [Fact] method DoubleKilobytes (line 261) | [Fact] method LongKilobytes (line 268) | [Fact] method HumanizesKilobytes (line 275) | [Theory] method ByteBytes (line 291) | [Fact] method SbyteBytes (line 298) | [Fact] method ShortBytes (line 305) | [Fact] method UshortBytes (line 312) | [Fact] method IntBytes (line 319) | [Fact] method UintBytes (line 326) | [Fact] method DoubleBytes (line 333) | [Fact] method LongBytes (line 340) | [Fact] method HumanizesBytes (line 347) | [Theory] method ByteBits (line 368) | [Fact] method SbyteBits (line 375) | [Fact] method ShortBits (line 382) | [Fact] method UshortBits (line 389) | [Fact] method IntBits (line 396) | [Fact] method UintBits (line 403) | [Fact] method LongBits (line 410) | [Fact] method HumanizesBits (line 417) | [Theory] FILE: tests/Humanizer.Tests/Bytes/ComparingTests.cs class ComparingTests (line 1) | public class ComparingTests method CompareStrongTyped (line 3) | [Theory] method CompareUntyped (line 16) | [Theory] method SortList (line 29) | [Theory] FILE: tests/Humanizer.Tests/Bytes/CreatingTests.cs class CreatingTests (line 23) | public class CreatingTests method Constructor (line 25) | [Fact] method FromBits (line 38) | [Fact] method FromBytes (line 47) | [Fact] method FromKilobytes (line 56) | [Fact] method FromMegabytes (line 65) | [Fact] method FromGigabytes (line 74) | [Fact] method FromTerabytes (line 83) | [Fact] FILE: tests/Humanizer.Tests/Bytes/ParsingTests.cs class ParsingTests (line 23) | [UseCulture("en")] method Parse (line 26) | [Fact] method TryParseReturnsFalseOnNullOrEmpty (line 30) | [Fact] method TryParse (line 47) | [Fact] method TryParseWithCultureInfo (line 59) | [Theory] method TryParseWithNumberFormatInfo (line 82) | [Fact] method TryParseWithArabicCulture (line 103) | [Fact] method ParseDecimalMegabytes (line 118) | [Fact] method TryParseReturnsFalseOnBadValue (line 122) | [Theory] method TryParseWorksWithLotsOfSpaces (line 145) | [Fact] method ParseThrowsOnNull (line 149) | [Fact] method ParseBits (line 153) | [Fact] method ParseBytes (line 157) | [Fact] method ParseKilobytes (line 161) | [Fact] method ParseMegabytes (line 165) | [Fact] method ParseGigabytes (line 169) | [Fact] method ParseTerabytes (line 173) | [Fact] FILE: tests/Humanizer.Tests/Bytes/ToFullWordsTests.cs class ToFullWordsTests (line 23) | [UseCulture("en")] method ReturnsSingularBit (line 26) | [Fact] method ReturnsPluralBits (line 30) | [Fact] method ReturnsSingularByte (line 34) | [Fact] method ReturnsPluralBytes (line 38) | [Fact] method ReturnsSingularKiloByte (line 42) | [Fact] method ReturnsPluralKilobytes (line 46) | [Fact] method ReturnsSingularMegabyte (line 50) | [Fact] method ReturnsPluralMegabytes (line 54) | [Fact] method ReturnsSingularGigabyte (line 58) | [Fact] method ReturnsPluralGigabytes (line 62) | [Fact] method ReturnsSingularTerabyte (line 66) | [Fact] method ReturnsPluralTerabytes (line 70) | [Fact] method ToFullWordsFormatted (line 74) | [Theory] FILE: tests/Humanizer.Tests/Bytes/ToStringTests.cs class ToStringTests (line 23) | [UseCulture("en")] method ReturnsLargestMetricSuffix (line 26) | [Fact] method ReturnsDefaultNumberFormat (line 30) | [Fact] method ReturnsProvidedNumberFormat (line 37) | [Fact] method ReturnsBits (line 41) | [Fact] method ReturnsBytes (line 45) | [Fact] method ReturnsKilobytes (line 49) | [Fact] method ReturnsMegabytes (line 53) | [Fact] method ReturnsGigabytes (line 57) | [Fact] method ReturnsTerabytes (line 61) | [Fact] method ReturnsSelectedFormat (line 65) | [Fact] method ReturnsLargestMetricPrefixLargerThanZero (line 69) | [Fact] method ReturnsLargestMetricPrefixLargerThanZeroForNegativeValues (line 73) | [Fact] method ReturnsBytesViaGeneralFormat (line 77) | [Fact] FILE: tests/Humanizer.Tests/CasingTests.cs class CasingTests (line 1) | public class CasingTests method ApplyCaseTitle (line 3) | [Theory] method ApplyCaseLower (line 12) | [Theory] method ApplyCaseSentence (line 20) | [Theory] method ApplyCaseAllCaps (line 27) | [Theory] FILE: tests/Humanizer.Tests/CollectionHumanizeTests.cs class SomeClass (line 1) | public class SomeClass method ToString (line 5) | public override string ToString() => class CollectionHumanizeTests (line 9) | [UseCulture("en")] method HumanizeReturnsOnlyNameWhenCollectionContainsOneItem (line 12) | [Fact] method HumanizeUsesSeparatorWhenMoreThanOneItemIsInCollection (line 20) | [Fact] method HumanizeDefaultsSeparatorToAnd (line 32) | [Fact] method HumanizeUsesOxfordComma (line 44) | [Fact] method HumanizeDefaultsToToString (line 64) | [Fact] method HumanizeUsesStringDisplayFormatter (line 68) | [Fact] method HumanizeUsesObjectDisplayFormatter (line 75) | [Fact] method HumanizeUsesStringDisplayFormatterWhenSeparatorIsProvided (line 82) | [Fact] method HumanizeUsesObjectDisplayFormatterWhenSeparatorIsProvided (line 89) | [Fact] method HumanizeHandlesNullItemsWithoutAnException (line 96) | [Fact] method HumanizeHandlesNullStringDisplayFormatterReturnsWithoutAnException (line 100) | [Fact] method HumanizeHandlesNullObjectDisplayFormatterReturnsWithoutAnException (line 104) | [Fact] method HumanizeRunsStringDisplayFormatterOnNulls (line 108) | [Fact] method HumanizeRunsObjectDisplayFormatterOnNulls (line 112) | [Fact] method HumanizeRemovesEmptyItemsByDefault (line 116) | [Fact] method HumanizeTrimsItemsByDefault (line 120) | [Fact] FILE: tests/Humanizer.Tests/DateHumanize.cs class DateHumanize (line 2) | public class DateHumanize method VerifyWithCurrentDate (line 6) | static void VerifyWithCurrentDate(string expectedString, TimeSpan delt... method VerifyWithDateInjection (line 15) | static void VerifyWithDateInjection(string expectedString, TimeSpan de... method VerifyWithDate (line 23) | static void VerifyWithDate(string expectedString, TimeSpan deltaFromBa... method Verify (line 41) | public static void Verify(string expectedString, int unit, TimeUnit ti... FILE: tests/Humanizer.Tests/DateHumanizeDefaultStrategyTests.cs class DateHumanizeDefaultStrategyTests (line 1) | [UseCulture("en-US")] method SecondsAgo (line 4) | [Theory] method SecondsFromNow (line 12) | [Theory] method MinutesAgo (line 20) | [Theory] method MinutesFromNow (line 32) | [Theory] method HoursAgo (line 42) | [Theory] method HoursFromNow (line 50) | [Theory] method HoursFromNowNotTomorrow (line 58) | [Theory] method DaysAgo (line 70) | [Theory] method DaysFromNow (line 78) | [Theory] method MonthsAgo (line 86) | [Theory] method MonthsFromNow (line 94) | [Theory] method YearsAgo (line 102) | [Theory] method YearsFromNow (line 108) | [Theory] method Now (line 114) | [Fact] method Never (line 118) | [Fact] method Nullable_ExpectSame (line 125) | [Fact] method CanSpecifyCultureExplicitly (line 133) | [Theory] FILE: tests/Humanizer.Tests/DateOnlyHumanizeTests.cs class DateOnlyHumanizeTests (line 3) | [UseCulture("en-US")] method DefaultStrategy_SameDate (line 6) | [Fact] method DefaultStrategy_MonthApart (line 20) | [Fact] method DefaultStrategy_DaysAgo (line 34) | [Fact] method DefaultStrategy_YearsAgo (line 48) | [Fact] method PrecisionStrategy_NextDay (line 63) | [Fact] method Never (line 77) | [Fact] method Nullable_ExpectSame (line 84) | [Fact] FILE: tests/Humanizer.Tests/DateTimeHumanizePrecisionStrategyTests.cs class DateTimeHumanizePrecisionStrategyTests (line 1) | [UseCulture("en-US")] method MillisecondsAgo (line 6) | [Theory] method MillisecondsFromNow (line 16) | [Theory] method SecondsAgo (line 26) | [Theory] method SecondsFromNow (line 38) | [Theory] method MinutesAgo (line 50) | [Theory] method MinutesFromNow (line 62) | [Theory] method HoursAgo (line 74) | [Theory] method HoursFromNow (line 87) | [Theory] method DaysAgo (line 99) | [Theory] method DaysFromNow (line 111) | [Theory] method MonthsAgo (line 123) | [Theory] method MonthsFromNow (line 134) | [Theory] method YearsAgo (line 145) | [Theory] method YearsFromNow (line 151) | [Theory] FILE: tests/Humanizer.Tests/DateTimeOffsetHumanizeTests.cs class DateTimeOffsetHumanizeTests (line 1) | [UseCulture("en-US")] method DefaultStrategy_SameOffset (line 4) | [Fact] method DefaultStrategy_DifferentOffsets (line 18) | [Fact] method PrecisionStrategy_SameOffset (line 32) | [Fact] method PrecisionStrategy_DifferentOffsets (line 46) | [Fact] method Never (line 60) | [Fact] method Nullable_ExpectSame (line 67) | [Fact] FILE: tests/Humanizer.Tests/EnumHumanizeTests.cs class EnumHumanizeTests (line 3) | public class EnumHumanizeTests method HonorsDescriptionAttribute (line 5) | [Fact] method HonorsDescriptionAttributeSubclasses (line 9) | [Fact] method HonorsAnyAttributeWithDescriptionStringProperty (line 13) | [Fact] method OnlyStringDescriptionsApply (line 17) | [Fact] method CanHumanizeMembersWithoutDescriptionAttribute (line 21) | [Fact] method CanApplyTitleCasingOnEnumHumanization (line 25) | [Fact] method CanApplyLowerCaseCasingOnEnumHumanization (line 31) | [Fact] method AllCapitalMembersAreReturnedAsIs (line 37) | [Fact] method HonorsDisplayAttribute (line 41) | [Fact] method HandlesDisplayAttributeWithNoDescription (line 45) | [Fact] method HonorsLocalizedDisplayAttribute (line 49) | [Fact] method HumanizeCustomPropertyAttributeWithLocator (line 53) | [Fact] method HumanizeMembersWithoutDescriptionAttributeWithLocator (line 68) | [Fact] method DehumanizeThrowsForEnumNoMatch (line 83) | [Fact] method DehumanizeCanReturnNullForEnumNoMatch (line 92) | [Fact] method DehumanizeDescriptionAttribute (line 98) | [Fact] method DehumanizeDescriptionAttributeSubclasses (line 107) | [Fact] method DehumanizeAnyAttributeWithDescriptionStringProperty (line 117) | [Fact] method DehumanizeMembersWithoutDescriptionAttribute (line 126) | [Fact] method DehumanizeIsCaseInsensitive (line 135) | [Theory] method DehumanizeAllCapitalMembersAreReturnedAsIs (line 147) | [Fact] method DehumanizeDisplayAttribute (line 156) | [Fact] method DehumanizeLocalizedDisplayAttribute (line 165) | [Fact] type DummyEnum (line 174) | enum DummyEnum FILE: tests/Humanizer.Tests/EnumUnderTest.cs type EnumUnderTest (line 4) | public enum EnumUnderTest type EnumForCustomLocator (line 26) | public enum EnumForCustomLocator class EnumTestsResources (line 33) | public class EnumTestsResources class ImposterDescriptionAttribute (line 48) | [AttributeUsage(AttributeTargets.Field)] class CustomDescriptionAttribute (line 55) | [AttributeUsage(AttributeTargets.Field | AttributeTargets.Method)] class DescriptionSubclassAttribute (line 62) | [AttributeUsage(AttributeTargets.Field)] class CustomPropertyAttribute (line 69) | [AttributeUsage(AttributeTargets.Field)] FILE: tests/Humanizer.Tests/FluentDate/InDateTests.cs class InDateTests (line 3) | public class InDateTests method InJanuary (line 5) | [Fact] method InJanuaryOf2009 (line 9) | [Fact] method InFebruary (line 13) | [Fact] method InTheYear (line 17) | [Fact] method InFiveDays (line 21) | [Fact] FILE: tests/Humanizer.Tests/FluentDate/InTests.cs class InTests (line 1) | public class InTests method InJanuary (line 3) | [Fact] method InJanuaryOf2009 (line 7) | [Fact] method InFebruary (line 11) | [Fact] method InFebruaryOf2009 (line 15) | [Fact] method InMarch (line 19) | [Fact] method InMarchOf2009 (line 23) | [Fact] method InApril (line 27) | [Fact] method InAprilOf2009 (line 31) | [Fact] method InMay (line 35) | [Fact] method InMayOf2009 (line 39) | [Fact] method InJune (line 43) | [Fact] method InJuneOf2009 (line 47) | [Fact] method InJuly (line 51) | [Fact] method InJulyOf2009 (line 55) | [Fact] method InAugust (line 59) | [Fact] method InAugustOf2009 (line 63) | [Fact] method InSeptember (line 67) | [Fact] method InSeptemberOf2009 (line 71) | [Fact] method InOctober (line 75) | [Fact] method InOctoberOfIn2009 (line 79) | [Fact] method InNovember (line 83) | [Fact] method InNovemberOf2009 (line 87) | [Fact] method InDecember (line 91) | [Fact] method InDecemberOf2009 (line 95) | [Fact] method InTheYear (line 99) | [Fact] method InFiveDays (line 103) | [Fact] FILE: tests/Humanizer.Tests/FluentDate/OnDateTests.cs class OnDateTests (line 3) | public class OnDateTests method OnJanuaryThe23rd (line 5) | [Fact] method OnDecemberThe4th (line 9) | [Fact] method OnFebruaryThe (line 13) | [Fact] FILE: tests/Humanizer.Tests/FluentDate/OnTests.cs class OnTests (line 1) | public class OnTests method OnJanuaryThe23rd (line 3) | [Fact] method OnDecemberThe4th (line 7) | [Fact] method OnFebruaryThe (line 11) | [Fact] FILE: tests/Humanizer.Tests/FluentDate/PrepositionTests.cs class PrepositionTests (line 1) | public class PrepositionTests method AtMidnight (line 3) | [Fact] method AtNoon (line 11) | [Fact] method InYear (line 19) | [Fact] FILE: tests/Humanizer.Tests/HeadingTests.cs class HeadingTests (line 1) | [UseCulture("en-US")] method ToHeadingAbbreviated (line 4) | [InlineData(0, "N")] method ToHeading (line 58) | [InlineData(0, "north")] method FromShortHeading (line 80) | [InlineData("N", 0)] method ToHeadingArrow (line 100) | [InlineData(0, '↑')] method FromHeadingArrow (line 154) | [InlineData('↑', 0)] method FromHeadingArrow_Also_Works_With_Strings (line 167) | [InlineData("↑", 0)] method FromShortHeading_CanSpecifyCultureExplicitly (line 181) | [InlineData("NNW", "en-US", 337.5)] FILE: tests/Humanizer.Tests/InflectorTests.cs class InflectorTests (line 26) | public class InflectorTests method Pluralize (line 30) | [Theory] method PluralizeWordsWithUnknownPlurality (line 35) | [Theory] method Singularize (line 43) | [Theory] method SingularizeWordsWithUnknownSingularity (line 48) | [Theory] method SingularizeSkipSimpleWords (line 56) | [Theory] method SingularizeSingleLetter (line 63) | [Theory] method Titleize (line 75) | [Theory] method TitleizeShouldPreserveUnrecognizedCharacters (line 86) | [Theory] method Dasherize (line 94) | [InlineData("some_title", "some-title")] method Hyphenate (line 102) | [InlineData("some_title", "some-title")] method Pascalize (line 110) | [Theory] method Camelize (line 128) | [Theory] method Underscore (line 144) | [Theory] method Kebaberize (line 156) | [Theory] class PluralTestSource (line 166) | class PluralTestSource : IEnumerable method GetEnumerator (line 168) | public IEnumerator GetEnumerator() method GetEnumerator (line 409) | IEnumerator IEnumerable.GetEnumerator() => FILE: tests/Humanizer.Tests/Localisation/DefaultFormatterTests.cs class DefaultFormatterTests (line 3) | public class DefaultFormatterTests method HandlesNotImplementedCollectionFormattersGracefully (line 5) | [Fact] FILE: tests/Humanizer.Tests/Localisation/ResourcesTests.cs class ResourcesTests (line 3) | public class ResourcesTests method CanGetCultureSpecificTranslationsWithImplicitCulture (line 5) | [Fact] method CanGetCultureSpecificTranslationsWithExplicitCulture (line 13) | [Fact] FILE: tests/Humanizer.Tests/Localisation/af/DateHumanizeTests.cs class DateHumanizeTests (line 3) | [UseCulture("af")] method DaysAgo (line 6) | [Theory] method HoursAgo (line 12) | [Theory] method MinutesAgo (line 18) | [Theory] method MonthsAgo (line 25) | [Theory] method SecondsAgo (line 31) | [Theory] method YearsAgo (line 37) | [Theory] method DaysFromNow (line 43) | [Theory] method HoursFromNow (line 49) | [Theory] method MinutesFromNow (line 55) | [Theory] method MonthsFromNow (line 62) | [Theory] method SecondsFromNow (line 68) | [Theory] method YearsFromNow (line 74) | [Theory] method RightNow (line 80) | [Theory] FILE: tests/Humanizer.Tests/Localisation/af/NumberToWordsTests.cs class AfrikaansNumberToWordsTests (line 3) | [UseCulture("af")] method ToWords (line 6) | [InlineData(1, "een")] method ToOrdinalWords (line 38) | [Theory] method ToWords_CanSpecifyCultureExplicitly (line 85) | [Theory] method ToOrdinalWords_CanSpecifyCultureExplicitly (line 92) | [Theory] FILE: tests/Humanizer.Tests/Localisation/af/TimeSpanHumanizeTests.cs class TimeSpanHumanizeTests (line 3) | [UseCulture("af")] method Years (line 6) | [Theory] method Months (line 15) | [Theory] method TwoWeeks (line 24) | [Fact] method OneWeek (line 28) | [Fact] method SixDays (line 32) | [Fact] method TwoDays (line 36) | [Fact] method OneDay (line 40) | [Fact] method TwoHours (line 44) | [Fact] method OneHour (line 48) | [Fact] method TwoMinutes (line 52) | [Fact] method OneMinute (line 56) | [Fact] method TwoSeconds (line 60) | [Fact] method OneSecond (line 64) | [Fact] method TwoMilliseconds (line 68) | [Fact] method OneMillisecond (line 72) | [Fact] method NoTime (line 76) | [Fact] method NoTimeToWords (line 80) | [Fact] FILE: tests/Humanizer.Tests/Localisation/ar/DateHumanizeTests.cs class DateHumanizeTests (line 3) | [UseCulture("ar")] method DaysAgo (line 6) | [Theory] method DaysFromNow (line 14) | [Theory] method HoursAgo (line 22) | [Theory] method HoursFromNow (line 30) | [Theory] method MinutesAgo (line 38) | [Theory] method MinutesFromNow (line 47) | [Theory] method MonthsAgo (line 55) | [Theory] method MonthsFromNow (line 63) | [Theory] method SecondsAgo (line 70) | [Theory] method SecondsFromNow (line 78) | [Theory] method YearsAgo (line 87) | [Theory] method YearsFromNow (line 95) | [Theory] FILE: tests/Humanizer.Tests/Localisation/ar/NumberToWordsTests.cs class NumberToWordsTests (line 3) | [UseCulture("ar")] method ToWordsArabic (line 6) | [Theory] method ToWordsArabicNegative (line 17) | [Theory] method ToWordsArabicLong (line 27) | [Theory] method ToWordsArabicFeminine (line 54) | [Theory] method ToWordsArabicLongFeminine (line 65) | [Theory] method ToWordsWithGender (line 71) | [Theory] method ToOrdinalWords (line 78) | [Theory] method ToOrdinalWordsWithFeminineGender (line 130) | [Theory] FILE: tests/Humanizer.Tests/Localisation/ar/TimeSpanHumanizeTests.cs class TimeSpanHumanizeTests (line 3) | [UseCulture("ar")] method Years (line 6) | [Theory] method Months (line 15) | [Theory] method Weeks (line 24) | [Theory] method Days (line 32) | [Theory] method Hours (line 39) | [Theory] method Minutes (line 47) | [Theory] method Seconds (line 55) | [Theory] method Milliseconds (line 63) | [Theory] method NoTime (line 71) | [Fact] method NoTimeToWords (line 75) | [Fact] FILE: tests/Humanizer.Tests/Localisation/az/DateHumanizeTests.cs class DateHumanizeTests (line 3) | [UseCulture("az")] method SecondsAgo (line 6) | [Theory] method SecondsFromNow (line 12) | [Theory] method MinutesAgo (line 18) | [Theory] method MinutesFromNow (line 25) | [Theory] method HoursAgo (line 31) | [Theory] method HoursFromNow (line 37) | [Theory] method DaysAgo (line 43) | [Theory] method DaysFromNow (line 49) | [Theory] method MonthsAgo (line 55) | [Theory] method MonthsFromNow (line 61) | [Theory] method YearsAgo (line 67) | [Theory] method YearsFromNow (line 73) | [Theory] method Now (line 79) | [Fact] FILE: tests/Humanizer.Tests/Localisation/az/NumberToWordsTests.cs class NumberToWordsTests (line 3) | [UseCulture("az")] method ToWords (line 6) | [Theory] method ToOrdinalWords (line 21) | [Theory] FILE: tests/Humanizer.Tests/Localisation/az/TimeSpanHumanizeTests.cs class TimeSpanHumanizeTests (line 3) | [UseCulture("az")] method Years (line 6) | [Theory] method Months (line 17) | [Theory] method Weeks (line 28) | [Theory] method Days (line 39) | [Theory] method Hours (line 50) | [Theory] method Minutes (line 61) | [Theory] method Seconds (line 72) | [Theory] method Milliseconds (line 83) | [Theory] method NoTime (line 94) | [Fact] method NoTimeToWords (line 102) | [Fact] FILE: tests/Humanizer.Tests/Localisation/bg/DateHumanizeTests.cs class DateHumanizeTests (line 3) | [UseCulture("bg-BG")] method SecondsAgo (line 6) | [Theory] method SecondsFromNow (line 12) | [Theory] method MinutesAgo (line 18) | [Theory] method MinutesFromNow (line 25) | [Theory] method HoursAgo (line 31) | [Theory] method HoursFromNow (line 37) | [Theory] method DaysAgo (line 43) | [Theory] method DaysFromNow (line 49) | [Theory] method MonthsAgo (line 55) | [Theory] method MonthsFromNow (line 61) | [Theory] method YearsAgo (line 67) | [Theory] method YearsFromNow (line 73) | [Theory] method Now (line 79) | [Fact] FILE: tests/Humanizer.Tests/Localisation/bg/NumberToWordsTests.cs class NumberToWordsTests (line 3) | [UseCulture("bg")] method ToWordsBg (line 6) | [Theory] method ToOrdinalWordsMasculine (line 58) | [Theory] method ToOrdinalWordsFeminine (line 104) | [Theory] method ToOrdinalWordsNeuter (line 150) | [Theory] FILE: tests/Humanizer.Tests/Localisation/bg/TimeSpanHumanizeTests.cs class TimeSpanHumanizeTests (line 3) | [UseCulture("bg-BG")] method Years (line 6) | [Theory] method YearsToWords (line 15) | [Theory] method Months (line 25) | [Theory] method MonthsToWords (line 34) | [Theory] method Weeks (line 43) | [Theory] method WeeksToWords (line 49) | [Theory] method Days (line 55) | [Theory] method DaysToWords (line 61) | [Theory] method Hours (line 67) | [Theory] method HoursToWords (line 73) | [Theory] method Minutes (line 79) | [Theory] method MinutesToWords (line 85) | [Theory] method Seconds (line 91) | [Theory] method SecondsToWords (line 97) | [Theory] method Milliseconds (line 103) | [Theory] method MillisecondsToWords (line 109) | [Theory] method NoTime (line 115) | [Fact] method NoTimeToWords (line 120) | [Fact] FILE: tests/Humanizer.Tests/Localisation/bn-BD/DateHumanizeTests.cs class DateHumanizeTests (line 3) | [UseCulture("bn-BD")] method DaysFromNow (line 6) | [Theory] method DaysAgo (line 12) | [Theory] method HoursFromNow (line 18) | [Theory] method HoursAgo (line 24) | [Theory] method MinutesFromNow (line 30) | [Theory] method MinutesAgo (line 36) | [Theory] method MonthsFromNow (line 42) | [Theory] method MonthsAgo (line 48) | [Theory] method SecondsFromNow (line 54) | [Theory] method SecondsAgo (line 60) | [Theory] method YearsFromNow (line 66) | [Theory] method YearsAgo (line 72) | [Theory] FILE: tests/Humanizer.Tests/Localisation/bn-BD/NumberToWordsTests.cs class NumberToWordsTests (line 3) | [UseCulture("bn-BD")] method ToWords (line 6) | [InlineData(0, "শূন্য")] method ToOrdinalWords (line 40) | [Theory] FILE: tests/Humanizer.Tests/Localisation/bn-BD/TimeSpanHumanizeTests.cs class TimeSpanHumanizeTests (line 3) | [UseCulture("bn-BD")] method Years (line 6) | [Theory] method Months (line 15) | [Theory] method Weeks (line 24) | [Theory] method Days (line 30) | [Theory] method Hours (line 36) | [Theory] method Minutes (line 42) | [Theory] method Seconds (line 48) | [Theory] method Milliseconds (line 54) | [Theory] method NoTime (line 60) | [Fact] method NoTimeToWords (line 64) | [Fact] FILE: tests/Humanizer.Tests/Localisation/ca/DateHumanizeTests.cs class DateHumanizeTests (line 3) | [UseCulture("ca")] method SecondsAgo (line 6) | [Theory] method SecondsFromNow (line 12) | [Theory] method MinutesAgo (line 18) | [Theory] method MinutesFromNow (line 25) | [Theory] method HoursAgo (line 31) | [Theory] method HoursFromNow (line 37) | [Theory] method DaysAgo (line 43) | [Theory] method DaysFromNow (line 49) | [Theory] method MonthsAgo (line 55) | [Theory] method MonthsFromNow (line 61) | [Theory] method YearsAgo (line 67) | [Theory] method YearsFromNow (line 73) | [Theory] FILE: tests/Humanizer.Tests/Localisation/ca/DateToOrdinalWordsTests.cs class DateToOrdinalWordsTests (line 3) | [UseCulture("ca")] method OrdinalizeString (line 6) | [Fact] method OrdinalizeDateOnlyString (line 16) | [Fact] FILE: tests/Humanizer.Tests/Localisation/ca/NumberToWordsFeminineTest.cs class NumberToWordsFeminineTests (line 3) | [UseCulture("ca")] method ToWords (line 6) | [Theory] FILE: tests/Humanizer.Tests/Localisation/ca/NumberToWordsTests.cs class NumberToWordsTests (line 3) | [UseCulture("ca")] method ToOrdinalWords (line 7) | [Theory] method ToOrdinalWordsWithWordForm (line 122) | [Theory] method ToOrdinalWordsWithWordFormAndGender (line 144) | [Theory] method ToTuple (line 166) | [Theory] method ToWords (line 173) | [Theory] FILE: tests/Humanizer.Tests/Localisation/ca/OrdinalizeTests.cs class OrdinalizeTests (line 3) | [UseCulture("ca")] method OrdinalizeDefaultGender (line 6) | [Theory] method OrdinalizeZeroOrNegativeNumber (line 12) | [Theory] method OrdinalizeWithWordForm (line 18) | [Theory] method OrdinalizeWithWordFormAndGender (line 33) | [Theory] method OrdinalizeString (line 46) | [Theory] method OrdinalizeStringFeminine (line 62) | [Theory] method OrdinalizeNumber (line 79) | [Theory] method OrdinalizeNumberFeminine (line 97) | [Theory] FILE: tests/Humanizer.Tests/Localisation/ca/TimeSpanHumanizeTests.cs class TimeSpanHumanizeTests (line 3) | [UseCulture("ca")] method Years (line 6) | [Theory] method Months (line 15) | [Theory] method TwoWeeks (line 24) | [Fact] method OneWeek (line 28) | [Fact] method SixDays (line 32) | [Fact] method TwoDays (line 36) | [Fact] method OneDay (line 40) | [Fact] method TwoHours (line 44) | [Fact] method OneHour (line 48) | [Fact] method TwoMinutes (line 52) | [Fact] method OneMinute (line 56) | [Fact] method TwoSeconds (line 60) | [Fact] method OneSecond (line 64) | [Fact] method TwoMilliseconds (line 68) | [Fact] method OneMillisecond (line 72) | [Fact] method ComplexTimeSpan (line 76) | [Theory] method NoTime (line 86) | [Fact] method NoTimeToWords (line 91) | [Fact] method AllTimeSpansMustBeUniqueForASequenceOfDays (line 96) | [Fact] method Year (line 111) | [Theory] method Month (line 128) | [Theory] method Weeks (line 147) | [Theory] method Days (line 159) | [Theory] method Hours (line 172) | [Theory] method Minutes (line 183) | [Theory] method Seconds (line 194) | [Theory] method Milliseconds (line 209) | [Theory] method TimeSpanWithMaxTimeUnit (line 224) | [Theory] method TimeSpanWithMinTimeUnit (line 238) | [Theory] method TimeSpanWithPrecision (line 313) | [Theory] method DaysWithPrecision (line 364) | [Theory] method TimeSpanWithMinAndMaxUnits_DoesNotReportExcessiveTime (line 374) | [Theory] method TimeSpanWithPrecisionAndCountingEmptyUnits (line 384) | [Theory] method TimeSpanWithPrecisionAndAlternativeCollectionFormatter (line 428) | [Theory] method TimeSpanWithNumbersConvertedToWords (line 467) | [Theory] FILE: tests/Humanizer.Tests/Localisation/ca/TimeToClockNotationTests.cs class TimeToClockNotationTests (line 5) | [UseCulture("ca")] method ConvertToClockNotationTimeOnlyString (line 8) | [Theory] method ConvertToRoundedClockNotationTimeOnlyString (line 37) | [Theory] FILE: tests/Humanizer.Tests/Localisation/cs/DateHumanizeTests.cs class DateHumanizeTests (line 3) | [UseCulture("cs-CZ")] method SecondsFromNow (line 6) | [Theory] method MinutesFromNow (line 17) | [Theory] method HoursFromNow (line 28) | [Theory] method DayFromNow (line 39) | [Theory] method MonthsFromNow (line 49) | [Theory] method YearsFromNow (line 60) | [Theory] method SecondsAgo (line 71) | [Theory] method MinutesAgo (line 82) | [Theory] method HoursAgo (line 94) | [Theory] method DayAgo (line 105) | [Theory] method MonthsAgo (line 115) | [Theory] method YearsAgo (line 126) | [Theory] FILE: tests/Humanizer.Tests/Localisation/cs/NumberToWordsTests.cs class NumberToWordsTests (line 3) | [UseCulture("cs-CZ")] method ToWordsCzech (line 6) | [Theory] method ToWordsCzechFeminine (line 61) | [Theory] method ToWordsCzechNeuter (line 116) | [Theory] FILE: tests/Humanizer.Tests/Localisation/cs/TimeSpanHumanizeTests.cs class TimeSpanHumanizeTests (line 3) | [UseCulture("cs-CZ")] method Years (line 6) | [Theory] method Months (line 15) | [Theory] method Milliseconds (line 24) | [Theory] method Seconds (line 35) | [Theory] method Minutes (line 46) | [Theory] method Hours (line 57) | [Theory] method Days (line 68) | [Theory] method Weeks (line 78) | [Theory] FILE: tests/Humanizer.Tests/Localisation/da/DateHumanizeTests.cs class DateHumanizeTests (line 3) | [UseCulture("da-DK")] method DaysAgo (line 6) | [Theory] method DaysFromNow (line 12) | [Theory] method SecondsFromNow (line 18) | [Theory] method HoursAgo (line 24) | [Theory] method HoursFromNow (line 30) | [Theory] method MinutesAgo (line 36) | [Theory] method MinutesFromNow (line 43) | [Theory] method MonthsAgo (line 51) | [Theory] method MonthsFromNow (line 57) | [Theory] method SecondsAgo (line 63) | [Theory] method YearsAgo (line 69) | [Theory] method YearsFromNow (line 75) | [Theory] method Now (line 81) | [Theory] FILE: tests/Humanizer.Tests/Localisation/da/TimeSpanHumanizeTests.cs class TimeSpanHumanizeTests (line 3) | [UseCulture("da-DK")] method Years (line 6) | [Theory] method Months (line 15) | [Theory] method Weeks (line 24) | [Theory] method Days (line 30) | [Theory] method Hours (line 36) | [Theory] method Minutes (line 42) | [Theory] method Seconds (line 48) | [Theory] method Milliseconds (line 54) | [Theory] method NoTime (line 60) | [Fact] method NoTimeToWords (line 64) | [Fact] FILE: tests/Humanizer.Tests/Localisation/de-CH/NumberToWordsTests.cs class NumberToWordsTests (line 3) | [UseCulture("de-CH")] method ToWords (line 6) | [Theory] method ToWordsFeminine (line 53) | [Theory] method ToOrdinalWords (line 59) | [Theory] method ToOrdinalWordsFeminine (line 103) | [Theory] method ToOrdinalWordsNeuter (line 127) | [Theory] FILE: tests/Humanizer.Tests/Localisation/de-LI/NumberToWordsTests.cs class NumberToWordsTests (line 3) | [UseCulture("de-LI")] method ToWords (line 6) | [Theory] method ToWordsFeminine (line 53) | [Theory] method ToOrdinalWords (line 59) | [Theory] method ToOrdinalWordsFeminine (line 103) | [Theory] method ToOrdinalWordsNeuter (line 127) | [Theory] FILE: tests/Humanizer.Tests/Localisation/de/Bytes/ByteRateTests.cs class ByteRateTests (line 3) | [UseCulture("de-DE")] method HumanizesRates (line 6) | [Theory] method TimeUnitTests (line 23) | [Theory] method FormattedTimeUnitTests (line 44) | [Theory] method ThrowsOnUnsupportedData (line 57) | [Theory] FILE: tests/Humanizer.Tests/Localisation/de/Bytes/ByteSizeExtensionsTests.cs class ByteSizeExtensionsTests (line 3) | [UseCulture("de-DE")] method HumanizesTerabytes (line 6) | [Theory] method HumanizesGigabytes (line 13) | [Theory] method HumanizesMegabytes (line 22) | [Theory] method HumanizesKilobytes (line 31) | [Theory] method HumanizesBytes (line 40) | [Theory] method HumanizesBits (line 54) | [Theory] FILE: tests/Humanizer.Tests/Localisation/de/Bytes/ToFullWordsTests.cs class ToFullWordsTests (line 3) | [UseCulture("de-DE")] method ReturnsSingularBit (line 6) | [Fact] method ReturnsPluralBits (line 10) | [Fact] method ReturnsSingularByte (line 14) | [Fact] method ReturnsPluralBytes (line 18) | [Fact] method ReturnsSingularKiloByte (line 22) | [Fact] method ReturnsPluralKilobytes (line 26) | [Fact] method ReturnsSingularMegabyte (line 30) | [Fact] method ReturnsPluralMegabytes (line 34) | [Fact] method ReturnsSingularGigabyte (line 38) | [Fact] method ReturnsPluralGigabytes (line 42) | [Fact] method ReturnsSingularTerabyte (line 46) | [Fact] method ReturnsPluralTerabytes (line 50) | [Fact] method ToFullWordsFormatted (line 54) | [Theory] FILE: tests/Humanizer.Tests/Localisation/de/Bytes/ToStringTests.cs class ToStringTests (line 3) | [UseCulture("de-DE")] method ReturnsLargestMetricSuffix (line 6) | [Fact] method ReturnsDefaultNumberFormat (line 10) | [Fact] method ReturnsProvidedNumberFormat (line 14) | [Fact] method ReturnsBits (line 18) | [Fact] method ReturnsBytes (line 22) | [Fact] method ReturnsKilobytes (line 26) | [Fact] method ReturnsMegabytes (line 30) | [Fact] method ReturnsGigabytes (line 34) | [Fact] method ReturnsTerabytes (line 38) | [Fact] method ReturnsSelectedFormat (line 42) | [Fact] method ReturnsLargestMetricPrefixLargerThanZero (line 46) | [Fact] method ReturnsLargestMetricPrefixLargerThanZeroForNegativeValues (line 50) | [Fact] method ReturnsBytesViaGeneralFormat (line 54) | [Fact] FILE: tests/Humanizer.Tests/Localisation/de/CollectionFormatterTests.cs class CollectionFormatterTests (line 3) | [UseCulture("de")] method OneItem (line 6) | [Fact] method TwoItems (line 14) | [Fact] method MoreThanTwoItems (line 22) | [Fact] FILE: tests/Humanizer.Tests/Localisation/de/DateHumanizeTests.cs class DateHumanizeTests (line 3) | [UseCulture("de-DE")] method DaysAgo (line 6) | [Theory] method DaysFromNow (line 12) | [Theory] method HoursAgo (line 18) | [Theory] method HoursFromNow (line 24) | [Theory] method MinutesAgo (line 30) | [Theory] method MinutesFromNow (line 37) | [Theory] method MonthsAgo (line 43) | [Theory] method MonthsFromNow (line 49) | [Theory] method SecondsAgo (line 55) | [Theory] method SecondsFromNow (line 61) | [Theory] method YearsAgo (line 67) | [Theory] method YearsFromNow (line 73) | [Theory] FILE: tests/Humanizer.Tests/Localisation/de/DateToOrdinalWordsTests.cs class DateToOrdinalWordsTests (line 3) | [UseCulture("de")] method OrdinalizeString (line 6) | [Fact] method OrdinalizeDateOnlyString (line 11) | [Fact] FILE: tests/Humanizer.Tests/Localisation/de/HeadingTests.cs class HeadingTests (line 3) | [UseCulture("de-DE")] method ToHeadingAbbreviated (line 6) | [InlineData(0, "N")] method ToHeading (line 59) | [InlineData(0, "Nord")] method FromShortHeading (line 80) | [InlineData("N", 0)] FILE: tests/Humanizer.Tests/Localisation/de/NumberToWordsTests.cs class NumberToWordsTests (line 3) | [UseCulture("de-DE")] method ToWords (line 6) | [Theory] method ToWordsFeminine (line 53) | [Theory] method ToOrdinalWords (line 59) | [Theory] method ToOrdinalWordsFeminine (line 103) | [Theory] method ToOrdinalWordsNeuter (line 127) | [Theory] FILE: tests/Humanizer.Tests/Localisation/de/OrdinalizeTests.cs class OrdinalizeTests (line 3) | [UseCulture("de-DE")] method OrdinalizeString (line 6) | [Theory] FILE: tests/Humanizer.Tests/Localisation/de/TimeSpanHumanizeTests.cs class TimeSpanHumanizeTests (line 3) | [UseCulture("de-DE")] method Years (line 6) | [Theory] method YearsToWords (line 15) | [Theory] method Months (line 24) | [Theory] method MonthsToWords (line 33) | [Theory] method Weeks (line 42) | [Theory] method WeeksToWords (line 50) | [Theory] method Days (line 58) | [Theory] method DaysToWords (line 64) | [Theory] method Hours (line 70) | [Theory] method HoursToWords (line 76) | [Theory] method Minutes (line 82) | [Theory] method MinutesToWords (line 88) | [Theory] method Seconds (line 94) | [Theory] method SecondsToWords (line 100) | [Theory] method Milliseconds (line 106) | [Theory] method MillisecondsToWords (line 112) | [Theory] method NoTime (line 118) | [Fact] method NoTimeToWords (line 122) | [Fact] FILE: tests/Humanizer.Tests/Localisation/de/TimeToClockNotationTests.cs class TimeToClockNotationTests (line 5) | [UseCulture("de")] method ConvertToClockNotationTimeOnlyStringDe (line 8) | [Theory] method ConvertToRoundedClockNotationTimeOnlyStringDe (line 31) | [Theory] FILE: tests/Humanizer.Tests/Localisation/de/TimeUnitToSymbolTests.cs class TimeUnitToSymbolTests (line 3) | [UseCulture("de-DE")] method ToSymbol (line 6) | [Theory] FILE: tests/Humanizer.Tests/Localisation/el/DateHumanizeTests.cs class DateHumanizeTests (line 3) | [UseCulture("el")] method DaysAgo (line 6) | [Theory] method DaysFromNow (line 12) | [Theory] method HoursAgo (line 18) | [Theory] method HoursFromNow (line 24) | [Theory] method MinutesAgo (line 30) | [Theory] method MinutesFromNow (line 37) | [Theory] method MonthsAgo (line 43) | [Theory] method MonthsFromNow (line 49) | [Theory] method SecondsAgo (line 55) | [Theory] method SecondsFromNow (line 61) | [Theory] method YearsAgo (line 67) | [Theory] method YearsFromNow (line 73) | [Theory] FILE: tests/Humanizer.Tests/Localisation/el/NumberToOrdinalWordsTests.cs class NumberToOrdinalWordsTests (line 3) | [UseCulture("el")] method ToOrdinalWordsInt (line 6) | [InlineData(-1, "")] FILE: tests/Humanizer.Tests/Localisation/el/NumberToWordsTests.cs class NumberToWordsTests (line 3) | [UseCulture("el")] method ToWordsInt (line 6) | [InlineData(1, "ένα")] FILE: tests/Humanizer.Tests/Localisation/el/TimeSpanHumanizeTests.cs class TimeSpanHumanizeTests (line 3) | [UseCulture("el")] method Years (line 6) | [Theory] method Months (line 15) | [Theory] method Weeks (line 24) | [Theory] method Days (line 32) | [Theory] method Hours (line 38) | [Theory] method Minutes (line 44) | [Theory] method Seconds (line 50) | [Theory] method Milliseconds (line 56) | [Theory] method NoTime (line 62) | [Fact] method NoTimeToWords (line 66) | [Fact] FILE: tests/Humanizer.Tests/Localisation/en-IN/NumberToWordsTests.cs class NumberToWordsTests (line 3) | [UseCulture("en-IN")] method ToWords (line 6) | [Theory] method ToWordsFeminine (line 51) | [Theory] FILE: tests/Humanizer.Tests/Localisation/en/DateToOrdinalWordsTests.cs class DateToOrdinalWordsTests (line 3) | public class DateToOrdinalWordsTests method OrdinalizeStringGb (line 5) | [UseCulture("en-GB")] method OrdinalizeStringUs (line 10) | [UseCulture("en-US")] method OrdinalizeDateOnlyStringGb (line 16) | [UseCulture("en-GB")] method OrdinalizeDateOnlyStringUs (line 21) | [UseCulture("en-US")] FILE: tests/Humanizer.Tests/Localisation/en/TimeToClockNotationTests.cs class TimeToClockNotationTests (line 5) | [UseCulture("en")] method ConvertToClockNotationTimeOnlyStringEnUs (line 8) | [Theory] method ConvertToRoundedClockNotationTimeOnlyStringEnUs (line 31) | [Theory] FILE: tests/Humanizer.Tests/Localisation/es/DateHumanizeTests.cs class DateHumanizeTests (line 3) | [UseCulture("es-ES")] method SecondsAgo (line 6) | [Theory] method SecondsFromNow (line 12) | [Theory] method MinutesAgo (line 18) | [Theory] method MinutesFromNow (line 25) | [Theory] method HoursAgo (line 31) | [Theory] method HoursFromNow (line 37) | [Theory] method DaysAgo (line 43) | [Theory] method DaysFromNow (line 49) | [Theory] method MonthsAgo (line 55) | [Theory] method MonthsFromNow (line 61) | [Theory] method YearsAgo (line 67) | [Theory] method YearsFromNow (line 73) | [Theory] FILE: tests/Humanizer.Tests/Localisation/es/DateToOrdinalWordsTests.cs class DateToOrdinalWordsTests (line 3) | [UseCulture("es-ES")] method OrdinalizeString (line 6) | [Fact] method OrdinalizeDateOnlyString (line 16) | [Fact] FILE: tests/Humanizer.Tests/Localisation/es/NumberToWordsFeminineTest.cs class NumberToWordsFeminineTests (line 3) | [UseCulture("es-ES")] method ToWords (line 6) | [Theory] FILE: tests/Humanizer.Tests/Localisation/es/NumberToWordsTests.cs class NumberToWordsTests (line 3) | [UseCulture("es-ES")] method ToOrdinalWords (line 6) | [Theory] method ToOrdinalWordsWithWordForm (line 219) | [Theory] method ToOrdinalWordsWithWordFormAndGender (line 233) | [Theory] method ToTuple (line 252) | [Theory] method ToWords (line 259) | [Theory] method ToWordsIntWithWordForm (line 331) | [Theory] method ToWordsIntWithWordFormAndGender (line 345) | [Theory] method ToWordsLongWithWordForm (line 356) | [Theory] method ToWordsLongWithWordFormAndGender (line 370) | [Theory] FILE: tests/Humanizer.Tests/Localisation/es/OrdinalizeTests.cs class OrdinalizeTests (line 3) | [UseCulture("es-ES")] method OrdinalizeDefaultGender (line 6) | [Theory] method OrdinalizeZeroOrNegativeNumber (line 12) | [Theory] method OrdinalizeWithWordForm (line 18) | [Theory] method OrdinalizeWithWordFormAndGender (line 33) | [Theory] method OrdinalizeString (line 46) | [Theory] method OrdinalizeStringFeminine (line 62) | [Theory] method OrdinalizeNumber (line 79) | [Theory] method OrdinalizeNumberFeminine (line 97) | [Theory] FILE: tests/Humanizer.Tests/Localisation/es/TimeSpanHumanizeTests.cs class TimeSpanHumanizeTests (line 3) | [UseCulture("es-ES")] method Years (line 6) | [Theory] method Months (line 15) | [Theory] method TwoWeeks (line 24) | [Fact] method OneWeek (line 28) | [Fact] method SixDays (line 32) | [Fact] method TwoDays (line 36) | [Fact] method OneDay (line 40) | [Fact] method TwoHours (line 44) | [Fact] method OneHour (line 48) | [Fact] method TwoMinutes (line 52) | [Fact] method OneMinute (line 56) | [Fact] method TwoSeconds (line 60) | [Fact] method OneSecond (line 64) | [Fact] method TwoMilliseconds (line 68) | [Fact] method OneMillisecond (line 72) | [Fact] method ComplexTimeSpan (line 76) | [Theory] method NoTime (line 86) | [Fact] method NoTimeToWords (line 91) | [Fact] method AllTimeSpansMustBeUniqueForASequenceOfDays (line 96) | [Fact] method Year (line 111) | [Theory] method Month (line 128) | [Theory] method Weeks (line 147) | [Theory] method Days (line 159) | [Theory] method Hours (line 172) | [Theory] method Minutes (line 183) | [Theory] method Seconds (line 194) | [Theory] method Milliseconds (line 209) | [Theory] method TimeSpanWithMaxTimeUnit (line 224) | [Theory] method TimeSpanWithMinTimeUnit (line 238) | [Theory] method TimeSpanWithPrecision (line 313) | [Theory] method DaysWithPrecision (line 364) | [Theory] method TimeSpanWithMinAndMaxUnits_DoesNotReportExcessiveTime (line 374) | [Theory] method TimeSpanWithPrecisionAndCountingEmptyUnits (line 384) | [Theory] method TimeSpanWithPrecisionAndAlternativeCollectionFormatter (line 428) | [Theory] method TimeSpanWithNumbersConvertedToWords (line 467) | [Theory] FILE: tests/Humanizer.Tests/Localisation/es/TimeToClockNotationTests.cs class TimeToClockNotationTests (line 5) | [UseCulture("es-ES")] method ConvertToClockNotationTimeOnlyString (line 8) | [Theory] method ConvertToRoundedClockNotationTimeOnlyString (line 37) | [Theory] FILE: tests/Humanizer.Tests/Localisation/fa/DateHumanizeTests.cs class DateHumanizeTests (line 3) | [UseCulture("fa")] method DaysFromNow (line 6) | [Theory] method DaysAgo (line 12) | [Theory] method HoursFromNow (line 18) | [Theory] method HoursAgo (line 24) | [Theory] method MinutesFromNow (line 30) | [Theory] method MinutesAgo (line 36) | [Theory] method MonthsFromNow (line 43) | [Theory] method MonthsAgo (line 49) | [Theory] method SecondsFromNow (line 55) | [Theory] method SecondsAgo (line 61) | [Theory] method YearsFromNow (line 67) | [Theory] method YearsAgo (line 73) | [Theory] FILE: tests/Humanizer.Tests/Localisation/fa/NumberToWordsTests.cs class NumberToWordsTests (line 3) | [UseCulture("fa")] method ToWordsFarsi (line 6) | [Theory] method ToOrdinalWords (line 41) | [Theory] FILE: tests/Humanizer.Tests/Localisation/fa/TimeSpanHumanizeTests.cs class TimeSpanHumanizeTests (line 3) | [UseCulture("fa")] method Years (line 6) | [Theory] method Months (line 15) | [Theory] method Weeks (line 24) | [Theory] method Days (line 30) | [Theory] method Hours (line 36) | [Theory] method Minutes (line 42) | [Theory] method Seconds (line 48) | [Theory] method Milliseconds (line 54) | [Theory] method NoTime (line 60) | [Fact] method NoTimeToWords (line 64) | [Fact] FILE: tests/Humanizer.Tests/Localisation/fi-FI/DateHumanizeTests.cs class DateHumanizeTests (line 3) | [UseCulture("fi-FI")] method DaysAgo (line 6) | [Theory] method HoursAgo (line 12) | [Theory] method MinutesAgo (line 18) | [Theory] method MonthsAgo (line 25) | [Theory] method SecondsAgo (line 31) | [Theory] method YearsAgo (line 37) | [Theory] FILE: tests/Humanizer.Tests/Localisation/fi-FI/NumberToWordsTests.cs class NumberToWordsTests (line 3) | [UseCulture("fi-FI")] method ToWords (line 6) | [Theory] method ToOrdinalWords (line 35) | [Theory] FILE: tests/Humanizer.Tests/Localisation/fil-PH/TimeSpanHumanizeTests.cs class TimeSpanHumanizeTests (line 3) | [UseCulture("fil-PH")] method Years (line 6) | [Theory] method Months (line 15) | [Theory] method Weeks (line 24) | [Theory] method Days (line 33) | [Theory] method Hours (line 40) | [Theory] method Minutes (line 47) | [Theory] method Seconds (line 54) | [Theory] method Milliseconds (line 61) | [Theory] method NoTime (line 68) | [Fact] method NoTimeToWords (line 72) | [Fact] FILE: tests/Humanizer.Tests/Localisation/fr-BE/DateHumanizeTests.cs class DateHumanizeTests (line 3) | [UseCulture("fr-BE")] method SecondsAgo (line 6) | [Theory] method SecondsFromNow (line 13) | [Theory] method MinutesAgo (line 20) | [Theory] method MinutesFromNow (line 28) | [Theory] method HoursAgo (line 35) | [Theory] method HoursFromNow (line 42) | [Theory] method DaysAgo (line 49) | [Theory] method DaysFromNow (line 56) | [Theory] method MonthsAgo (line 63) | [Theory] method MonthsFromNow (line 70) | [Theory] method YearsAgo (line 77) | [Theory] method YearsFromNow (line 83) | [Theory] FILE: tests/Humanizer.Tests/Localisation/fr-BE/NumberToWordsTests.cs class NumberToWordsTests (line 3) | [UseCulture("fr-BE")] method ToWords (line 6) | [Theory] method ToWordsWithGender (line 67) | [Theory] method ToOrdinalWords (line 97) | [Theory] method ToOrdinalWordsWithGender (line 144) | [Theory] FILE: tests/Humanizer.Tests/Localisation/fr-BE/TimeSpanHumanizeTests.cs class TimeSpanHumanizeTests (line 3) | [UseCulture("fr-BE")] method Years (line 6) | [Theory] method Months (line 15) | [Theory] method Weeks (line 24) | [Theory] method Days (line 33) | [Theory] method Hours (line 42) | [Theory] method Minutes (line 51) | [Theory] method Seconds (line 60) | [Theory] method Milliseconds (line 69) | [Theory] method NoTime (line 78) | [Theory] method NoTimeToWords (line 94) | [Fact] FILE: tests/Humanizer.Tests/Localisation/fr-CH/NumberToWordsTests.cs class NumberToWordsTests (line 3) | [UseCulture("fr-CH")] method ToWords (line 6) | [Theory] method ToWordsWithGender (line 67) | [Theory] method ToOrdinalWords (line 97) | [Theory] method ToOrdinalWordsWithGender (line 144) | [Theory] FILE: tests/Humanizer.Tests/Localisation/fr/Bytes/ByteSizeExtensionsTests.cs class ByteSizeExtensionsTests (line 3) | [UseCulture("fr-FR")] method HumanizesTerabytes (line 6) | [Theory] method HumanizesGigabytes (line 13) | [Theory] method HumanizesMegabytes (line 22) | [Theory] method HumanizesKilobytes (line 31) | [Theory] method HumanizesBytes (line 40) | [Theory] method HumanizesBits (line 61) | [Theory] FILE: tests/Humanizer.Tests/Localisation/fr/Bytes/ToFullWordsTests.cs class ToFullWordsTests (line 3) | [UseCulture("fr-FR")] method ReturnsSingularBit (line 6) | [Fact] method ReturnsPluralBits (line 10) | [Fact] method ReturnsSingularByte (line 14) | [Fact] method ReturnsPluralBytes (line 18) | [Fact] method ReturnsSingularKiloByte (line 22) | [Fact] method ReturnsPluralKilobytes (line 26) | [Fact] method ReturnsSingularMegabyte (line 30) | [Fact] method ReturnsPluralMegabytes (line 34) | [Fact] method ReturnsSingularGigabyte (line 38) | [Fact] method ReturnsPluralGigabytes (line 42) | [Fact] method ReturnsSingularTerabyte (line 46) | [Fact] method ReturnsPluralTerabytes (line 50) | [Fact] method ToFullWordsFormatted (line 54) | [Theory] FILE: tests/Humanizer.Tests/Localisation/fr/Bytes/ToStringTests.cs class ToStringTests (line 3) | [UseCulture("fr-FR")] method ReturnsLargestMetricSuffix (line 6) | [Fact] method ReturnsDefaultNumberFormat (line 10) | [Fact] method ReturnsProvidedNumberFormat (line 14) | [Fact] method ReturnsBits (line 18) | [Fact] method ReturnsBytes (line 22) | [Fact] method ReturnsKilobytes (line 26) | [Fact] method ReturnsMegabytes (line 30) | [Fact] method ReturnsGigabytes (line 34) | [Fact] method ReturnsTerabytes (line 38) | [Fact] method ReturnsSelectedFormat (line 42) | [Fact] method ReturnsLargestMetricPrefixLargerThanZero (line 46) | [Fact] method ReturnsLargestMetricPrefixLargerThanZeroForNegativeValues (line 50) | [Fact] method ReturnsBytesViaGeneralFormat (line 54) | [Fact] FILE: tests/Humanizer.Tests/Localisation/fr/DateHumanizeTests.cs class DateHumanizeTests (line 3) | [UseCulture("fr")] method SecondsAgo (line 6) | [Theory] method SecondsFromNow (line 13) | [Theory] method MinutesAgo (line 20) | [Theory] method MinutesFromNow (line 28) | [Theory] method HoursAgo (line 35) | [Theory] method HoursFromNow (line 42) | [Theory] method DaysAgo (line 49) | [Theory] method DaysFromNow (line 56) | [Theory] method MonthsAgo (line 63) | [Theory] method MonthsFromNow (line 70) | [Theory] method YearsAgo (line 77) | [Theory] method YearsFromNow (line 83) | [Theory] FILE: tests/Humanizer.Tests/Localisation/fr/DateToOrdinalWordsTests.cs class DateToOrdinalWordsTests (line 3) | [UseCulture("fr")] method OrdinalizeString (line 6) | [Fact] method OrdinalizeDateOnlyString (line 15) | [Fact] FILE: tests/Humanizer.Tests/Localisation/fr/NumberToWordsTests.cs class NumberToWordsTests (line 3) | [UseCulture("fr-FR")] method ToWordsInt (line 6) | [Theory] method ToWordsIntWithGender (line 68) | [Theory] method ToWordsLong (line 100) | [Theory] method ToOrdinalWords (line 123) | [Theory] method ToOrdinalWordsWithGender (line 170) | [Theory] FILE: tests/Humanizer.Tests/Localisation/fr/OrdinalizeTests.cs class OrdinalizeTests (line 3) | [UseCulture("fr")] method OrdinalizeString (line 6) | [Theory] method OrdinalizeStringFeminine (line 23) | [Theory] method OrdinalizeStringNeuter (line 40) | [Theory] method OrdinalizeNumber (line 57) | [Theory] method OrdinalizeNumberFeminine (line 75) | [Theory] method OrdinalizeNumberNeuter (line 93) | [Theory] FILE: tests/Humanizer.Tests/Localisation/fr/TimeOnlyHumanizeTests.cs class TimeOnlyHumanizeTests (line 5) | [UseCulture("fr")] method DefaultStrategy_SameTime (line 8) | [Fact] method DefaultStrategy_HoursApart (line 20) | [Fact] method DefaultStrategy_HoursAgo (line 32) | [Fact] method PrecisionStrategy_NextDay (line 44) | [Fact] method Never (line 56) | [Fact] method Nullable_ExpectSame (line 63) | [Fact] FILE: tests/Humanizer.Tests/Localisation/fr/TimeSpanHumanizeTests.cs class TimeSpanHumanizeTests (line 3) | [UseCulture("fr")] method Years (line 6) | [Theory] method YearsToWord (line 16) | [Theory] method Months (line 26) | [Theory] method MonthsToWords (line 36) | [Theory] method Weeks (line 46) | [Theory] method WeeksToWords (line 57) | [Theory] method Days (line 68) | [Theory] method DaysToWords (line 79) | [Theory] method Hours (line 90) | [Theory] method HoursToWords (line 101) | [Theory] method Minutes (line 112) | [Theory] method MinutesToWords (line 123) | [Theory] method Seconds (line 134) | [Theory] method SecondsToWords (line 145) | [Theory] method Milliseconds (line 156) | [Theory] method MillisecondsToWords (line 167) | [Theory] method Age (line 178) | [Theory] method NoTime (line 192) | [Theory] method NoTimeToWords (line 208) | [Fact] FILE: tests/Humanizer.Tests/Localisation/fr/TimeToClockNotationTests.cs class TimeToClockNotationTests (line 5) | [UseCulture("fr")] method ConvertToClockNotationTimeOnlyString (line 8) | [Theory] method ConvertToRoundedClockNotationTimeOnlyString (line 34) | [Theory] FILE: tests/Humanizer.Tests/Localisation/fr/TimeUnitToSymbolTests.cs class TimeUnitToSymbolTests (line 3) | [UseCulture("fr")] method ToSymbol (line 6) | [Theory] FILE: tests/Humanizer.Tests/Localisation/he/DateHumanizeTests.cs class DateHumanizeTests (line 3) | [UseCulture("he")] method DaysAgo (line 6) | [Theory] method HoursAgo (line 14) | [Theory] method MinutesAgo (line 22) | [Theory] method MonthsAgo (line 31) | [Theory] method SecondsAgo (line 39) | [Theory] method YearsAgo (line 47) | [Theory] method DaysFromNow (line 55) | [Theory] method MonthsFromNow (line 63) | [Theory] method YearsFromNow (line 71) | [Theory] method HoursFromNow (line 79) | [Theory] method MinutesFromNow (line 87) | [Theory] method SecondsFromNow (line 95) | [Theory] FILE: tests/Humanizer.Tests/Localisation/he/NumberToWordsTests.cs class NumberToWordsTests (line 3) | [UseCulture("he")] method ToWords (line 6) | [Theory] method ToWordsMasculine (line 53) | [Theory] method NegativeToWords (line 100) | [Theory] FILE: tests/Humanizer.Tests/Localisation/he/TimeSpanHumanizeTests.cs class TimeSpanHumanizeTests (line 3) | [UseCulture("he")] method Years (line 6) | [Theory] method Months (line 15) | [Theory] method Weeks (line 24) | [Theory] method Days (line 32) | [Theory] method Hours (line 39) | [Theory] method Minutes (line 47) | [Theory] method Seconds (line 55) | [Theory] method Milliseconds (line 63) | [Theory] method NoTime (line 71) | [Fact] method NoTimeToWords (line 75) | [Fact] FILE: tests/Humanizer.Tests/Localisation/hr/DateHumanizeTests.cs class DateHumanizeTests (line 3) | [UseCulture("hr-HR")] method YearsAgo (line 6) | [Theory] method YearsFromNow (line 15) | [Theory] method MonthsAgo (line 24) | [Theory] method MonthsFromNow (line 34) | [Theory] method DaysAgo (line 42) | [Theory] method DaysFromNow (line 54) | [Theory] method HoursAgo (line 61) | [Theory] method HoursFromNow (line 71) | [Theory] method MinutesAgo (line 80) | [Theory] method MinutesFromNow (line 90) | [Theory] method SecondsAgo (line 99) | [Theory] method SecondsFromNow (line 109) | [Theory] FILE: tests/Humanizer.Tests/Localisation/hr/NumberToWordsTests.cs class NumberToWordsTests (line 3) | [UseCulture("hr-HR")] method NumberToWords (line 6) | [Theory] FILE: tests/Humanizer.Tests/Localisation/hr/TimeSpanHumanizeTests.cs class TimeSpanHumanizeTests (line 3) | [UseCulture("hr-HR")] method Years (line 6) | [Theory] method Months (line 15) | [Theory] method Days (line 24) | [Theory] FILE: tests/Humanizer.Tests/Localisation/hu/DateHumanizeTests.cs class DateHumanizeTests (line 3) | [UseCulture("hu-HU")] method SecondsAgo (line 6) | [Theory] method SecondsFromNow (line 12) | [Theory] method MinutesAgo (line 18) | [Theory] method MinutesFromNow (line 25) | [Theory] method HoursAgo (line 31) | [Theory] method HoursFromNow (line 37) | [Theory] method DaysAgo (line 43) | [Theory] method DaysFromNow (line 49) | [Theory] method MonthsAgo (line 55) | [Theory] method MonthsFromNow (line 61) | [Theory] method YearsAgo (line 67) | [Theory] method YearsFromNow (line 73) | [Theory] FILE: tests/Humanizer.Tests/Localisation/hu/NumberToWordsTests.cs class NumberToWordsTests (line 3) | [UseCulture("hu-HU")] method TestNumberConversion (line 8) | [Theory] method TestOrdinalConversion (line 48) | [Theory] FILE: tests/Humanizer.Tests/Localisation/hu/TimeSpanHumanizeTests.cs class TimeSpanHumanizeTests (line 3) | [UseCulture("hu-HU")] method Years (line 6) | [Theory] method Months (line 15) | [Theory] method Weeks (line 24) | [Theory] method Days (line 30) | [Theory] method Hours (line 36) | [Theory] method Minutes (line 42) | [Theory] method Seconds (line 48) | [Theory] method YearsWithWords (line 54) | [Theory] method MonthsWithWords (line 63) | [Theory] method WeeksWithWords (line 72) | [Theory] method DaysWithWords (line 78) | [Theory] method HoursWithWords (line 84) | [Theory] method MinutesWithWords (line 90) | [Theory] method SecondsWithWords (line 96) | [Theory] method NoTime (line 102) | [Fact] method NoTimeToWords (line 110) | [Fact] FILE: tests/Humanizer.Tests/Localisation/hy/DateHumanizeTests.cs class DateHumanizeTests (line 3) | [UseCulture("hy")] method SecondsAgo (line 6) | [Theory] method SecondsFromNow (line 18) | [Theory] method MinutesAgo (line 27) | [Theory] method MinutesFromNow (line 37) | [Theory] method HoursAgo (line 46) | [Theory] method HoursFromNow (line 54) | [Theory] method DaysAgo (line 61) | [Theory] method DaysFromNow (line 68) | [Theory] method MonthsAgo (line 75) | [Theory] method MonthsFromNow (line 81) | [Theory] method YearsAgo (line 87) | [Theory] method YearsFromNow (line 98) | [Theory] method Now (line 109) | [Fact] FILE: tests/Humanizer.Tests/Localisation/hy/NumberToWordsTests.cs class NumberToWordsTests (line 3) | [UseCulture("hy")] method ToWords (line 6) | [Theory] method ToOrdinalWords (line 89) | [Theory] FILE: tests/Humanizer.Tests/Localisation/hy/OrdinalizeTests.cs class OrdinalizeTests (line 3) | [UseCulture("hy")] method OrdinalizeStringMasculine (line 6) | [Theory] method OrdinalizeStringFeminine (line 15) | [Theory] method OrdinalizeStringNeuter (line 24) | [Theory] FILE: tests/Humanizer.Tests/Localisation/hy/TimeSpanHumanizeTests.cs class TimeSpanHumanizeTests (line 3) | [UseCulture("hy")] method Years (line 6) | [Theory] method Months (line 15) | [Theory] method Weeks (line 24) | [Theory] method Days (line 34) | [Theory] method Hours (line 44) | [Theory] method Minutes (line 61) | [Theory] method Seconds (line 81) | [Theory] method Milliseconds (line 101) | [Theory] method NoTime (line 121) | [Fact] method NoTimeToWords (line 125) | [Fact] FILE: tests/Humanizer.Tests/Localisation/id/DateHumanizeTests.cs class DateHumanizeTests (line 3) | [UseCulture("id-ID")] method SecondsAgo (line 6) | [Theory] method SecondsFromNow (line 12) | [Theory] method MinutesAgo (line 18) | [Theory] method MinutesFromNow (line 25) | [Theory] method HoursAgo (line 31) | [Theory] method HoursFromNow (line 37) | [Theory] method DaysAgo (line 43) | [Theory] method DaysFromNow (line 49) | [Theory] method MonthsAgo (line 55) | [Theory] method MonthsFromNow (line 61) | [Theory] method YearsAgo (line 67) | [Theory] method YearsFromNow (line 73) | [Theory] FILE: tests/Humanizer.Tests/Localisation/id/TimeSpanHumanizeTests.cs class TimeSpanHumanizeTests (line 3) | [UseCulture("id-ID")] method Years (line 6) | [Theory] method Months (line 15) | [Theory] method Weeks (line 24) | [Theory] method Days (line 33) | [Theory] method Hours (line 42) | [Theory] method Minutes (line 51) | [Theory] method Seconds (line 60) | [Theory] method Milliseconds (line 69) | [Theory] method NoTime (line 78) | [Fact] method NoTimeToWords (line 86) | [Fact] FILE: tests/Humanizer.Tests/Localisation/invariant/NumberToWordsTests.cs class NumberToWordsTests (line 3) | [UseCulture("")] method ToWordsInt (line 6) | [InlineData(1, "one")] FILE: tests/Humanizer.Tests/Localisation/invariant/ToQuantityTests.cs class ToQuantityTests (line 3) | [UseCulture("")] method ToQuantity (line 6) | [Theory] method ToQuantityWithNoQuantity (line 21) | [Theory] method ToQuantityNumeric (line 36) | [Theory] method ToQuantityWords (line 52) | [Theory] FILE: tests/Humanizer.Tests/Localisation/is/Bytes/ByteSizeExtensionsTests.cs class ByteSizeExtensionsTests (line 3) | [UseCulture("is")] method HumanizesTerabytes (line 6) | [Theory] method HumanizesGigabytes (line 13) | [Theory] method HumanizesMegabytes (line 22) | [Theory] method HumanizesKilobytes (line 31) | [Theory] method HumanizesBytes (line 40) | [Theory] method HumanizesBits (line 54) | [Theory] FILE: tests/Humanizer.Tests/Localisation/is/Bytes/ToFullWordsTests.cs class ToFullWordsTests (line 3) | [UseCulture("is")] method ReturnsSingularBit (line 6) | [Fact] method ReturnsPluralBits (line 10) | [Fact] method ReturnsSingularByte (line 14) | [Fact] method ReturnsPluralBytes (line 18) | [Fact] method ReturnsSingularKiloByte (line 22) | [Fact] method ReturnsPluralKilobytes (line 26) | [Fact] method ReturnsSingularMegabyte (line 30) | [Fact] method ReturnsPluralMegabytes (line 34) | [Fact] method ReturnsSingularGigabyte (line 38) | [Fact] method ReturnsPluralGigabytes (line 42) | [Fact] method ReturnsSingularTerabyte (line 46) | [Fact] method ReturnsPluralTerabytes (line 50) | [Fact] method ToFullWordsFormatted (line 54) | [Theory] FILE: tests/Humanizer.Tests/Localisation/is/Bytes/ToStringTests.cs class ToStringTests (line 3) | [UseCulture("is")] method ReturnsLargestMetricSuffix (line 6) | [Fact] method ReturnsDefaultNumberFormat (line 10) | [Fact] method ReturnsProvidedNumberFormat (line 14) | [Fact] method ReturnsBits (line 18) | [Fact] method ReturnsBytes (line 22) | [Fact] method ReturnsKilobytes (line 26) | [Fact] method ReturnsMegabytes (line 30) | [Fact] method ReturnsGigabytes (line 34) | [Fact] method ReturnsTerabytes (line 38) | [Fact] method ReturnsSelectedFormat (line 42) | [Fact] method ReturnsLargestMetricPrefixLargerThanZero (line 46) | [Fact] method ReturnsLargestMetricPrefixLargerThanZeroForNegativeValues (line 50) | [Fact] method ReturnsBytesViaGeneralFormat (line 54) | [Fact] FILE: tests/Humanizer.Tests/Localisation/is/CollectionFormatterTests.cs class CollectionFormatterTests (line 3) | [UseCulture("is")] method OneItem (line 6) | [Fact] method TwoItems (line 14) | [Fact] method MoreThanTwoItems (line 22) | [Fact] FILE: tests/Humanizer.Tests/Localisation/is/DateHumanizeTests.cs class DateHumanizeTests (line 3) | [UseCulture("is")] method DaysAgo (line 6) | [Theory] method DaysFromNow (line 12) | [Theory] method HoursAgo (line 18) | [Theory] method HoursFromNow (line 24) | [Theory] method MinutesAgo (line 30) | [Theory] method MinutesFromNow (line 37) | [Theory] method MonthsAgo (line 46) | [Theory] method MonthsFromNow (line 52) | [Theory] method SecondsAgo (line 58) | [Theory] method SecondsFromNow (line 64) | [Theory] method YearsAgo (line 70) | [Theory] method YearsFromNow (line 78) | [Theory] method RightNow (line 84) | [Theory] FILE: tests/Humanizer.Tests/Localisation/is/HeadingTests.cs class HeadingTests (line 3) | [UseCulture("is")] method ToHeadingAbbreviated (line 6) | [InlineData(0, "N")] method ToHeading (line 59) | [InlineData(0, "norður")] FILE: tests/Humanizer.Tests/Localisation/is/NumberToWordsTests.cs class NumberToWordsTests (line 3) | [UseCulture("is")] method IntToWords (line 6) | [Theory] method LongToWords (line 64) | [Theory] method ToOrdinalWords (line 75) | [Theory] FILE: tests/Humanizer.Tests/Localisation/is/OrdinalizeTests.cs class OrdinalizeTests (line 3) | [UseCulture("is")] method OrdinalizeString (line 6) | [Theory] FILE: tests/Humanizer.Tests/Localisation/is/ResourcesTests.cs class ResourcesTests (line 3) | public class ResourcesTests method GetCultureSpecificTranslationsWithImplicitCulture (line 5) | [Fact] method GetCultureSpecificTranslationsWithExplicitCulture (line 13) | [Fact] FILE: tests/Humanizer.Tests/Localisation/is/TimeOnlyHumanizeTests.cs class TimeOnlyHumanizeTests (line 5) | [UseCulture("is")] method DefaultStrategy (line 8) | [Theory] method PrecisionStrategy (line 24) | [Theory] method TestNever (line 39) | [Fact] FILE: tests/Humanizer.Tests/Localisation/is/TimeSpanHumanizeTests.cs class TimeSpanHumanizeTests (line 3) | [UseCulture("is")] method Years (line 6) | [Theory] method YearsToWords (line 15) | [Theory] method Months (line 24) | [Theory] method MonthsToWords (line 33) | [Theory] method Weeks (line 42) | [Theory] method WeeksToWords (line 50) | [Theory] method Days (line 58) | [Theory] method DaysToWords (line 64) | [Theory] method Hours (line 70) | [Theory] method HoursToWords (line 76) | [Theory] method Minutes (line 82) | [Theory] method MinutesToWords (line 88) | [Theory] method Seconds (line 94) | [Theory] method SecondsToWords (line 100) | [Theory] method Milliseconds (line 106) | [Theory] method MillisecondsToWords (line 112) | [Theory] method NoTime (line 118) | [Fact] method NoTimeToWords (line 122) | [Fact] method TimeSpanWithNumbersConvertedToWords (line 127) | [Theory] FILE: tests/Humanizer.Tests/Localisation/it/CollectionFormatterTests.cs class CollectionFormatterTests (line 3) | [UseCulture("it")] method OneItem (line 6) | [Fact] method TwoItems (line 14) | [Fact] method MoreThanTwoItems (line 22) | [Fact] FILE: tests/Humanizer.Tests/Localisation/it/DateHumanizeTests.cs class DateHumanizeTests (line 3) | [UseCulture("it")] method DaysAgo (line 6) | [Theory] method DaysFromNow (line 12) | [Theory] method HoursAgo (line 18) | [Theory] method HoursFromNow (line 24) | [Theory] method MinutesAgo (line 30) | [Theory] method MinutesFromNow (line 37) | [Theory] method MonthsAgo (line 43) | [Theory] method MonthsFromNow (line 49) | [Theory] method SecondsAgo (line 55) | [Theory] method SecondsFromNow (line 61) | [Theory] method YearsAgo (line 67) | [Theory] method YearsFromNow (line 73) | [Theory] method Now (line 79) | [Theory] FILE: tests/Humanizer.Tests/Localisation/it/NumberToWordsTests.cs class NumberToWordsTests (line 3) | [UseCulture("it")] method ToWords (line 6) | [Theory] method ToFeminineWords (line 66) | [Theory] method ToMasculineWords (line 79) | [Theory] method ToOrdinalWords (line 92) | [Theory] method ToFeminineOrdinalWords (line 154) | [Theory] method ToMasculineOrdinalWords (line 174) | [Theory] FILE: tests/Humanizer.Tests/Localisation/it/OrdinalizerTests.cs class OrdinalizerTests (line 3) | [UseCulture("it")] method GenderlessNumber (line 6) | [Theory] method GenderlessText (line 14) | [Theory] method MasculineNumber (line 22) | [Theory] method MasculineText (line 30) | [Theory] method FeminineNumber (line 38) | [Theory] method FeminineText (line 46) | [Theory] FILE: tests/Humanizer.Tests/Localisation/it/TimeSpanHumanizeTests.cs class TimeSpanHumanizeTests (line 3) | [UseCulture("it")] method Years (line 6) | [Theory] method Months (line 16) | [Theory] method Weeks (line 26) | [Theory] method Days (line 33) | [Theory] method Hours (line 40) | [Theory] method Minutes (line 47) | [Theory] method Seconds (line 54) | [Theory] method Milliseconds (line 61) | [Theory] method NoTime (line 68) | [Fact] method NoTimeToWords (line 72) | [Fact] FILE: tests/Humanizer.Tests/Localisation/ja/DateHumanizeTests.cs class DateHumanizeTests (line 3) | [UseCulture("ja")] method SecondsAgo (line 6) | [Theory] method SecondsFromNow (line 12) | [Theory] method MinutesAgo (line 18) | [Theory] method MinutesFromNow (line 25) | [Theory] method HoursAgo (line 31) | [Theory] method HoursFromNow (line 37) | [Theory] method DaysAgo (line 43) | [Theory] method DaysFromNow (line 49) | [Theory] method MonthsAgo (line 55) | [Theory] method MonthsFromNow (line 61) | [Theory] method YearsAgo (line 67) | [Theory] method YearsFromNow (line 73) | [Theory] method Now (line 79) | [Fact] FILE: tests/Humanizer.Tests/Localisation/ja/NumberToWordsTests.cs class NumberToWordsTests (line 3) | [UseCulture("ja")] method ToWordsInt (line 6) | [Theory] method ToWordsLong (line 41) | [Theory] method ToOrdinalWords (line 64) | [Theory] FILE: tests/Humanizer.Tests/Localisation/ja/TimeSpanHumanizeTests.cs class TimeSpanHumanizeTests (line 3) | [UseCulture("ja")] method Years (line 6) | [Theory] method Months (line 15) | [Theory] method Weeks (line 24) | [Theory] method Days (line 30) | [Theory] method Hours (line 36) | [Theory] method Minutes (line 42) | [Theory] method Seconds (line 48) | [Theory] method Milliseconds (line 54) | [Theory] method NoTime (line 60) | [Fact] method NoTimeToWords (line 64) | [Fact] FILE: tests/Humanizer.Tests/Localisation/ko-KR/NumberToWordsTests.cs class NumberToWordsTests (line 3) | [UseCulture("ko-KR")] method ToWordsInt (line 6) | [Theory] method ToWordsLong (line 41) | [Theory] method ToOrdinalWords (line 64) | [Theory] FILE: tests/Humanizer.Tests/Localisation/ko-KR/TimeSpanHumanizeTests.cs class TimeSpanHumanizeTests (line 3) | [UseCulture("ko-KR")] method Years (line 6) | [Theory] method Months (line 15) | [Theory] method Weeks (line 24) | [Theory] method Days (line 31) | [Theory] method Hours (line 38) | [Theory] method Minutes (line 45) | [Theory] method Seconds (line 52) | [Theory] method Milliseconds (line 59) | [Theory] method NoTime (line 66) | [Fact] method NoTimeToWords (line 71) | [Fact] FILE: tests/Humanizer.Tests/Localisation/ku/DateHumanizeTests.cs class DateHumanizeTests (line 3) | [UseCulture("ku")] method DaysAgo (line 6) | [Theory] method DaysFromNow (line 14) | [Theory] method HoursAgo (line 22) | [Theory] method HoursFromNow (line 30) | [Theory] method MinutesAgo (line 38) | [Theory] method MinutesFromNow (line 47) | [Theory] method MonthsAgo (line 55) | [Theory] method MonthsFromNow (line 63) | [Theory] method SecondsAgo (line 70) | [Theory] method SecondsFromNow (line 78) | [Theory] method YearsAgo (line 87) | [Theory] method YearsFromNow (line 95) | [Theory] FILE: tests/Humanizer.Tests/Localisation/ku/NumberToWordsTests.cs class NumberToWordsTests (line 3) | [UseCulture("ku")] method ToWordsKurdish (line 6) | [Theory] method ToOrdinalWordsKurdish (line 48) | [Theory] FILE: tests/Humanizer.Tests/Localisation/ku/TimeSpanHumanizeTests.cs class TimeSpanHumanizeTests (line 3) | [UseCulture("ku")] method Years (line 6) | [Theory] method Months (line 15) | [Theory] method Weeks (line 24) | [Theory] method Days (line 30) | [Theory] method Hours (line 36) | [Theory] method Minutes (line 42) | [Theory] method Seconds (line 48) | [Theory] method Milliseconds (line 54) | [Theory] method NoTime (line 60) | [Fact] method NoTimeToWords (line 64) | [Fact] FILE: tests/Humanizer.Tests/Localisation/lb/Bytes/ByteRateTests.cs class ByteRateTests (line 3) | [UseCulture("lb-LU")] method HumanizesRates (line 6) | [Theory] method TimeUnitTests (line 25) | [Theory] method FormattedTimeUnitTests (line 46) | [Theory] method ThrowsOnUnsupportedData (line 59) | [Theory] FILE: tests/Humanizer.Tests/Localisation/lb/Bytes/ByteSizeExtensionsTests.cs class ByteSizeExtensionsTests (line 3) | [UseCulture("lb-LU")] method HumanizesTerabytes (line 6) | [Theory] method HumanizesGigabytes (line 13) | [Theory] method HumanizesMegabytes (line 22) | [Theory] method HumanizesKilobytes (line 31) | [Theory] method HumanizesBytes (line 41) | [Theory] method HumanizesBits (line 56) | [Theory] FILE: tests/Humanizer.Tests/Localisation/lb/Bytes/ToFullWordsTests.cs class ToFullWordsTests (line 3) | [UseCulture("lb-LU")] method ReturnsSingularBit (line 6) | [Fact] method ReturnsPluralBits (line 10) | [Fact] method ReturnsSingularByte (line 14) | [Fact] method ReturnsPluralBytes (line 18) | [Fact] method ReturnsSingularKiloByte (line 22) | [Fact] method ReturnsPluralKilobytes (line 26) | [Fact] method ReturnsSingularMegabyte (line 30) | [Fact] method ReturnsPluralMegabytes (line 34) | [Fact] method ReturnsSingularGigabyte (line 38) | [Fact] method ReturnsPluralGigabytes (line 42) | [Fact] method ReturnsSingularTerabyte (line 46) | [Fact] method ReturnsPluralTerabytes (line 50) | [Fact] method ToFullWordsFormatted (line 54) | [Theory] FILE: tests/Humanizer.Tests/Localisation/lb/Bytes/ToStringTests.cs class ToStringTests (line 3) | [UseCulture("lb-LU")] method ReturnsLargestMetricSuffix (line 6) | [Fact] method ReturnsDefaultNumberFormat (line 10) | [Fact] method ReturnsProvidedNumberFormat (line 14) | [Fact] method ReturnsBits (line 18) | [Fact] method ReturnsBytes (line 22) | [Fact] method ReturnsKilobytes (line 26) | [Fact] method ReturnsMegabytes (line 30) | [Fact] method ReturnsGigabytes (line 34) | [Fact] method ReturnsTerabytes (line 38) | [Fact] method ReturnsSelectedFormat (line 42) | [Fact] method ReturnsLargestMetricPrefixLargerThanZero (line 46) | [Fact] method ReturnsLargestMetricPrefixLargerThanZeroForNegativeValues (line 50) | [Fact] method ReturnsBytesViaGeneralFormat (line 54) | [Fact] FILE: tests/Humanizer.Tests/Localisation/lb/CollectionFormatterTests.cs class CollectionFormatterTests (line 3) | [UseCulture("lb-LU")] method OneItem (line 6) | [Fact] method TwoItems (line 14) | [Fact] method MoreThanTwoItems (line 22) | [Fact] FILE: tests/Humanizer.Tests/Localisation/lb/DateHumanizeTests.cs class DateHumanizeTests (line 3) | [UseCulture("lb-LU")] method SecondsAgo (line 6) | [Theory] method SecondsFromNow (line 14) | [Theory] method MinutesAgo (line 22) | [Theory] method MinutesFromNow (line 32) | [Theory] method HoursAgo (line 40) | [Theory] method HoursFromNow (line 48) | [Theory] method DaysAgo (line 56) | [Theory] method DaysFromNow (line 64) | [Theory] method MonthsAgo (line 72) | [Theory] method MonthsFromNow (line 80) | [Theory] method YearsAgo (line 88) | [Theory] method YearsFromNow (line 95) | [Theory] FILE: tests/Humanizer.Tests/Localisation/lb/DateToOrdinalWordsTests.cs class DateToOrdinalWordsTests (line 3) | [UseCulture("lb-LU")] method OrdinalizeString (line 6) | [Fact] method OrdinalizeDateOnlyString (line 11) | [Fact] FILE: tests/Humanizer.Tests/Localisation/lb/NumberToWordsTests.cs class NumberToWordsTests (line 3) | [UseCulture("lb-LU")] method ToWords (line 6) | [Theory] method ToWordsFeminine (line 53) | [Theory] method ToOrdinalWords (line 61) | [Theory] method ToOrdinalWordsFeminine (line 105) | [Theory] method ToOrdinalWordsNeuter (line 129) | [Theory] FILE: tests/Humanizer.Tests/Localisation/lb/OrdinalizeTests.cs class OrdinalizeTests (line 3) | [UseCulture("lb-LU")] method OrdinalizeString (line 6) | [Theory] FILE: tests/Humanizer.Tests/Localisation/lb/TimeOnlyHumanizeTests.cs class TimeOnlyHumanizeTests (line 5) | [UseCulture("lb-LU")] method DefaultStrategy_SameTime (line 8) | [Fact] method DefaultStrategy_HoursApart (line 20) | [Fact] method DefaultStrategy_HoursAgo (line 32) | [Fact] method PrecisionStrategy_NextDay (line 44) | [Fact] method Never (line 56) | [Fact] method Nullable_ExpectSame (line 63) | [Fact] FILE: tests/Humanizer.Tests/Localisation/lb/TimeSpanHumanizeTests.cs class TimeSpanHumanizeTests (line 3) | [UseCulture("lb-LU")] method Years (line 6) | [Theory] method YearsToWords (line 15) | [Theory] method Months (line 24) | [Theory] method MonthsToWords (line 33) | [Theory] method Weeks (line 42) | [Theory] method WeeksToWords (line 50) | [Theory] method Days (line 58) | [Theory] method DaysToWords (line 64) | [Theory] method Hours (line 70) | [Theory] method HoursToWords (line 76) | [Theory] method Minutes (line 82) | [Theory] method MinutesToWords (line 88) | [Theory] method Seconds (line 94) | [Theory] method SecondsToWords (line 100) | [Theory] method Milliseconds (line 106) | [Theory] method MillisecondsToWords (line 112) | [Theory] method NoTime (line 118) | [Theory] method NoTimeToWords (line 134) | [Fact] FILE: tests/Humanizer.Tests/Localisation/lb/TimeToClockNotationTests.cs class TimeToClockNotationTests (line 5) | [UseCulture("lb-LU")] method ConvertToClockNotationTimeOnlyString (line 8) | [Theory] method ConvertToRoundedClockNotationTimeOnlyString (line 38) | [Theory] FILE: tests/Humanizer.Tests/Localisation/lt/DateHumanizeTests.cs class DateHumanizeTests (line 3) | [UseCulture("lt")] method Now (line 6) | [Fact] FILE: tests/Humanizer.Tests/Localisation/lt/DateToOrdinalWordsTests.cs class DateToOrdinalWordsTests (line 3) | [UseCulture("lt")] method OrdinalizeString (line 6) | [Fact] method OrdinalizeDateOnlyString (line 11) | [Fact] FILE: tests/Humanizer.Tests/Localisation/lt/NumberToWordsTests.cs class NumberToWordsTests (line 3) | [UseCulture("lt")] method ToWordsMasculine (line 6) | [Theory] method ToWordsFeminine (line 142) | [Theory] method ToOrdinalWordsMasculine (line 278) | [Theory] method ToOrdinalWordsFeminine (line 412) | [Theory] FILE: tests/Humanizer.Tests/Localisation/lt/TimeSpanHumanizeTests.cs class TimeSpanHumanizeTests (line 3) | [UseCulture("lt")] method Years (line 6) | [Theory] method Months (line 15) | [Theory] method Weeks (line 24) | [Theory] method Days (line 33) | [Theory] method Hours (line 43) | [Theory] method Minutes (line 54) | [Theory] method Seconds (line 65) | [Theory] method Milliseconds (line 76) | [Theory] method NoTime (line 87) | [Fact] method NoTimeToWords (line 91) | [Fact] FILE: tests/Humanizer.Tests/Localisation/lv/DateToOrdinalWordsTests.cs class DateToOrdinalWordsTests (line 3) | [UseCulture("lv")] method OrdinalizeString (line 6) | [Fact] FILE: tests/Humanizer.Tests/Localisation/lv/NumberToWordsTests.cs class NumberToWordsTests (line 3) | [UseCulture("lv-LV")] method ToWords (line 6) | [Theory] method ToOrdinalWordsMasculine (line 137) | [Theory] method ToOrdinalWordsFeminine (line 268) | [Theory] FILE: tests/Humanizer.Tests/Localisation/lv/TimeSpanHumanizeTests.cs class TimeSpanHumanizeTests (line 3) | [UseCulture("lv")] method Years (line 6) | [Theory] method Months (line 15) | [Theory] method Weeks (line 24) | [Theory] method Days (line 31) | [Theory] method Hours (line 38) | [Theory] method Minutes (line 45) | [Theory] method Seconds (line 52) | [Theory] method Milliseconds (line 59) | [Theory] method NoTime (line 66) | [Fact] method NoTimeToWords (line 71) | [Fact] FILE: tests/Humanizer.Tests/Localisation/ms-MY/TimeSpanHumanizeTests.cs class TimeSpanHumanizeTests (line 3) | [UseCulture("ms-MY")] method Years (line 6) | [Theory] method Months (line 15) | [Theory] method Weeks (line 24) | [Theory] method Days (line 31) | [Theory] method Hours (line 38) | [Theory] method Minutes (line 45) | [Theory] method Seconds (line 52) | [Theory] method Milliseconds (line 59) | [Theory] method NoTime (line 66) | [Fact] method NoTimeToWords (line 71) | [Fact] FILE: tests/Humanizer.Tests/Localisation/mt/DateHumanizeTests.cs class DateHumanizeTests (line 3) | [UseCulture("mt")] method DaysAgo (line 6) | [Theory] method DaysFromNow (line 13) | [Theory] method HoursAgo (line 20) | [Theory] method HoursFromNow (line 27) | [Theory] method MinutesAgo (line 34) | [Theory] method MinutesFromNow (line 42) | [Theory] method MonthsAgo (line 48) | [Theory] method MonthsFromNow (line 55) | [Theory] method SecondsAgo (line 62) | [Theory] method SecondsFromNow (line 68) | [Theory] method YearsAgo (line 74) | [Theory] method YearsFromNow (line 81) | [Theory] method Now (line 88) | [Theory] FILE: tests/Humanizer.Tests/Localisation/mt/NumberToWordsTests.cs class NumberToWordsTests (line 3) | [UseCulture("mt")] method ToWords (line 6) | [Theory] method ToFeminineWords (line 98) | [Theory] method ToMasculineWords (line 106) | [Theory] method ToOrdinalWords (line 195) | [Theory] method ToFeminineOrdinalWords (line 221) | [Theory] method ToMasculineOrdinalWords (line 247) | [Theory] FILE: tests/Humanizer.Tests/Localisation/mt/TimeSpanHumanizeTests.cs class TimeSpanHumanizeTests (line 3) | [UseCulture("mt")] method Years (line 6) | [Theory] method Months (line 15) | [Theory] method Weeks (line 24) | [Theory] method Days (line 31) | [Theory] method Hours (line 38) | [Theory] method Minutes (line 45) | [Theory] method Seconds (line 52) | [Theory] method Milliseconds (line 59) | [Theory] method NoTime (line 66) | [Fact] method NoTimeToWords (line 70) | [Fact] FILE: tests/Humanizer.Tests/Localisation/nb-NO/DateHumanizeTests.cs class DateHumanizeTests (line 3) | [UseCulture("nb-NO")] method DaysAgo (line 6) | [Theory] method DaysFromNow (line 12) | [Theory] method SecondsFromNow (line 18) | [Theory] method HoursAgo (line 24) | [Theory] method HoursFromNow (line 30) | [Theory] method MinutesAgo (line 36) | [Theory] method MinutesFromNow (line 43) | [Theory] method MonthsAgo (line 50) | [Theory] method MonthsFromNow (line 56) | [Theory] method SecondsAgo (line 62) | [Theory] method YearsAgo (line 68) | [Theory] method YearsFromNow (line 74) | [Theory] method Now (line 80) | [Theory] FILE: tests/Humanizer.Tests/Localisation/nb-NO/TimeSpanHumanizeTests.cs class TimeSpanHumanizeTests (line 3) | [UseCulture("nb-NO")] method Years (line 6) | [Theory] method Months (line 15) | [Theory] method Weeks (line 24) | [Theory] method Days (line 30) | [Theory] method Hours (line 36) | [Theory] method Minutes (line 42) | [Theory] method Seconds (line 48) | [Theory] method Milliseconds (line 54) | [Theory] method NoTime (line 60) | [Fact] method NoTimeToWords (line 64) | [Fact] FILE: tests/Humanizer.Tests/Localisation/nb/DateHumanizeTests.cs class DateHumanizeTests (line 3) | [UseCulture("nb")] method DaysAgo (line 6) | [Theory] method DaysFromNow (line 12) | [Theory] method SecondsFromNow (line 18) | [Theory] method HoursAgo (line 24) | [Theory] method HoursFromNow (line 30) | [Theory] method MinutesAgo (line 36) | [Theory] method MinutesFromNow (line 42) | [Theory] method MonthsAgo (line 48) | [Theory] method MonthsFromNow (line 54) | [Theory] method SecondsAgo (line 60) | [Theory] method YearsAgo (line 66) | [Theory] method YearsFromNow (line 72) | [Theory] method Now (line 78) | [Theory] FILE: tests/Humanizer.Tests/Localisation/nb/NumberToWordsTests.cs class NumberToWordsTests (line 3) | [UseCulture("nb-NO")] method ToWords (line 6) | [Theory] method ToOrdinalWords (line 59) | [Theory] method ToWordsFeminine (line 110) | [Theory] method ToWordsNeuter (line 119) | [Theory] FILE: tests/Humanizer.Tests/Localisation/nb/TimeSpanHumanizeTests.cs class TimeSpanHumanizeTests (line 3) | [UseCulture("nb")] method Years (line 6) | [Theory] method Months (line 15) | [Theory] method Weeks (line 24) | [Theory] method Days (line 30) | [Theory] method Hours (line 36) | [Theory] method Minutes (line 42) | [Theory] method Seconds (line 48) | [Theory] method Milliseconds (line 54) | [Theory] method NoTime (line 60) | [Fact] method NoTimeToWords (line 64) | [Fact] FILE: tests/Humanizer.Tests/Localisation/nl/DateHumanizeTests.cs class DateHumanizeTests (line 3) | [UseCulture("nl-NL")] method DaysAgo (line 6) | [Theory] method HoursAgo (line 12) | [Theory] method MinutesAgo (line 18) | [Theory] method MonthsAgo (line 25) | [Theory] method SecondsAgo (line 31) | [Theory] method YearsAgo (line 37) | [Theory] method DaysFromNow (line 43) | [Theory] method HoursFromNow (line 49) | [Theory] method MinutesFromNow (line 55) | [Theory] method MonthsFromNow (line 62) | [Theory] method SecondsFromNow (line 68) | [Theory] method YearsFromNow (line 74) | [Theory] method RightNow (line 80) | [Theory] FILE: tests/Humanizer.Tests/Localisation/nl/NumberToWordsTests.cs class NumberToWordsTests (line 3) | [UseCulture("nl-NL")] method IntToWords (line 6) | [Theory] method LongToWords (line 49) | [Theory] method ToOrdinalWords (line 60) | [Theory] FILE: tests/Humanizer.Tests/Localisation/nl/OrdinalizeTests.cs class OrdinalizeTests (line 3) | [UseCulture("nl")] method OrdinalizeString (line 6) | [Theory] FILE: tests/Humanizer.Tests/Localisation/nl/TimeSpanHumanizeTests.cs class TimeSpanHumanizeTests (line 3) | [UseCulture("nl-NL")] method Years (line 6) | [Theory] method Months (line 15) | [Theory] method TwoWeeks (line 24) | [Fact] method OneWeek (line 28) | [Fact] method SixDays (line 32) | [Fact] method TwoDays (line 36) | [Fact] method OneDay (line 40) | [Fact] method TwoHours (line 44) | [Fact] method OneHour (line 48) | [Fact] method TwoMinutes (line 52) | [Fact] method OneMinute (line 56) | [Fact] method TwoSeconds (line 60) | [Fact] method OneSecond (line 64) | [Fact] method TwoMilliseconds (line 68) | [Fact] method OneMillisecond (line 72) | [Fact] method NoTime (line 76) | [Fact] method NoTimeToWords (line 80) | [Fact] FILE: tests/Humanizer.Tests/Localisation/pl/DateHumanizeTests.cs class DateHumanizeTests (line 3) | [UseCulture("pl")] method SecondsFromNow (line 6) | [Theory] method MinutesFromNow (line 17) | [Theory] method HoursFromNow (line 28) | [Theory] method DayFromNow (line 39) | [Theory] method MonthsFromNow (line 50) | [Theory] method YearsFromNow (line 61) | [Theory] method SecondsAgo (line 72) | [Theory] method MinutesAgo (line 83) | [Theory] method HoursAgo (line 95) | [Theory] method DayAgo (line 106) | [Theory] method MonthsAgo (line 116) | [Theory] method YearsAgo (line 127) | [Theory] method Now (line 138) | [Fact] FILE: tests/Humanizer.Tests/Localisation/pl/NumberToWordsTests.cs class NumberToWordsTests (line 3) | [UseCulture("pl")] method ToWordsPolish (line 6) | [Theory] method ToWordsPolishWithGender (line 77) | [Theory] FILE: tests/Humanizer.Tests/Localisation/pl/TimeSpanHumanizeTests.cs class TimeSpanHumanizeTests (line 3) | [UseCulture("pl")] method Milliseconds (line 6) | [Theory] method Seconds (line 17) | [Theory] method Minutes (line 28) | [Theory] method Hours (line 39) | [Theory] method Days (line 50) | [Theory] method Weeks (line 60) | [Theory] method Months (line 70) | [Theory] method Years (line 79) | [Theory] method NoTime (line 88) | [Fact] method NoTimeToWords (line 92) | [Fact] FILE: tests/Humanizer.Tests/Localisation/pt-BR/Bytes/ByteSizeExtensionsTests.cs class ByteSizeExtensionsTests (line 3) | [UseCulture("pt-BR")] method HumanizesTerabytes (line 6) | [Theory] method HumanizesGigabytes (line 13) | [Theory] method HumanizesMegabytes (line 22) | [Theory] method HumanizesKilobytes (line 31) | [Theory] method HumanizesBytes (line 40) | [Theory] method HumanizesBits (line 61) | [Theory] FILE: tests/Humanizer.Tests/Localisation/pt-BR/DateHumanizeTests.cs class DateHumanizeTests (line 3) | [UseCulture("pt-BR")] method SecondsAgo (line 6) | [Theory] method SecondsFromNow (line 12) | [Theory] method MinutesAgo (line 18) | [Theory] method MinutesFromNow (line 25) | [Theory] method HoursAgo (line 31) | [Theory] method HoursFromNow (line 37) | [Theory] method DaysAgo (line 43) | [Theory] method DaysFromNow (line 49) | [Theory] method MonthsAgo (line 55) | [Theory] method MonthsFromNow (line 61) | [Theory] method YearsAgo (line 67) | [Theory] method YearsFromNow (line 73) | [Theory] method Now (line 79) | [Fact] FILE: tests/Humanizer.Tests/Localisation/pt-BR/NumberToWordsTests.cs class NumberToWordsTests (line 3) | [UseCulture("pt-BR")] method ToWords (line 6) | [Theory] method ToFeminineWords (line 103) | [Theory] method ToOrdinalWords (line 130) | [Theory] method ToFeminineOrdinalWords (line 186) | [Theory] FILE: tests/Humanizer.Tests/Localisation/pt-BR/OrdinalizeTests.cs class OrdinalizeTests (line 3) | [UseCulture("pt-BR")] method OrdinalizeString (line 6) | [Theory] method OrdinalizeStringFeminine (line 23) | [Theory] method OrdinalizeNumber (line 40) | [Theory] method OrdinalizeNumberFeminine (line 58) | [Theory] FILE: tests/Humanizer.Tests/Localisation/pt-BR/TimeSpanHumanizeTests.cs class TimeSpanHumanizeTests (line 3) | [UseCulture("pt-BR")] method Years (line 6) | [Theory] method Months (line 15) | [Theory] method TwoWeeks (line 24) | [Fact] method OneWeek (line 28) | [Fact] method SixDays (line 32) | [Fact] method TwoDays (line 36) | [Fact] method OneDay (line 40) | [Fact] method TwoHours (line 44) | [Fact] method OneHour (line 48) | [Fact] method TwoMinutes (line 52) | [Fact] method OneMinute (line 56) | [Fact] method TwoSeconds (line 60) | [Fact] method OneSecond (line 64) | [Fact] method TwoMilliseconds (line 68) | [Fact] method OneMillisecond (line 72) | [Fact] method NoTime (line 76) | [Fact] method NoTimeToWords (line 80) | [Fact] FILE: tests/Humanizer.Tests/Localisation/pt-BR/TimeToClockNotationTests.cs class TimeToClockNotationTests (line 5) | [UseCulture("pt-BR")] method ConvertToClockNotationTimeOnlyStringPtBr (line 8) | [Theory] method ConvertToRoundedClockNotationTimeOnlyStringPtBr (line 31) | [Theory] FILE: tests/Humanizer.Tests/Localisation/pt-BR/TimeUnitToSymbolTests.cs class TimeUnitToSymbolTests (line 3) | [UseCulture("pt-BR")] method ToSymbol (line 6) | [Theory] FILE: tests/Humanizer.Tests/Localisation/pt/Bytes/ByteSizeExtensionsTests.cs class ByteSizeExtensionsTests (line 3) | [UseCulture("pt")] method HumanizesTerabytes (line 6) | [Theory] method HumanizesGigabytes (line 13) | [Theory] method HumanizesMegabytes (line 22) | [Theory] method HumanizesKilobytes (line 31) | [Theory] method HumanizesBytes (line 40) | [Theory] method HumanizesBits (line 61) | [Theory] FILE: tests/Humanizer.Tests/Localisation/pt/DateHumanizeTests.cs class DateHumanizeTests (line 3) | [UseCulture("pt")] method SecondsAgo (line 6) | [Theory] method SecondsFromNow (line 12) | [Theory] method MinutesAgo (line 18) | [Theory] method MinutesFromNow (line 25) | [Theory] method HoursAgo (line 31) | [Theory] method HoursFromNow (line 37) | [Theory] method DaysAgo (line 43) | [Theory] method DaysFromNow (line 49) | [Theory] method MonthsAgo (line 55) | [Theory] method MonthsFromNow (line 61) | [Theory] method YearsAgo (line 67) | [Theory] method YearsFromNow (line 73) | [Theory] method Now (line 79) | [Fact] FILE: tests/Humanizer.Tests/Localisation/pt/NumberToWordsTests.cs class NumberToWordsTests (line 3) | [UseCulture("pt")] method ToWords (line 6) | [Theory] method ToFeminineWords (line 104) | [Theory] method ToOrdinalWords (line 132) | [Theory] method ToFeminineOrdinalWords (line 188) | [Theory] FILE: tests/Humanizer.Tests/Localisation/pt/OrdinalizeTests.cs class OrdinalizeTests (line 3) | [UseCulture("pt")] method OrdinalizeString (line 6) | [Theory] method OrdinalizeStringFeminine (line 23) | [Theory] method OrdinalizeNumber (line 40) | [Theory] method OrdinalizeNumberFeminine (line 58) | [Theory] FILE: tests/Humanizer.Tests/Localisation/pt/TimeSpanHumanizeTests.cs class TimeSpanHumanizeTests (line 3) | [UseCulture("pt")] method Years (line 6) | [Theory] method Months (line 15) | [Theory] method TwoWeeks (line 24) | [Fact] method OneWeek (line 28) | [Fact] method SixDays (line 32) | [Fact] method TwoDays (line 36) | [Fact] method OneDay (line 40) | [Fact] method TwoHours (line 44) | [Fact] method OneHour (line 48) | [Fact] method TwoMinutes (line 52) | [Fact] method OneMinute (line 56) | [Fact] method TwoSeconds (line 60) | [Fact] method OneSecond (line 64) | [Fact] method TwoMilliseconds (line 68) | [Fact] method OneMillisecond (line 72) | [Fact] method NoTime (line 76) | [Fact] method NoTimeToWords (line 80) | [Fact] FILE: tests/Humanizer.Tests/Localisation/pt/TimeToClockNotationTests.cs class TimeToClockNotationTests (line 5) | [UseCulture("pt")] method ConvertToClockNotationTimeOnlyStringPtBr (line 8) | [Theory] method ConvertToRoundedClockNotationTimeOnlyStringPtBr (line 31) | [Theory] FILE: tests/Humanizer.Tests/Localisation/pt/TimeUnitToSymbolTests.cs class TimeUnitToSymbolTests (line 3) | [UseCulture("pt")] method ToSymbol (line 6) | [Theory] FILE: tests/Humanizer.Tests/Localisation/ro-Ro/CollectionFormatterTests.cs class CollectionFormatterTests (line 3) | [UseCulture("ro-RO")] method OneItem (line 6) | [Fact] method TwoItems (line 14) | [Fact] method MoreThanTwoItems (line 22) | [Fact] FILE: tests/Humanizer.Tests/Localisation/ro-Ro/DateHumanizeTests.cs class DateHumanizeTests (line 8) | [UseCulture("ro-RO")] method HoursAgo (line 11) | [Theory] method MinutesAgo (line 17) | [Theory] method SecondsAgo (line 24) | [Theory] method DaysAgo (line 30) | [Theory] method YearsAgo (line 36) | [Theory] method MillisecondsAgo (line 42) | [Theory] method SecondsFromNow (line 48) | [Theory] method MinutesFromNow (line 54) | [Theory] method HoursFromNow (line 60) | [Theory] method DaysFromNow (line 66) | [Theory] method YearsFromNow (line 72) | [Theory] FILE: tests/Humanizer.Tests/Localisation/ro-Ro/NumberToWordsTests.cs class NumberToWordsTests (line 3) | [UseCulture("ro-RO")] method ToWords (line 6) | [Theory] method ToMasculineWords (line 65) | [Theory] method ToFeminineWords (line 124) | [Theory] method ToNeuterWords (line 183) | [Theory] method ToOrdinalWords (line 196) | [Theory] method ToMasculineOrdinalWords (line 247) | [Theory] method ToFeminineOrdinalWords (line 298) | [Theory] method ToNeuterOrdinalWords (line 349) | [Theory] FILE: tests/Humanizer.Tests/Localisation/ro-Ro/OrdinalizerTests.cs class OrdinalizerTests (line 3) | [UseCulture("ro-RO")] method GenderlessNumber (line 6) | [Theory] method GenderlessText (line 15) | [Theory] method MasculineNumber (line 24) | [Theory] method MasculineText (line 33) | [Theory] method FeminineNumber (line 42) | [Theory] method FeminineText (line 50) | [Theory] FILE: tests/Humanizer.Tests/Localisation/ro-Ro/TimeSpanHumanizerTests.cs class TimeSpanHumanizerTests (line 8) | [UseCulture("ro-RO")] method Milliseconds (line 11) | [Theory] method Seconds (line 22) | [Theory] method Minutes (line 36) | [Theory] method Hours (line 47) | [Theory] method Days (line 58) | [Theory] method Weeks (line 70) | [Theory] method Months (line 80) | [Theory] method Years (line 89) | [Theory] method NoTime (line 99) | [Fact] method NoTimeToWords (line 103) | [Fact, CustomDescription("The name of this test is confusing because h... FILE: tests/Humanizer.Tests/Localisation/ru-RU/Bytes/ByteRateTests.cs class ByteRateTests (line 3) | [UseCulture("ru-RU")] method HumanizesRates (line 6) | [Theory] method TimeUnitTests (line 23) | [Theory] method FormattedTimeUnitTests (line 44) | [Theory] method ThrowsOnUnsupportedData (line 57) | [Theory] FILE: tests/Humanizer.Tests/Localisation/ru-RU/Bytes/ByteSizeExtensionsTests.cs class ByteSizeExtensionsTests (line 3) | [UseCulture("ru-RU")] method HumanizesTerabytes (line 6) | [Theory] method HumanizesGigabytes (line 14) | [Theory] method HumanizesMegabytes (line 23) | [Theory] method HumanizesKilobytes (line 32) | [Theory] method HumanizesBytes (line 41) | [Theory] method HumanizesBits (line 55) | [Theory] FILE: tests/Humanizer.Tests/Localisation/ru-RU/Bytes/ToFullWordsTests.cs class ToFullWordsTests (line 3) | [UseCulture("ru-RU")] method ReturnsSingularBit (line 6) | [Fact] method ReturnsPluralBits (line 10) | [Fact] method ReturnsSingularByte (line 14) | [Fact] method ReturnsPluralBytes (line 18) | [Fact] method ReturnsSingularKiloByte (line 22) | [Fact] method ReturnsPluralKilobytes (line 26) | [Fact] method ReturnsSingularMegabyte (line 30) | [Fact] method ReturnsPluralMegabytes (line 34) | [Fact] method ReturnsSingularGigabyte (line 38) | [Fact] method ReturnsPluralGigabytes (line 42) | [Fact] method ReturnsSingularTerabyte (line 46) | [Fact] method ReturnsPluralTerabytes (line 50) | [Fact] method ToFullWordsFormatted (line 54) | [Theory] FILE: tests/Humanizer.Tests/Localisation/ru-RU/Bytes/ToStringTests.cs class ToStringTests (line 3) | [UseCulture("ru-RU")] method ReturnsLargestMetricSuffix (line 6) | [Fact] method ReturnsDefaultNumberFormat (line 10) | [Fact] method ReturnsProvidedNumberFormat (line 14) | [Fact] method ReturnsBits (line 18) | [Fact] method ReturnsBytes (line 22) | [Fact] method ReturnsKilobytes (line 26) | [Fact] method ReturnsMegabytes (line 30) | [Fact] method ReturnsGigabytes (line 34) | [Fact] method ReturnsTerabytes (line 38) | [Fact] method ReturnsSelectedFormat (line 42) | [Fact] method ReturnsLargestMetricPrefixLargerThanZero (line 46) | [Fact] method ReturnsLargestMetricPrefixLargerThanZeroForNegativeValues (line 50) | [Fact] method ReturnsBytesViaGeneralFormat (line 54) | [Fact] FILE: tests/Humanizer.Tests/Localisation/ru-RU/DateHumanizeTests.cs class DateHumanizeTests (line 3) | [UseCulture("ru-RU")] method SecondsAgo (line 6) | [Theory] method SecondsFromNow (line 26) | [Theory] method MinutesAgo (line 46) | [Theory] method MinutesFromNow (line 67) | [Theory] method HoursAgo (line 87) | [Theory] method HoursFromNow (line 104) | [Theory] method DaysAgo (line 121) | [Theory] method DaysFromNow (line 140) | [Theory] method MonthsAgo (line 159) | [Theory] method MonthsFromNow (line 171) | [Theory] method YearsAgo (line 183) | [Theory] method YearsFromNow (line 201) | [Theory] method Now (line 220) | [Fact] FILE: tests/Humanizer.Tests/Localisation/ru-RU/HeadingTests.cs class HeadingTests (line 3) | [UseCulture("ru-RU")] method ToHeadingAbbreviated (line 6) | [InlineData(0, "С")] method ToHeading (line 60) | [InlineData(0, "север")] method FromShortHeading (line 82) | [InlineData("С", 0)] FILE: tests/Humanizer.Tests/Localisation/ru-RU/NumberToWordsTests.cs class NumberToWordsTests (line 3) | [UseCulture("ru-RU")] method ToWords (line 6) | [Theory] method ToWordsWithGender (line 90) | [Theory] method ToOrdinalWords (line 97) | [Theory] method ToOrdinalWordsFeminine (line 168) | [Theory] method ToOrdinalWordsNeuter (line 234) | [Theory] FILE: tests/Humanizer.Tests/Localisation/ru-RU/OrdinalizeTests.cs class OrdinalizeTests (line 3) | [UseCulture("ru-RU")] method OrdinalizeString (line 6) | [Theory] method OrdinalizeStringFeminine (line 23) | [Theory] method OrdinalizeStringNeuter (line 40) | [Theory] method OrdinalizeNumber (line 57) | [Theory] method OrdinalizeNumberFeminine (line 75) | [Theory] method OrdinalizeNumberNeuter (line 93) | [Theory] FILE: tests/Humanizer.Tests/Localisation/ru-RU/TimeSpanHumanizeTests.cs class TimeSpanHumanizeTests (line 3) | [UseCulture("ru-RU")] method Age (line 6) | [Theory] method Years (line 19) | [Theory] method Months (line 29) | [Theory] method Weeks (line 39) | [Theory] method Days (line 50) | [Theory] method Hours (line 61) | [Theory] method Minutes (line 79) | [Theory] method Seconds (line 101) | [Theory] method Milliseconds (line 123) | [Theory] method NoTime (line 146) | [Fact] method NoTimeToWords (line 150) | [Fact] FILE: tests/Humanizer.Tests/Localisation/ru-RU/TimeUnitToSymbolTests.cs class TimeUnitToSymbolTests (line 3) | [UseCulture("ru-RU")] method ToSymbol (line 6) | [Theory] FILE: tests/Humanizer.Tests/Localisation/sk/DateHumanizeTests.cs class DateHumanizeTests (line 3) | [UseCulture("sk-SK")] method SecondsFromNow (line 6) | [Theory] method MinutesFromNow (line 17) | [Theory] method HoursFromNow (line 28) | [Theory] method DaysFromNow (line 39) | [Theory] method MonthsFromNow (line 49) | [Theory] method YearsFromNow (line 60) | [Theory] method SecondsAgo (line 71) | [Theory] method MinutesAgo (line 82) | [Theory] method HoursAgo (line 94) | [Theory] method DaysAgo (line 105) | [Theory] method MonthsAgo (line 115) | [Theory] method YearsAgo (line 126) | [Theory] FILE: tests/Humanizer.Tests/Localisation/sk/TimeSpanHumanizeTests.cs class TimeSpanHumanizeTests (line 3) | [UseCulture("sk-SK")] method Years (line 6) | [Theory] method Months (line 15) | [Theory] method Milliseconds (line 24) | [Theory] method Seconds (line 35) | [Theory] method Minutes (line 46) | [Theory] method Hours (line 57) | [Theory] method Days (line 68) | [Theory] method Weeks (line 78) | [Theory] FILE: tests/Humanizer.Tests/Localisation/sl/DateHumanizeTests.cs class DateHumanizeTests (line 3) | [UseCulture("sl-SI")] method YearsAgo (line 6) | [Theory] method YearsFromNow (line 16) | [Theory] method MonthsAgo (line 25) | [Theory] method MonthsFromNow (line 35) | [Theory] method DaysAgo (line 44) | [Theory] method DaysFromNow (line 54) | [Theory] method HoursAgo (line 63) | [Theory] method HoursFromNow (line 73) | [Theory] method MinutesAgo (line 82) | [Theory] method MinutesFromNow (line 93) | [Theory] method SecondsAgo (line 102) | [Theory] method SecondsFromNow (line 112) | [Theory] FILE: tests/Humanizer.Tests/Localisation/sl/NumberToWordsTests.cs class NumberToWordsTests (line 3) | [UseCulture("sl-SI")] method ToWords (line 6) | [Theory] FILE: tests/Humanizer.Tests/Localisation/sl/TimeSpanHumanizeTests.cs class TimeSpanHumanizeTests (line 3) | [UseCulture("sl-SI")] method Years (line 6) | [Theory] method Months (line 15) | [Theory] method Weeks (line 24) | [Theory] method Days (line 34) | [Theory] method Hours (line 43) | [Theory] method Minutes (line 52) | [Theory] method Seconds (line 61) | [Theory] method Milliseconds (line 70) | [Theory] method NoTime (line 79) | [Fact] method NoTimeToWords (line 83) | [Fact] FILE: tests/Humanizer.Tests/Localisation/sr-Latn/DateHumanizeTests.cs class DateHumanizeDefaultStrategyTests (line 3) | [UseCulture("sr-Latn")] method SecondsAgo (line 6) | [Theory] method SecondsFromNow (line 12) | [Theory] method MinutesAgo (line 18) | [Theory] method MinutesFromNow (line 25) | [Theory] method HoursAgo (line 31) | [Theory] method HoursFromNow (line 37) | [Theory] method DaysAgo (line 43) | [Theory] method DaysFromNow (line 49) | [Theory] method MonthsAgo (line 55) | [Theory] method MonthsFromNow (line 61) | [Theory] method YearsAgo (line 67) | [Theory] method YearsFromNow (line 73) | [Theory] method Now (line 79) | [Fact] FILE: tests/Humanizer.Tests/Localisation/sr-Latn/NumberToWordsTest.cs class NumberToWordsTest (line 3) | [UseCulture("sr-Latn")] method ToWords (line 6) | [Theory] FILE: tests/Humanizer.Tests/Localisation/sr-Latn/TimeSpanHumanizeTests.cs class TimeSpanHumanizeTests (line 3) | [UseCulture("sr-Latn")] method Years (line 6) | [Theory] method Months (line 17) | [Theory] method Weeks (line 28) | [Theory] method Days (line 40) | [Theory] method Hours (line 51) | [Theory] method Minutes (line 62) | [Theory] method Seconds (line 73) | [Theory] method Milliseconds (line 84) | [Theory] method NoTime (line 95) | [Fact] method NoTimeToWords (line 103) | [Fact] FILE: tests/Humanizer.Tests/Localisation/sr/DateHumanizeTests.cs class DateHumanizeDefaultStrategyTests (line 3) | [UseCulture("sr")] method SecondsAgo (line 6) | [Theory] method SecondsFromNow (line 12) | [Theory] method MinutesAgo (line 18) | [Theory] method MinutesFromNow (line 25) | [Theory] method HoursAgo (line 31) | [Theory] method HoursFromNow (line 37) | [Theory] method DaysAgo (line 43) | [Theory] method DaysFromNow (line 49) | [Theory] method MonthsAgo (line 55) | [Theory] method MonthsFromNow (line 61) | [Theory] method YearsAgo (line 67) | [Theory] method YearsFromNow (line 73) | [Theory] method Now (line 79) | [Fact] FILE: tests/Humanizer.Tests/Localisation/sr/NumberToWordsTest.cs class NumberToWordsTest (line 3) | [UseCulture("sr")] method ToWordsSr (line 6) | [Theory] FILE: tests/Humanizer.Tests/Localisation/sr/TimeSpanHumanizeTests.cs class TimeSpanHumanizeTests (line 3) | [UseCulture("sr")] method Years (line 6) | [Theory] method Months (line 17) | [Theory] method Weeks (line 28) | [Theory] method Days (line 40) | [Theory] method Hours (line 52) | [Theory] method Minutes (line 64) | [Theory] method Seconds (line 75) | [Theory] method Milliseconds (line 86) | [Theory] method NoTime (line 97) | [Fact] method NoTimeToWords (line 105) | [Fact] FILE: tests/Humanizer.Tests/Localisation/sv/CollectionFormatterTests.cs class CollectionFormatterTests (line 3) | [UseCulture("sv-SE")] method MoreThanTwoItems (line 6) | [Fact] method OneItem (line 14) | [Fact] method TwoItems (line 22) | [Fact] FILE: tests/Humanizer.Tests/Localisation/sv/DateHumanizeTests.cs class DateHumanizeTests (line 3) | [UseCulture("sv-SE")] method SecondsFromNow (line 6) | [Theory] method MinutesFromNow (line 12) | [Theory] method HoursFromNow (line 18) | [Theory] method DayFromNow (line 24) | [Theory] method MonthsFromNow (line 30) | [Theory] method YearsFromNow (line 36) | [Theory] method SecondsAgo (line 42) | [Theory] method MinutesAgo (line 48) | [Theory] method HoursAgo (line 55) | [Theory] method DayAgo (line 61) | [Theory] method MonthsAgo (line 67) | [Theory] method YearsAgo (line 73) | [Theory] FILE: tests/Humanizer.Tests/Localisation/sv/NumberToWordsTests.cs class NumberToWordsTests (line 3) | [UseCulture("sv-SE")] method ToWords (line 6) | [Theory] method ToOrdinalWords (line 47) | [Theory] FILE: tests/Humanizer.Tests/Localisation/sv/TimeSpanHumanizeTests.cs class TimeSpanHumanizeTests (line 3) | [UseCulture("sv-SE")] method Milliseconds (line 6) | [Theory] method Seconds (line 12) | [Theory] method Minutes (line 18) | [Theory] method Hours (line 24) | [Theory] method Days (line 30) | [Theory] method Weeks (line 36) | [Theory] method Months (line 42) | [Theory] method Years (line 51) | [Theory] FILE: tests/Humanizer.Tests/Localisation/ta/NumberToWordsTests.cs class NumberToWordsTests (line 3) | [UseCulture("ta")] method ToWords (line 7) | [Theory] method ToWordsFeminine (line 93) | [Theory] FILE: tests/Humanizer.Tests/Localisation/th-TH/DateHumanizeTests.cs class DateHumanizeTests (line 3) | [UseCulture("th-TH")] method SecondsAgo (line 6) | [Theory] FILE: tests/Humanizer.Tests/Localisation/th-TH/NumberToWordsTests.cs class NumberToWordsTests (line 3) | [UseCulture("th-TH")] method ToWords (line 6) | [InlineData(1, "หนึ่ง")] FILE: tests/Humanizer.Tests/Localisation/tr/DateHumanizeTests.cs class DateHumanizeTests (line 3) | [UseCulture("tr")] method SecondsAgo (line 6) | [Theory] method SecondsFromNow (line 12) | [Theory] method MinutesAgo (line 18) | [Theory] method MinutesFromNow (line 25) | [Theory] method HoursAgo (line 31) | [Theory] method HoursFromNow (line 37) | [Theory] method DaysAgo (line 43) | [Theory] method DaysFromNow (line 49) | [Theory] method MonthsAgo (line 55) | [Theory] method MonthsFromNow (line 61) | [Theory] method YearsAgo (line 67) | [Theory] method YearsFromNow (line 73) | [Theory] method Now (line 79) | [Fact] FILE: tests/Humanizer.Tests/Localisation/tr/NumberToWordsTests.cs class NumberToWordsTests (line 3) | [UseCulture("tr")] method ToWords (line 6) | [Theory] method ToOrdinalWords (line 22) | [Theory] FILE: tests/Humanizer.Tests/Localisation/tr/OrdinalizeTests.cs class OrdinalizeTests (line 3) | [UseCulture("tr")] method OrdinalizeString (line 6) | [Theory] method OrdinalizeNumber (line 23) | [Theory] FILE: tests/Humanizer.Tests/Localisation/tr/TimeSpanHumanizeTests.cs class TimeSpanHumanizeTests (line 3) | [UseCulture("tr")] method Years (line 6) | [Theory] method Months (line 15) | [Theory] method Weeks (line 24) | [Theory] method Days (line 33) | [Theory] method Hours (line 42) | [Theory] method Minutes (line 51) | [Theory] method Seconds (line 60) | [Theory] method Milliseconds (line 69) | [Theory] method NoTime (line 78) | [Fact] method NoTimeToWords (line 86) | [Fact] FILE: tests/Humanizer.Tests/Localisation/uk-UA/DateHumanizeTests.cs class DateHumanizeTests (line 3) | [UseCulture("uk-UA")] method SecondsAgo (line 6) | [Theory] method SecondsFromNow (line 26) | [Theory] method MinutesAgo (line 46) | [Theory] method MinutesFromNow (line 67) | [Theory] method HoursAgo (line 87) | [Theory] method HoursFromNow (line 104) | [Theory] method DaysAgo (line 121) | [Theory] method DaysFromNow (line 140) | [Theory] method MonthsAgo (line 159) | [Theory] method MonthsFromNow (line 171) | [Theory] method YearsAgo (line 183) | [Theory] method YearsFromNow (line 201) | [Theory] method Now (line 220) | [Fact] FILE: tests/Humanizer.Tests/Localisation/uk-UA/NumberToWordsTests.cs class NumberToWordsTests (line 3) | [UseCulture("uk-UA")] method ToWords (line 6) | [Theory] method ToWordsWithGender (line 86) | [Theory] method ToOrdinalWords (line 93) | [Theory] method ToOrdinalWordsFeminine (line 165) | [Theory] method ToOrdinalWordsNeuter (line 232) | [Theory] FILE: tests/Humanizer.Tests/Localisation/uk-UA/OrdinalizeTests.cs class OrdinalizeTests (line 3) | [UseCulture("uk-UA")] method OrdinalizeString (line 6) | [Theory] method OrdinalizeStringFeminine (line 23) | [Theory] method OrdinalizeStringNeuter (line 40) | [Theory] method OrdinalizeNumber (line 57) | [Theory] method OrdinalizeNumberFeminine (line 75) | [Theory] method OrdinalizeNumberNeuter (line 93) | [Theory] FILE: tests/Humanizer.Tests/Localisation/uk-UA/TimeSpanHumanizeTests.cs class TimeSpanHumanizeTests (line 3) | [UseCulture("uk-UA")] method Years (line 6) | [Theory] method Months (line 16) | [Theory] method Weeks (line 26) | [Theory] method Days (line 38) | [Theory] method Hours (line 50) | [Theory] method Minutes (line 69) | [Theory] method Seconds (line 91) | [Theory] method Milliseconds (line 113) | [Theory] method NoTime (line 135) | [Fact] method NoTimeToWords (line 139) | [Fact] FILE: tests/Humanizer.Tests/Localisation/uz-Cyrl-UZ/DateHumanizeTests.cs class DateHumanizeTests (line 3) | [UseCulture("uz-Cyrl-UZ")] method SecondsAgo (line 6) | [Theory] method SecondsFromNow (line 12) | [Theory] method MinutesAgo (line 18) | [Theory] method MinutesFromNow (line 25) | [Theory] method HoursAgo (line 31) | [Theory] method HoursFromNow (line 37) | [Theory] method DaysAgo (line 43) | [Theory] method DaysFromNow (line 49) | [Theory] method MonthsAgo (line 55) | [Theory] method MonthsFromNow (line 61) | [Theory] method YearsAgo (line 67) | [Theory] method YearsFromNow (line 73) | [Theory] method Now (line 79) | [Fact] FILE: tests/Humanizer.Tests/Localisation/uz-Cyrl-UZ/NumberToWordsTests.cs class NumberToWordsTests (line 3) | [UseCulture("uz-Cyrl-UZ")] method ToWords (line 6) | [Theory] method ToOrdinalWords (line 66) | [Theory] FILE: tests/Humanizer.Tests/Localisation/uz-Cyrl-UZ/TimeSpanHumanizeTests.cs class TimeSpanHumanizeTests (line 3) | [UseCulture("uz-Cyrl-UZ")] method Years (line 6) | [Theory] method Months (line 15) | [Theory] method Weeks (line 24) | [Theory] method Days (line 33) | [Theory] method Hours (line 42) | [Theory] method Minutes (line 51) | [Theory] method Seconds (line 60) | [Theory] method Milliseconds (line 69) | [Theory] method NoTime (line 78) | [Fact] method NoTimeToWords (line 86) | [Fact] FILE: tests/Humanizer.Tests/Localisation/uz-Latn-UZ/DateHumanizeTests.cs class DateHumanizeTests (line 3) | [UseCulture("uz-Latn-UZ")] method SecondsAgo (line 6) | [Theory] method SecondsFromNow (line 12) | [Theory] method MinutesAgo (line 18) | [Theory] method MinutesFromNow (line 25) | [Theory] method HoursAgo (line 31) | [Theory] method HoursFromNow (line 37) | [Theory] method DaysAgo (line 43) | [Theory] method DaysFromNow (line 49) | [Theory] method MonthsAgo (line 55) | [Theory] method MonthsFromNow (line 61) | [Theory] method YearsAgo (line 67) | [Theory] method YearsFromNow (line 73) | [Theory] method Now (line 79) | [Fact] FILE: tests/Humanizer.Tests/Localisation/uz-Latn-UZ/NumberToWordsTests.cs class NumberToWordsTests (line 3) | [UseCulture("uz-Latn-UZ")] method ToWords (line 6) | [Theory] method ToOrdinalWords (line 66) | [Theory] FILE: tests/Humanizer.Tests/Localisation/uz-Latn-UZ/TimeSpanHumanizeTests.cs class TimeSpanHumanizeTests (line 3) | [UseCulture("uz-Latn-UZ")] method Years (line 6) | [Theory] method Months (line 15) | [Theory] method Weeks (line 24) | [Theory] method Days (line 33) | [Theory] method Hours (line 42) | [Theory] method Minutes (line 51) | [Theory] method Seconds (line 60) | [Theory] method Milliseconds (line 69) | [Theory] method NoTime (line 78) | [Fact] method NoTimeToWords (line 86) | [Fact] FILE: tests/Humanizer.Tests/Localisation/vi/DateHumanizeTests.cs class DateHumanizeTests (line 3) | [UseCulture("vi")] method SecondsAgo (line 6) | [Theory] method SecondsFromNow (line 12) | [Theory] method MinutesAgo (line 18) | [Theory] method MinutesFromNow (line 24) | [Theory] method HoursAgo (line 30) | [Theory] method HoursFromNow (line 36) | [Theory] method DaysAgo (line 42) | [Theory] method DaysFromNow (line 48) | [Theory] method MonthsAgo (line 54) | [Theory] method MonthsFromNow (line 60) | [Theory] method YearsAgo (line 66) | [Theory] method YearsFromNow (line 72) | [Theory] FILE: tests/Humanizer.Tests/Localisation/vi/NumberToWordsTests.cs class NumberToWordsTests (line 3) | [UseCulture("vi")] method ToWords (line 6) | [Theory] method ToOrdinalWords (line 54) | [Theory] FILE: tests/Humanizer.Tests/Localisation/vi/TimeSpanHumanizeTests.cs class TimeSpanHumanizeTests (line 3) | [UseCulture("vi")] method Years (line 6) | [Theory] method Months (line 17) | [Theory] method Weeks (line 28) | [Theory] method Days (line 39) | [Theory] method Hours (line 50) | [Theory] method Minutes (line 61) | [Theory] method Seconds (line 72) | [Theory] method Milliseconds (line 83) | [Theory] method NoTime (line 94) | [Fact] method NoTimeToWords (line 102) | [Fact] FILE: tests/Humanizer.Tests/Localisation/zh-CN/DateHumanizeTests.cs class DateHumanizeTests (line 3) | [UseCulture("zh-CN")] method DaysAgo (line 6) | [Theory] method DaysFromNow (line 13) | [Theory] method HoursAgo (line 20) | [Theory] method HoursFromNow (line 26) | [Theory] method MinutesAgo (line 32) | [Theory] method MinutesFromNow (line 39) | [Theory] method MonthsAgo (line 45) | [Theory] method MonthsFromNow (line 51) | [Theory] method SecondsAgo (line 57) | [Theory] method SecondsFromNow (line 63) | [Theory] method YearsAgo (line 69) | [Theory] method YearsFromNow (line 75) | [Theory] FILE: tests/Humanizer.Tests/Localisation/zh-CN/NumberToWordsTests.cs class NumberToWordsTests (line 3) | [UseCulture("zh-CN")] method ToWords (line 6) | [InlineData(1, "一")] method ToOrdinalWords (line 47) | [Theory] FILE: tests/Humanizer.Tests/Localisation/zh-CN/TimeSpanHumanizeTests.cs class TimeSpanHumanizeTests (line 3) | [UseCulture("zh-CN")] method Years (line 6) | [Theory] method Months (line 15) | [Theory] method Weeks (line 24) | [Theory] method Days (line 32) | [Theory] method Hours (line 38) | [Theory] method Minutes (line 44) | [Theory] method Seconds (line 50) | [Theory] method Milliseconds (line 56) | [Theory] method NoTime (line 62) | [Fact] method NoTimeToWords (line 66) | [Fact] FILE: tests/Humanizer.Tests/Localisation/zh-HK/DateHumanizeTests.cs class DateHumanizeTests (line 3) | [UseCulture("zh-HK")] method DaysAgo (line 6) | [Theory] method DaysFromNow (line 13) | [Theory] method HoursAgo (line 20) | [Theory] method HoursFromNow (line 26) | [Theory] method MinutesAgo (line 32) | [Theory] method MinutesFromNow (line 39) | [Theory] method MonthsAgo (line 45) | [Theory] method MonthsFromNow (line 51) | [Theory] method SecondsAgo (line 57) | [Theory] method SecondsFromNow (line 63) | [Theory] method YearsAgo (line 69) | [Theory] method YearsFromNow (line 75) | [Theory] FILE: tests/Humanizer.Tests/Localisation/zh-HK/TimeSpanHumanizeTests.cs class TimeSpanHumanizeTests (line 3) | [UseCulture("zh-HK")] method Years (line 6) | [Theory] method Months (line 17) | [Theory] method Weeks (line 25) | [Theory] method Days (line 33) | [Theory] method Hours (line 39) | [Theory] method Minutes (line 45) | [Theory] method Seconds (line 51) | [Theory] method Milliseconds (line 57) | [Theory] method NoTime (line 63) | [Fact] method NoTimeToWords (line 67) | [Fact] FILE: tests/Humanizer.Tests/Localisation/zh-Hans/DateHumanizeTests.cs class DateHumanizeTests (line 3) | [UseCulture("zh-Hans")] method DaysAgo (line 6) | [Theory] method DaysFromNow (line 13) | [Theory] method HoursAgo (line 20) | [Theory] method HoursFromNow (line 26) | [Theory] method MinutesAgo (line 32) | [Theory] method MinutesFromNow (line 39) | [Theory] method MonthsAgo (line 45) | [Theory] method MonthsFromNow (line 51) | [Theory] method SecondsAgo (line 57) | [Theory] method SecondsFromNow (line 63) | [Theory] method YearsAgo (line 69) | [Theory] method YearsFromNow (line 75) | [Theory] FILE: tests/Humanizer.Tests/Localisation/zh-Hans/TimeSpanHumanizeTests.cs class TimeSpanHumanizeTests (line 3) | [UseCulture("zh-Hans")] method Years (line 6) | [Theory] method Months (line 15) | [Theory] method Weeks (line 24) | [Theory] method Days (line 32) | [Theory] method Hours (line 38) | [Theory] method Minutes (line 44) | [Theory] method Seconds (line 50) | [Theory] method Milliseconds (line 56) | [Theory] method NoTime (line 62) | [Fact] method NoTimeToWords (line 66) | [Fact] FILE: tests/Humanizer.Tests/Localisation/zh-Hant/DateHumanizeTests.cs class DateHumanizeTests (line 3) | [UseCulture("zh-Hant")] method DaysAgo (line 6) | [Theory] method DaysFromNow (line 13) | [Theory] method HoursAgo (line 20) | [Theory] method HoursFromNow (line 26) | [Theory] method MinutesAgo (line 32) | [Theory] method MinutesFromNow (line 39) | [Theory] method MonthsAgo (line 45) | [Theory] method MonthsFromNow (line 51) | [Theory] method SecondsAgo (line 57) | [Theory] method SecondsFromNow (line 63) | [Theory] method YearsAgo (line 69) | [Theory] method YearsFromNow (line 75) | [Theory] FILE: tests/Humanizer.Tests/Localisation/zh-Hant/TimeSpanHumanizeTests.cs class TimeSpanHumanizeTests (line 3) | [UseCulture("zh-Hant")] method Years (line 6) | [Theory] method Months (line 18) | [Theory] method Weeks (line 27) | [Theory] method Days (line 35) | [Theory] method Hours (line 41) | [Theory] method Minutes (line 47) | [Theory] method Seconds (line 53) | [Theory] method Milliseconds (line 59) | [Theory] method NoTime (line 65) | [Fact] method NoTimeToWords (line 69) | [Fact] FILE: tests/Humanizer.Tests/MetricNumeralTests.cs class MetricNumeralTests (line 1) | [UseCulture("en-US")] method FromMetric (line 12) | [Theory] method FromMetricOnInvalid (line 23) | [Theory] method FromMetricOnNull (line 36) | [Fact] method TestAllSymbols (line 41) | [Theory] method TestAllSymbolsAsInt (line 56) | [Theory] method TestAllSymbolsAsLong (line 78) | [Theory] method ToMetric (line 121) | [Theory] method ToMetricOnInvalid (line 208) | [Theory] FILE: tests/Humanizer.Tests/ModuleInitializer.cs class ModuleInitializer (line 3) | public static class ModuleInitializer method Initialize (line 5) | [ModuleInitializer] FILE: tests/Humanizer.Tests/NumberToNumberTests.cs class NumberToNumberTests (line 1) | public class NumberToNumberTests method IntToTens (line 3) | [Fact] method UintToTens (line 10) | [Fact] method LongToTens (line 17) | [Fact] method UlongToTens (line 24) | [Fact] method DoubleToTens (line 31) | [Fact] method IntToHundreds (line 38) | [Fact] method UintToHundreds (line 45) | [Fact] method LongToHundreds (line 52) | [Fact] method UlongToHundreds (line 59) | [Fact] method DoubleToHundreds (line 66) | [Fact] method IntToThousands (line 73) | [Fact] method UintToThousands (line 80) | [Fact] method LongToThousands (line 87) | [Fact] method UlongToThousands (line 94) | [Fact] method DoubleToThousands (line 101) | [Fact] method IntToMillions (line 108) | [Fact] method UintToMillions (line 115) | [Fact] method LongToMillions (line 122) | [Fact] method UlongToMillions (line 129) | [Fact] method DoubleToMillions (line 136) | [Fact] method IntToBillions (line 143) | [Fact] method UintToBillions (line 150) | [Fact] method LongToBillions (line 157) | [Fact] method UlongToBillions (line 164) | [Fact] method DoubleToBillions (line 171) | [Fact] FILE: tests/Humanizer.Tests/NumberToTimeSpanTests.cs class NumberToTimeSpanTests (line 1) | public class NumberToTimeSpanTests method ByteToMilliseconds (line 3) | [Fact] method SbyteToMilliseconds (line 10) | [Fact] method ShortToMilliseconds (line 17) | [Fact] method UshortToMilliseconds (line 24) | [Fact] method IntToMilliseconds (line 31) | [Fact] method UintToMilliseconds (line 38) | [Fact] method LongToMilliseconds (line 45) | [Fact] method UlongToMilliseconds (line 52) | [Fact] method ByteToMinutes (line 59) | [Fact] method SbyteToMinutes (line 66) | [Fact] method ShortToMinutes (line 73) | [Fact] method UshortToMinutes (line 80) | [Fact] method IntToMinutes (line 87) | [Fact] method UintToMinutes (line 94) | [Fact] method LongToMinutes (line 101) | [Fact] method UlongToMinutes (line 108) | [Fact] method ByteToSeconds (line 115) | [Fact] method SbyteToSeconds (line 122) | [Fact] method ShortToSeconds (line 129) | [Fact] method UshortToSeconds (line 136) | [Fact] method IntToSeconds (line 143) | [Fact] method UintToSeconds (line 150) | [Fact] method LongToSeconds (line 157) | [Fact] method UlongToSeconds (line 164) | [Fact] method ByteToHours (line 171) | [Fact] method SbyteToHours (line 178) | [Fact] method ShortToHours (line 185) | [Fact] method UshortToHours (line 192) | [Fact] method IntToHours (line 199) | [Fact] method UintToHours (line 206) | [Fact] method LongToHours (line 213) | [Fact] method UlongToHours (line 220) | [Fact] method ByteToDays (line 227) | [Fact] method SbyteToDays (line 234) | [Fact] method ShortToDays (line 241) | [Fact] method UshortToDays (line 248) | [Fact] method IntToDays (line 255) | [Fact] method UintToDays (line 262) | [Fact] method LongToDays (line 269) | [Fact] method UlongToDays (line 276) | [Fact] method ByteToWeeks (line 283) | [Fact] method SbyteToWeeks (line 291) | [Fact] method ShortToWeeks (line 299) | [Fact] method UshortToWeeks (line 307) | [Fact] method IntToWeeks (line 315) | [Fact] method UintToWeeks (line 323) | [Fact] method LongToWeeks (line 331) | [Fact] method UlongToWeeks (line 339) | [Fact] FILE: tests/Humanizer.Tests/NumberToWordsTests.cs class NumberToWordsTests (line 1) | [UseCulture("en-US")] method ToOrdinalWords (line 4) | [Theory] method ToOrdinalWords_CanSpecifyCultureExplicitly (line 51) | [Theory] method ToOrdinalWords_WordFormIsIgnored (line 58) | [Theory] method ToOrdinalWords_WordFormIsIgnoredWithSpecificCulture (line 79) | [Theory] method ToTuple (line 107) | [Theory] method ToWords_CanSpecifyCultureExplicitly (line 124) | [Theory] method ToWords_WordFormIsIgnored (line 135) | [Theory] method ToWords_WordFormIsIgnoredWithSpecificCulture (line 160) | [Theory] method ToWordsInt (line 188) | [Theory] method ToWordsLong (line 223) | [Theory] method ToWordsWithoutAnd (line 247) | [Theory] FILE: tests/Humanizer.Tests/OrdinalizeTests.cs class OrdinalizeTests (line 1) | [UseCulture("en-US")] method OrdinalizeString (line 4) | [Theory] method OrdinalizeNumber (line 36) | [Theory] method OrdinalizeNumberGenderIsImmaterial (line 68) | [Theory] method OrdinalizeStringGenderIsImmaterial (line 79) | [Theory] method OrdinalizeStringWithCultureOverridesCurrentCulture (line 90) | [Theory] method OrdinalizeNumberWithCultureOverridesCurrentCulture (line 99) | [Theory] method OrdinalizeNumberWithOverridenCultureGenderIsImmaterial (line 108) | [Theory] method OrdinalizeStringWithOverridenGenderIsImmaterial (line 120) | [Theory] method OrdinalizeNumberWithOverridenCultureAndSpecificForm (line 132) | [Theory] method OrdinalizeNumberWithOverridenCultureAndGenderAndForm (line 146) | [Theory] FILE: tests/Humanizer.Tests/ResourceKeyTests.cs class ResourceKeyTests (line 2) | public class ResourceKeyTests method DateHumanizeKeysGeneration (line 4) | [Theory] method TimeSpanHumanizeKeysGeneration (line 9) | [Theory] method DateHumanizeKeysExistence (line 14) | [Theory] method TimeSpanHumanizeKeysExistence (line 19) | [Theory] FILE: tests/Humanizer.Tests/RomanNumeralTests.cs class RomanNumeralTests (line 1) | public class RomanNumeralTests method ToRoman (line 3) | [Theory] method FromRoman (line 26) | [Theory] FILE: tests/Humanizer.Tests/StringDehumanizeTests.cs class StringDehumanizeTests (line 1) | public class StringDehumanizeTests method CanDehumanizeIntoAPascalCaseWord (line 3) | [Theory] FILE: tests/Humanizer.Tests/StringHumanizeTests.cs class StringHumanizeTests (line 1) | public class StringHumanizeTests method CanHumanizeStringInPascalCase (line 3) | [Theory] method CanHumanizeStringInPascalCaseInTurkish (line 21) | [Theory, UseCulture("tr-TR")] method CanHumanizeOtherUnicodeLetter (line 27) | [Theory, UseCulture("ar")] method CanHumanizeStringWithUnderscoresAndDashes (line 32) | [Theory] method CanHumanizeStringWithAcronyms (line 46) | [Theory] method CanHumanizeIntoTitleCase (line 57) | [Theory] method CanHumanizeIntoLowerCase (line 68) | [Theory] method CanHumanizeIntoSentenceCase (line 75) | [Theory] method CanHumanizeIntoUpperCase (line 84) | [Theory] FILE: tests/Humanizer.Tests/TimeOnlyHumanizeTests.cs class TimeOnlyHumanizeTests (line 3) | [UseCulture("en-US")] method DefaultStrategy_SameTime (line 6) | [Fact] method DefaultStrategy_HoursApart (line 20) | [Fact] method DefaultStrategy_HoursAgo (line 34) | [Fact] method PrecisionStrategy_NextDay (line 48) | [Fact] method Never (line 62) | [Fact] method Nullable_ExpectSame (line 69) | [Fact] FILE: tests/Humanizer.Tests/TimeSpanHumanizeTests.cs class TimeSpanHumanizeTests (line 1) | [UseCulture("en-US")] method AllTimeSpansMustBeUniqueForASequenceOfDays (line 4) | [Fact] method Years (line 19) | [Theory] method Months (line 36) | [Theory] method Weeks (line 55) | [Theory] method Days (line 67) | [Theory] method Hours (line 80) | [Theory] method Minutes (line 91) | [Theory] method Seconds (line 102) | [Theory] method Milliseconds (line 117) | [Theory] method Age (line 132) | [Theory] method TimeSpanWithMaxTimeUnit (line 144) | [Theory] method TimeSpanWithMinTimeUnit (line 158) | [Theory] method TimeSpanWithPrecision (line 233) | [Theory] method DaysWithPrecision (line 284) | [Theory] method TimeSpanWithMinAndMaxUnits_DoesNotReportExcessiveTime (line 294) | [Theory] method TimeSpanWithPrecisionAndCountingEmptyUnits (line 304) | [Theory] method TimeSpanWithPrecisionAndAlternativeCollectionFormatter (line 348) | [Theory] method TimeSpanWithNumbersConvertedToWords (line 387) | [Theory] method NoTime (line 423) | [Fact] method NoTimeToWords (line 431) | [Fact] method CanSpecifyCultureExplicitly (line 439) | [Theory] method CanSpecifyCultureExplicitlyToWords (line 450) | [Theory] FILE: tests/Humanizer.Tests/TimeUnitToSymbolTests.cs class TimeUnitToSymbolTests (line 1) | [UseCulture("en-US")] method ToSymbol (line 4) | [Theory] FILE: tests/Humanizer.Tests/ToQuantityTests.cs class ToQuantityTests (line 1) | [UseCulture("en-US")] method ToQuantity (line 4) | [Theory] method ToQuantityWithNoQuantity (line 36) | [Theory] method ToQuantityNumeric (line 60) | [Theory] method ToQuantityPublicApiIncludesIntOverloads (line 84) | [Fact] method ToDoubleQuantityNumeric (line 121) | [Theory] method ToQuantityWords (line 132) | [Theory] method ToQuantityWordsWithCurrentCultureFormatting (line 158) | [Theory] method ToQuantityWordsWithCustomCultureFormatting (line 179) | [Theory] method GetStringComparer (line 203) | internal static StringComparer GetStringComparer(CultureInfo culture) => FILE: tests/Humanizer.Tests/TransformersTests.cs class TransformersTests (line 1) | public class TransformersTests method TransformToTitleCase (line 3) | [Theory] method TransformToLowerCase (line 17) | [Theory] method TransformToSentenceCase (line 25) | [Theory] method TransformToUpperCase (line 32) | [Theory] FILE: tests/Humanizer.Tests/TruncatorTests.cs class TruncatorTests (line 1) | public class TruncatorTests method Truncate (line 3) | [Theory(DisplayName = "01 - Truncate")] method TruncateWithCustomTruncationString (line 13) | [Theory(DisplayName = "02.1 - TruncateWithFixedLengthTruncator")] method TruncateWithFixedLengthTruncator (line 22) | [Theory(DisplayName = "02.2 - TruncateWithFixedLengthTruncator")] method TruncateWithFixedNumberOfCharactersTruncator (line 32) | [Theory(DisplayName = "03 - TruncateWithFixedNumberOfCharactersTruncat... method TruncateWithFixedNumberOfWordsTruncator (line 42) | [Theory(DisplayName = "04 - TruncateWithFixedNumberOfCharactersTruncat... method TruncateWithDynamicLengthAndPreserveWordsTruncator (line 53) | [Theory(DisplayName = "05 - TruncateWithDynamicLengthAndPreserveWordsT... method TruncateWithDynamicNumberOfCharactersAndPreserveWordsTruncator (line 66) | [Theory(DisplayName = "06 - TruncateWithDynamicNumberOfCharactersAndPr... method TruncateWithTruncationString (line 79) | [Theory(DisplayName = "07 - TruncateWithTruncationString")] method TruncateWithTruncationStringAndFixedLengthTruncator (line 91) | [Theory(DisplayName = "08 - TruncateWithTruncationStringAndFixedLength... method TruncateWithTruncationStringAndFixedNumberOfCharactersTruncator (line 104) | [Theory(DisplayName = "09 - TruncateWithTruncationStringAndFixedNumber... method TruncateWithTruncationStringAndFixedNumberOfWordsTruncator (line 118) | [Theory(DisplayName = "10 - TruncateWithTruncationStringAndFixedNumber... method TruncateWithTruncationStringAndDynamicLengthAndPreserveWordsTruncator (line 131) | [Theory(DisplayName = "11 - TruncateWithTruncationStringAndDynamicLeng... method TruncateWithTruncationStringAndDynamicNumberOfCharactersAndPreserveWordsTruncator (line 149) | [Theory(DisplayName = "12 - TruncateWithTruncationStringAndDynamicNumb... method TruncateWithFixedLengthTruncatorTruncateFromLeft (line 172) | [Theory(DisplayName = "13 - TruncateWithFixedLengthTruncatorTruncateFr... method TruncateWithFixedNumberOfCharactersTruncatorTruncateFromLeft (line 182) | [Theory(DisplayName = "14 - TruncateWithFixedNumberOfCharactersTruncat... method TruncateWithFixedNumberOfWordsTruncatorTruncateFromLeft (line 193) | [Theory(DisplayName = "15 - TruncateWithFixedNumberOfWordsTruncatorTru... method TruncateWithDynamicLengthAndPreserveWordsTruncatorTruncateFromLeft (line 205) | [Theory(DisplayName = "16 - TruncateWithDynamicLengthAndPreserveWordsT... method TruncateWithDynamicNumberOfCharactersAndPreserveWordsTruncatorTruncateFromLeft (line 219) | [Theory(DisplayName = "17 - TruncateWithDynamicNumberOfCharactersAndPr... method TruncateWithTruncationStringAndFixedLengthTruncatorTruncateFromLeft (line 233) | [Theory(DisplayName = "18 - TruncateWithTruncationStringAndFixedLength... method TruncateWithTruncationStringAndFixedNumberOfCharactersTruncatorTruncateFromLeft (line 246) | [Theory(DisplayName = "19 - TruncateWithTruncationStringAndFixedNumber... method TruncateWithTruncationStringAndFixedNumberOfWordsTruncatorTruncateFromLeft (line 259) | [Theory(DisplayName = "20 - TruncateWithTruncationStringAndFixedNumber... method TruncateWithTruncationStringAndDynamicLengthAndPreserveWordsTruncatorTruncateFromLeft (line 273) | [Theory(DisplayName = "20 - TruncateWithTruncationStringAndDynamicLeng... method TruncateWithTruncationStringAndDynamicNumberOfCharactersAndPreserveWordsTruncatorTruncateFromLeft (line 296) | [Theory(DisplayName = "21 - TruncateWithTruncationStringAndDynamicNumb... FILE: tests/Humanizer.Tests/TupleizeTests.cs class TupleizeTests (line 4) | public class TupleizeTests method Given_int_with_named_tuple_gives_correct_result (line 6) | [Theory] method Given_other_number_returns_n_tuple (line 22) | [Theory] FILE: tests/Humanizer.Tests/UseCultureAttribute.cs class UseCultureAttribute (line 21) | [AttributeUsage(AttributeTargets.Class | AttributeTargets.Method)] method Before (line 36) | public override void Before(MethodInfo methodUnderTest, IXunitTest test) method After (line 50) | public override void After(MethodInfo methodUnderTest, IXunitTest test) FILE: tests/Humanizer.Tests/WordsToNumberTests.cs class WordsToNumberTests_US (line 3) | [UseCulture("en-US")] method ToNumber_US (line 6) | [Theory] method TryToNumber_ValidInput_US (line 35) | [Theory] method TryToNumber_InvalidInput_US (line 69) | [Theory] class WordsToNumberTests_GB (line 89) | [UseCulture("en-GB")] method TryToNumber_ValidInput_GB (line 92) | [Theory] method TryToNumber_InvalidInput_GB (line 126) | [Theory] class WordsToNumberTests_NonEnglish (line 145) | public class WordsToNumberTests_NonEnglish method ThrowsForNonEnglishWords (line 147) | [Theory] FILE: tests/fixtures/PackageSmoke/AnalyzerProbe.cs class StubFormatter (line 3) | public class StubFormatter FILE: tests/fixtures/PackageSmoke/ConsoleConsumer/Program.cs class Program (line 5) | public static class Program method Main (line 7) | public static void Main()