Sat, 03 Jan 2015 20:18:00 +0100
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/bn_IN.xml
7 // *
8 // ***************************************************************************
9 bn_IN{
10 Ellipsis{
11 final{"{0}…"}
12 initial{"…{0}"}
13 medial{"{0}…{1}"}
14 }
15 NumberElements{
16 latn{
17 patternsLong{
18 decimalFormat{
19 1000{
20 one{"0 হাজার"}
21 other{"0 হাজার"}
22 }
23 10000{
24 one{"00 হাজার"}
25 other{"00 হাজার"}
26 }
27 100000{
28 one{"000 হাজার"}
29 other{"000 হাজার"}
30 }
31 1000000{
32 one{"0 মিলিয়ন"}
33 other{"0 মিলিয়ন"}
34 }
35 10000000{
36 one{"00 মিলিয়ন"}
37 other{"00 মিলিয়ন"}
38 }
39 100000000{
40 one{"000 মিলিয়ন"}
41 other{"000 মিলিয়ন"}
42 }
43 1000000000{
44 one{"0 বিলিয়ন"}
45 other{"0 বিলিয়ন"}
46 }
47 10000000000{
48 one{"00 বিলিয়ন"}
49 other{"00 বিলিয়ন"}
50 }
51 100000000000{
52 one{"000 বিলিয়ন"}
53 other{"000 বিলিয়ন"}
54 }
55 1000000000000{
56 one{"0 ট্রিলিয়ন"}
57 other{"0 ট্রিলিয়ন"}
58 }
59 10000000000000{
60 one{"00 ট্রিলিয়ন"}
61 other{"00 ট্রিলিয়ন"}
62 }
63 100000000000000{
64 one{"000 ট্রিলিয়ন"}
65 other{"000 ট্রিলিয়ন"}
66 }
67 }
68 }
69 patternsShort{
70 decimalFormat{
71 1000{
72 one{"0K"}
73 other{"0K"}
74 }
75 10000{
76 one{"00K"}
77 other{"00K"}
78 }
79 100000{
80 one{"000K"}
81 other{"000K"}
82 }
83 1000000{
84 one{"0M"}
85 other{"0M"}
86 }
87 10000000{
88 one{"00M"}
89 other{"00M"}
90 }
91 100000000{
92 one{"000M"}
93 other{"000M"}
94 }
95 1000000000{
96 one{"0B"}
97 other{"0B"}
98 }
99 10000000000{
100 one{"00B"}
101 other{"00B"}
102 }
103 100000000000{
104 one{"000B"}
105 other{"000B"}
106 }
107 1000000000000{
108 one{"0T"}
109 other{"0T"}
110 }
111 10000000000000{
112 one{"00T"}
113 other{"00T"}
114 }
115 100000000000000{
116 one{"000T"}
117 other{"000T"}
118 }
119 }
120 }
121 }
122 }
123 Version{"2.0.92.80"}
124 calendar{
125 gregorian{
126 intervalFormats{
127 yMMMM{
128 M{"MM – MM -y"}
129 }
130 }
131 quarters{
132 format{
133 abbreviated{
134 "ত্রৈমাসিক",
135 "ষাণ্মাসিক",
136 "চতুর্থাংশ ৩",
137 "বার্ষিক",
138 }
139 wide{
140 "ত্রৈমাসিক",
141 "ষাণ্মাসিক",
142 "তৃতীয় চতুর্থাংশ",
143 "বার্ষিক",
144 }
145 }
146 stand-alone{
147 abbreviated{
148 "Q1",
149 "Q2",
150 "Q3",
151 "Q4",
152 }
153 wide{
154 "ত্রৈমাসিক",
155 "ষাণ্মাসিক",
156 "তৃতীয় চতুর্থাংশ",
157 "বার্ষিক",
158 }
159 }
160 }
161 }
162 }
163 fields{
164 dayperiod{
165 dn{"AM/PM"}
166 }
167 }
168 unitsNarrow{
169 angle{
170 arc-second{
171 one{"{0}″"}
172 other{"{0}″"}
173 }
174 }
175 area{
176 square-kilometer{
177 one{"{0} km²"}
178 other{"{0} km²"}
179 }
180 square-mile{
181 one{"{0} mi²"}
182 other{"{0} mi²"}
183 }
184 }
185 speed{
186 kilometer-per-hour{
187 one{"{0} kph"}
188 other{"{0} kph"}
189 }
190 meter-per-second{
191 one{"{0} m/s"}
192 other{"{0} m/s"}
193 }
194 mile-per-hour{
195 one{"{0} mph"}
196 other{"{0} mph"}
197 }
198 }
199 volume{
200 cubic-kilometer{
201 one{"{0} km³"}
202 other{"{0} km³"}
203 }
204 cubic-mile{
205 one{"{0}mi³"}
206 other{"{0} mi³"}
207 }
208 }
209 }
210 }