intl/icu/source/data/locales/zh_Hant_MO.txt

Sat, 03 Jan 2015 20:18:00 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 03 Jan 2015 20:18:00 +0100
branch
TOR_BUG_3246
changeset 7
129ffea94266
permissions
-rw-r--r--

Conditionally enable double key logic according to:
private browsing mode or privacy.thirdparty.isolate preference and
implement in GetCookieStringCommon and FindCookie where it counts...
With some reservations of how to convince FindCookie users to test
condition and pass a nullptr when disabling double key logic.

     1 // ***************************************************************************
     2 // *
     3 // * Copyright (C) 2013 International Business Machines
     4 // * Corporation and others. All Rights Reserved.
     5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
     6 // * Source File: <path>/common/main/zh_Hant_MO.xml
     7 // *
     8 // ***************************************************************************
     9 zh_Hant_MO{
    10     %%Parent{"zh_Hant_HK"}
    11     Version{"2.0.92.80"}
    12     calendar{
    13         generic{
    14             DateTimePatterns{
    15                 "ah:mm:ss [zzzz]",
    16                 "ah:mm:ss [z]",
    17                 "ah:mm:ss",
    18                 "ah:mm",
    19                 "Gy年MM月dd日EEEE",
    20                 "Gy年MM月dd日",
    21                 "Gy年M月d日",
    22                 "Gy年M月d日",
    23                 "{1}{0}",
    24                 "{1} {0}",
    25                 "{1} {0}",
    26                 "{1}{0}",
    27                 "{1}{0}",
    28             }
    29             availableFormats{
    30                 MEd{"M-d (E)"}
    31                 Md{"M-d"}
    32             }
    33         }
    34         gregorian{
    35             DateTimePatterns{
    36                 "ah:mm:ss [zzzz]",
    37                 "ah:mm:ss [z]",
    38                 "ah:mm:ss",
    39                 "ah:mm",
    40                 "y年MM月dd日EEEE",
    41                 "y年MM月dd日",
    42                 "y年M月d日",
    43                 "yy年M月d日",
    44                 "{1}{0}",
    45                 "{1} {0}",
    46                 "{1} {0}",
    47                 "{1}{0}",
    48                 "{1}{0}",
    49             }
    50             availableFormats{
    51                 MEd{"E, M-d"}
    52                 MMdd{"dd-MM"}
    53                 Md{"M-d"}
    54             }
    55         }
    56     }
    57 }

mercurial