aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/icu/.yandex_meta/devtools.licenses.report
blob: 70c2fe37e584d84e48844e8d366e0b3f12307439 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
# File format ($ symbol means the beginning of a line):
#
# $ # this message
# $ # =======================
# $     # comments (all commentaries should starts with some number of spaces and # symbol)
# ${action} {license spdx} {license text hash}
# $BELONGS ./ya/make/file/relative/path/1/ya.make ./ya/make/2/ya.make
# ${all_file_action} filename
# $ # user commentaries (many lines)
# $ generated description - files with this license, license text... (some number of lines that starts with some number of spaces, do not modify)
# ${action} {license spdx} {license text hash}
# $BELONGS ./ya/make/file/relative/path/3/ya.make
# ${all_file_action} filename
# $    #    user commentaries
# $ generated description
# $ ...
#
# You can modify action, all_file_action and add commentaries
# Available actions:
# keep - keep license in contrib and use in credits
# skip - skip license
# remove - remove all files with this license
# rename - save license text/links into licenses texts file, but not store SPDX into LINCENSE macro. You should store correct license id into devtools.license.spdx.txt file
#
# {all file action} records will be generated when license text contains filename that exists on filesystem (in contrib directory)
# We suppose that that files can contain some license info
# Available all file actions:
# FILE_IGNORE - ignore file (do nothing)
# FILE_INCLUDE - include all file data into licenses text file
# =======================

KEEP     Unicode              0285f1da3a441f34fd441c30fe7aa87e
BELONGS ya.make
    License text:
          " Copyright (C) 2016 and later: Unicode, Inc. and others. License & terms of use: http://www.unicode.org/copyright.html "
    Scancode info:
        Original SPDX id: LicenseRef-scancode-unicode
        Score           : 55.00
        Match type      : REFERENCE
        Links           : http://unicode.org/, http://unicode.org/copyright.html, https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unicode.LICENSE
    Files with this license:
        include/unicode/uvernum.h [57:57]

KEEP     Unicode              0ad55392bac5c48c33c923038d8a000d
BELONGS ya.make
    License text:
              <a href="http://www.unicode.org/copyright.html">http://www.unicode.org/copyright.html</a><br/>
    Scancode info:
        Original SPDX id: LicenseRef-scancode-unicode
        Score           : 33.00
        Match type      : REFERENCE
        Links           : http://unicode.org/, http://unicode.org/copyright.html, https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unicode.LICENSE
    Files with this license:
        readme.html [52:52]

KEEP     Unicode              110d3101a4390964af6105c359edb37e
BELONGS ya.make
    License text:
             License & terms of use: http://www.unicode.org/copyright.html
    Scancode info:
        Original SPDX id: LicenseRef-scancode-unicode
        Score           : 55.00
        Match type      : REFERENCE
        Links           : http://unicode.org/, http://unicode.org/copyright.html, https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unicode.LICENSE
    Files with this license:
        APIChangeReport.html [4:4]

KEEP     Unicode              4c6205d2789acc5f0eaf022758f1caaf
BELONGS ya.make
    License text:
        // License & terms of use: http://www.unicode.org/copyright.html
    Scancode info:
        Original SPDX id: LicenseRef-scancode-unicode
        Score           : 55.00
        Match type      : REFERENCE
        Links           : http://unicode.org/, http://unicode.org/copyright.html, https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unicode.LICENSE
    Files with this license:
        i18n/utmscale.cpp [2:2]

KEEP     Unicode              51f39f17d54765b21f1fa3cec7a5e6a9
BELONGS ya.make
    License text:
          <i>© 2016 and later: Unicode, Inc. and others. License &amp; terms of use: http://www.unicode.org/copyright.html</i> 
    Scancode info:
        Original SPDX id: LicenseRef-scancode-unicode
        Score           : 55.00
        Match type      : REFERENCE
        Links           : http://unicode.org/, http://unicode.org/copyright.html, https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unicode.LICENSE
    Files with this license:
        license.html [14:14]

KEEP     Unicode              5878933f57b4a51e1a476204a3d5dd26
BELONGS ya.make
    License text:
            <p> Copyright &copy; 2016 and later: Unicode, Inc. and others. License &amp; terms of use:
            <a href="http://www.unicode.org/copyright.html">http://www.unicode.org/copyright.html</a><br/>
    Scancode info:
        Original SPDX id: LicenseRef-scancode-unicode
        Score           : 55.00
        Match type      : REFERENCE
        Links           : http://unicode.org/, http://unicode.org/copyright.html, https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unicode.LICENSE
    Files with this license:
        readme.html [1909:1910]

SKIP     LicenseRef-scancode-proprietary-license 61263200f41b496e20ae1b038c8dae40
BELONGS ya.make
    # not a license - parameter description string
    License text:
         *                  copy of the string. dest may or may not be modified.
    Scancode info:
        Original SPDX id: LicenseRef-scancode-proprietary-license
        Score           : 100.00
        Match type      : REFERENCE
        Links           : https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/proprietary-license.LICENSE
    Files with this license:
        include/unicode/ures.h [411:411]
        include/unicode/ures.h [677:677]
        include/unicode/ures.h [770:770]

KEEP     Unicode              751c1c53100f387cfba9896a0a000d23
BELONGS ya.make
    License text:
        // License & terms of use: http://www.unicode.org/copyright.html
    Scancode info:
        Original SPDX id: LicenseRef-scancode-unicode
        Score           : 55.00
        Match type      : REFERENCE
        Links           : http://unicode.org/, http://unicode.org/copyright.html, https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unicode.LICENSE
    Files with this license:
        common/appendable.cpp [2:2]
        common/bmpset.cpp [2:2]
        common/bmpset.h [2:2]
        common/brkeng.cpp [2:2]
        common/brkeng.h [2:2]
        common/brkiter.cpp [2:2]
        common/bytesinkutil.cpp [2:2]
        common/bytesinkutil.h [2:2]
        common/bytestream.cpp [2:2]
        common/bytestrie.cpp [2:2]
        common/bytestriebuilder.cpp [2:2]
        common/bytestrieiterator.cpp [2:2]
        common/caniter.cpp [2:2]
        common/capi_helper.h [2:2]
        common/characterproperties.cpp [2:2]
        common/chariter.cpp [2:2]
        common/charstr.cpp [2:2]
        common/charstr.h [2:2]
        common/cmemory.cpp [2:2]
        common/cmemory.h [2:2]
        common/cpputils.h [2:2]
        common/cstr.cpp [2:2]
        common/cstr.h [2:2]
        common/cstring.cpp [2:2]
        common/cstring.h [2:2]
        common/cwchar.cpp [2:2]
        common/cwchar.h [2:2]
        common/dictbe.cpp [2:2]
        common/dictbe.h [2:2]
        common/dictionarydata.cpp [2:2]
        common/dictionarydata.h [2:2]
        common/dtintrv.cpp [2:2]
        common/edits.cpp [2:2]
        common/errorcode.cpp [2:2]
        common/filteredbrk.cpp [2:2]
        common/filterednormalizer2.cpp [2:2]
        common/hash.h [2:2]
        common/icudataver.cpp [2:2]
        common/icuplug.cpp [2:2]
        common/icuplugimp.h [2:2]
        common/loadednormalizer2impl.cpp [2:2]
        common/localebuilder.cpp [2:2]
        common/localsvc.h [2:2]
        common/locavailable.cpp [2:2]
        common/locbased.cpp [2:2]
        common/locbased.h [2:2]
        common/locdispnames.cpp [2:2]
        common/locdspnm.cpp [2:2]
        common/locid.cpp [2:2]
        common/loclikely.cpp [2:2]
        common/locmap.cpp [2:2]
        common/locmap.h [2:2]
        common/locresdata.cpp [2:2]
        common/locutil.cpp [2:2]
        common/locutil.h [2:2]
        common/messageimpl.h [2:2]
        common/messagepattern.cpp [2:2]
        common/msvcres.h [2:2]
        common/mutex.h [2:2]
        common/norm2_nfc_data.h [2:2]
        common/norm2allmodes.h [2:2]
        common/normalizer2.cpp [2:2]
        common/normalizer2impl.cpp [2:2]
        common/normalizer2impl.h [2:2]
        common/normlzr.cpp [2:2]
        common/parsepos.cpp [2:2]
        common/patternprops.cpp [2:2]
        common/patternprops.h [2:2]
        common/pluralmap.cpp [2:2]
        common/pluralmap.h [2:2]
        common/propname.cpp [2:2]
        common/propname.h [2:2]
        common/propname_data.h [2:2]
        common/propsvec.cpp [2:2]
        common/propsvec.h [2:2]
        common/punycode.cpp [2:2]
        common/punycode.h [2:2]
        common/putil.cpp [2:2]
        common/putilimp.h [2:2]
        common/rbbi.cpp [2:2]
        common/rbbi_cache.cpp [2:2]
        common/rbbi_cache.h [2:2]
        common/rbbidata.cpp [2:2]
        common/rbbidata.h [2:2]
        common/rbbinode.cpp [2:2]
        common/rbbinode.h [2:2]
        common/rbbirb.cpp [2:2]
        common/rbbirb.h [2:2]
        common/rbbirpt.h [2:2]
        common/rbbiscan.cpp [2:2]
        common/rbbiscan.h [2:2]
        common/rbbisetb.cpp [2:2]
        common/rbbisetb.h [2:2]
        common/rbbistbl.cpp [2:2]
        common/rbbitblb.cpp [2:2]
        common/rbbitblb.h [2:2]
        common/resbund.cpp [2:2]
        common/resbund_cnv.cpp [2:2]
        common/resource.cpp [2:2]
        common/resource.h [2:2]
        common/restrace.cpp [2:2]
        common/restrace.h [2:2]
        common/ruleiter.cpp [2:2]
        common/ruleiter.h [2:2]
        common/schriter.cpp [2:2]
        common/serv.cpp [2:2]
        common/serv.h [2:2]
        common/servlk.cpp [2:2]
        common/servlkf.cpp [2:2]
        common/servloc.h [2:2]
        common/servls.cpp [2:2]
        common/servnotf.cpp [2:2]
        common/servnotf.h [2:2]
        common/servrbf.cpp [2:2]
        common/servslkf.cpp [2:2]
        common/sharedobject.cpp [2:2]
        common/sharedobject.h [2:2]
        common/simpleformatter.cpp [2:2]
        common/sprpimpl.h [2:2]
        common/static_unicode_sets.cpp [2:2]
        common/static_unicode_sets.h [2:2]
        common/stringpiece.cpp [2:2]
        common/stringtriebuilder.cpp [2:2]
        common/uarrsort.cpp [2:2]
        common/uarrsort.h [2:2]
        common/uassert.h [2:2]
        common/ubidi.cpp [2:2]
        common/ubidi_props.cpp [2:2]
        common/ubidi_props.h [2:2]
        common/ubidi_props_data.h [2:2]
        common/ubidiimp.h [2:2]
        common/ubidiln.cpp [2:2]
        common/ubidiwrt.cpp [2:2]
        common/ubrk.cpp [2:2]
        common/ubrkimpl.h [2:2]
        common/ucase.cpp [2:2]
        common/ucase.h [2:2]
        common/ucase_props_data.h [2:2]
        common/ucasemap.cpp [2:2]
        common/ucasemap_imp.h [2:2]
        common/ucasemap_titlecase_brkiter.cpp [2:2]
        common/ucat.cpp [2:2]
        common/uchar.cpp [2:2]
        common/uchar_props_data.h [2:2]
        common/ucharstrie.cpp [2:2]
        common/ucharstriebuilder.cpp [2:2]
        common/ucharstrieiterator.cpp [2:2]
        common/uchriter.cpp [2:2]
        common/ucln.h [2:2]
        common/ucln_cmn.cpp [2:2]
        common/ucln_cmn.h [2:2]
        common/ucln_imp.h [2:2]
        common/ucmndata.cpp [2:2]
        common/ucmndata.h [2:2]
        common/ucnv.cpp [2:2]
        common/ucnv2022.cpp [2:2]
        common/ucnv_bld.cpp [2:2]
        common/ucnv_bld.h [2:2]
        common/ucnv_cb.cpp [2:2]
        common/ucnv_cnv.cpp [2:2]
        common/ucnv_cnv.h [2:2]
        common/ucnv_ct.cpp [2:2]
        common/ucnv_err.cpp [2:2]
        common/ucnv_ext.cpp [2:2]
        common/ucnv_ext.h [2:2]
        common/ucnv_imp.h [2:2]
        common/ucnv_io.cpp [2:2]
        common/ucnv_io.h [2:2]
        common/ucnv_lmb.cpp [2:2]
        common/ucnv_set.cpp [2:2]
        common/ucnv_u16.cpp [2:2]
        common/ucnv_u32.cpp [2:2]
        common/ucnv_u7.cpp [2:2]
        common/ucnv_u8.cpp [2:2]
        common/ucnvbocu.cpp [2:2]
        common/ucnvdisp.cpp [2:2]
        common/ucnvhz.cpp [2:2]
        common/ucnvisci.cpp [2:2]
        common/ucnvlat1.cpp [2:2]
        common/ucnvmbcs.cpp [2:2]
        common/ucnvmbcs.h [2:2]
        common/ucnvscsu.cpp [2:2]
        common/ucnvsel.cpp [2:2]
        common/ucol_data.h [2:2]
        common/ucol_swp.cpp [2:2]
        common/ucol_swp.h [2:2]
        common/ucptrie.cpp [2:2]
        common/ucptrie_impl.h [2:2]
        common/ucurr.cpp [2:2]
        common/ucurrimp.h [2:2]
        common/udata.cpp [2:2]
        common/udatamem.cpp [2:2]
        common/udatamem.h [2:2]
        common/udataswp.cpp [2:2]
        common/udataswp.h [2:2]
        common/uelement.h [2:2]
        common/uenum.cpp [2:2]
        common/uenumimp.h [2:2]
        common/uhash.cpp [2:2]
        common/uhash.h [2:2]
        common/uhash_us.cpp [2:2]
        common/uidna.cpp [2:2]
        common/uinit.cpp [2:2]
        common/uinvchar.cpp [2:2]
        common/uinvchar.h [2:2]
        common/uiter.cpp [2:2]
        common/ulayout_props.h [2:2]
        common/ulist.cpp [2:2]
        common/ulist.h [2:2]
        common/uloc.cpp [2:2]
        common/uloc_keytype.cpp [2:2]
        common/uloc_tag.cpp [2:2]
        common/ulocimp.h [2:2]
        common/umapfile.cpp [2:2]
        common/umapfile.h [2:2]
        common/umath.cpp [2:2]
        common/umutablecptrie.cpp [2:2]
        common/umutex.cpp [2:2]
        common/umutex.h [2:2]
        common/unames.cpp [2:2]
        common/unifiedcache.cpp [2:2]
        common/unifiedcache.h [2:2]
        common/unifilt.cpp [2:2]
        common/unifunct.cpp [2:2]
        common/uniset.cpp [2:2]
        common/uniset_closure.cpp [2:2]
        common/uniset_props.cpp [2:2]
        common/unisetspan.cpp [2:2]
        common/unisetspan.h [2:2]
        common/unistr.cpp [2:2]
        common/unistr_case.cpp [2:2]
        common/unistr_case_locale.cpp [2:2]
        common/unistr_cnv.cpp [2:2]
        common/unistr_props.cpp [2:2]
        common/unistr_titlecase_brkiter.cpp [2:2]
        common/unistrappender.h [2:2]
        common/unorm.cpp [2:2]
        common/unormcmp.cpp [2:2]
        common/unormimp.h [2:2]
        common/uobject.cpp [2:2]
        common/uposixdefs.h [2:2]
        common/uprops.cpp [2:2]
        common/uprops.h [2:2]
        common/ures_cnv.cpp [2:2]
        common/uresbund.cpp [2:2]
        common/uresdata.cpp [2:2]
        common/uresdata.h [2:2]
        common/uresimp.h [2:2]
        common/ureslocs.h [2:2]
        common/usc_impl.cpp [2:2]
        common/usc_impl.h [2:2]
        common/uscript.cpp [2:2]
        common/uscript_props.cpp [2:2]
        common/uset.cpp [2:2]
        common/uset_imp.h [2:2]
        common/uset_props.cpp [2:2]
        common/usetiter.cpp [2:2]
        common/ushape.cpp [2:2]
        common/usprep.cpp [2:2]
        common/ustack.cpp [2:2]
        common/ustr_cnv.cpp [2:2]
        common/ustr_cnv.h [2:2]
        common/ustr_imp.h [2:2]
        common/ustr_titlecase_brkiter.cpp [2:2]
        common/ustr_wcs.cpp [2:2]
        common/ustrcase.cpp [2:2]
        common/ustrcase_locale.cpp [2:2]
        common/ustrenum.cpp [2:2]
        common/ustrenum.h [2:2]
        common/ustrfmt.cpp [2:2]
        common/ustrfmt.h [2:2]
        common/ustring.cpp [2:2]
        common/ustrtrns.cpp [2:2]
        common/utext.cpp [2:2]
        common/utf_impl.cpp [2:2]
        common/util.cpp [2:2]
        common/util.h [2:2]
        common/util_props.cpp [2:2]
        common/utrace.cpp [2:2]
        common/utracimp.h [2:2]
        common/utrie.cpp [2:2]
        common/utrie.h [2:2]
        common/utrie2.cpp [2:2]
        common/utrie2.h [2:2]
        common/utrie2_builder.cpp [2:2]
        common/utrie2_impl.h [2:2]
        common/utrie_swap.cpp [2:2]
        common/uts46.cpp [2:2]
        common/utypeinfo.h [2:2]
        common/utypes.cpp [2:2]
        common/uvector.cpp [2:2]
        common/uvector.h [2:2]
        common/uvectr32.cpp [2:2]
        common/uvectr32.h [2:2]
        common/uvectr64.cpp [2:2]
        common/uvectr64.h [2:2]
        common/wintz.cpp [2:2]
        common/wintz.h [2:2]
        i18n/alphaindex.cpp [2:2]
        i18n/anytrans.cpp [2:2]
        i18n/anytrans.h [2:2]
        i18n/astro.cpp [2:2]
        i18n/astro.h [2:2]
        i18n/basictz.cpp [2:2]
        i18n/bocsu.cpp [2:2]
        i18n/bocsu.h [2:2]
        i18n/brktrans.cpp [2:2]
        i18n/brktrans.h [2:2]
        i18n/buddhcal.cpp [2:2]
        i18n/buddhcal.h [2:2]
        i18n/calendar.cpp [2:2]
        i18n/casetrn.cpp [2:2]
        i18n/casetrn.h [2:2]
        i18n/cecal.cpp [2:2]
        i18n/cecal.h [2:2]
        i18n/chnsecal.cpp [2:2]
        i18n/chnsecal.h [2:2]
        i18n/choicfmt.cpp [2:2]
        i18n/coleitr.cpp [2:2]
        i18n/coll.cpp [2:2]
        i18n/collation.cpp [2:2]
        i18n/collation.h [2:2]
        i18n/collationbuilder.cpp [2:2]
        i18n/collationbuilder.h [2:2]
        i18n/collationcompare.cpp [2:2]
        i18n/collationcompare.h [2:2]
        i18n/collationdata.cpp [2:2]
        i18n/collationdata.h [2:2]
        i18n/collationdatabuilder.cpp [2:2]
        i18n/collationdatabuilder.h [2:2]
        i18n/collationdatareader.cpp [2:2]
        i18n/collationdatareader.h [2:2]
        i18n/collationdatawriter.cpp [2:2]
        i18n/collationdatawriter.h [2:2]
        i18n/collationfastlatin.cpp [2:2]
        i18n/collationfastlatin.h [2:2]
        i18n/collationfastlatinbuilder.cpp [2:2]
        i18n/collationfastlatinbuilder.h [2:2]
        i18n/collationfcd.cpp [2:2]
        i18n/collationfcd.h [2:2]
        i18n/collationiterator.cpp [2:2]
        i18n/collationiterator.h [2:2]
        i18n/collationkeys.cpp [2:2]
        i18n/collationkeys.h [2:2]
        i18n/collationroot.cpp [2:2]
        i18n/collationroot.h [2:2]
        i18n/collationrootelements.cpp [2:2]
        i18n/collationrootelements.h [2:2]
        i18n/collationruleparser.cpp [2:2]
        i18n/collationruleparser.h [2:2]
        i18n/collationsets.cpp [2:2]
        i18n/collationsets.h [2:2]
        i18n/collationsettings.cpp [2:2]
        i18n/collationsettings.h [2:2]
        i18n/collationtailoring.cpp [2:2]
        i18n/collationtailoring.h [2:2]
        i18n/collationweights.cpp [2:2]
        i18n/collationweights.h [2:2]
        i18n/collunsafe.h [2:2]
        i18n/compactdecimalformat.cpp [2:2]
        i18n/coptccal.cpp [2:2]
        i18n/coptccal.h [2:2]
        i18n/cpdtrans.cpp [2:2]
        i18n/cpdtrans.h [2:2]
        i18n/csdetect.cpp [2:2]
        i18n/csdetect.h [2:2]
        i18n/csmatch.cpp [2:2]
        i18n/csmatch.h [2:2]
        i18n/csr2022.cpp [2:2]
        i18n/csr2022.h [2:2]
        i18n/csrecog.cpp [2:2]
        i18n/csrecog.h [2:2]
        i18n/csrmbcs.cpp [2:2]
        i18n/csrmbcs.h [2:2]
        i18n/csrsbcs.cpp [2:2]
        i18n/csrsbcs.h [2:2]
        i18n/csrucode.cpp [2:2]
        i18n/csrucode.h [2:2]
        i18n/csrutf8.cpp [2:2]
        i18n/csrutf8.h [2:2]
        i18n/curramt.cpp [2:2]
        i18n/currfmt.cpp [2:2]
        i18n/currfmt.h [2:2]
        i18n/currpinf.cpp [2:2]
        i18n/currunit.cpp [2:2]
        i18n/dangical.cpp [2:2]
        i18n/dangical.h [2:2]
        i18n/datefmt.cpp [2:2]
        i18n/dayperiodrules.cpp [2:2]
        i18n/dayperiodrules.h [2:2]
        i18n/dcfmtsym.cpp [2:2]
        i18n/decContext.cpp [2:2]
        i18n/decContext.h [2:2]
        i18n/decNumber.cpp [2:2]
        i18n/decNumber.h [2:2]
        i18n/decNumberLocal.h [2:2]
        i18n/decimfmt.cpp [2:2]
        i18n/double-conversion-bignum-dtoa.cpp [2:2]
        i18n/double-conversion-bignum-dtoa.h [2:2]
        i18n/double-conversion-bignum.cpp [2:2]
        i18n/double-conversion-bignum.h [2:2]
        i18n/double-conversion-cached-powers.cpp [2:2]
        i18n/double-conversion-cached-powers.h [2:2]
        i18n/double-conversion-diy-fp.h [2:2]
        i18n/double-conversion-double-to-string.cpp [2:2]
        i18n/double-conversion-double-to-string.h [2:2]
        i18n/double-conversion-fast-dtoa.cpp [2:2]
        i18n/double-conversion-fast-dtoa.h [2:2]
        i18n/double-conversion-ieee.h [2:2]
        i18n/double-conversion-string-to-double.cpp [2:2]
        i18n/double-conversion-string-to-double.h [2:2]
        i18n/double-conversion-strtod.cpp [2:2]
        i18n/double-conversion-strtod.h [2:2]
        i18n/double-conversion-utils.h [2:2]
        i18n/double-conversion.h [2:2]
        i18n/dt_impl.h [2:2]
        i18n/dtfmtsym.cpp [2:2]
        i18n/dtitv_impl.h [2:2]
        i18n/dtitvfmt.cpp [2:2]
        i18n/dtitvinf.cpp [2:2]
        i18n/dtptngen.cpp [2:2]
        i18n/dtptngen_impl.h [2:2]
        i18n/dtrule.cpp [2:2]
        i18n/erarules.cpp [2:2]
        i18n/erarules.h [2:2]
        i18n/esctrn.cpp [2:2]
        i18n/esctrn.h [2:2]
        i18n/ethpccal.cpp [2:2]
        i18n/ethpccal.h [2:2]
        i18n/fmtable.cpp [2:2]
        i18n/fmtable_cnv.cpp [2:2]
        i18n/fmtableimp.h [2:2]
        i18n/format.cpp [2:2]
        i18n/formatted_string_builder.cpp [2:2]
        i18n/formatted_string_builder.h [2:2]
        i18n/formattedval_impl.h [2:2]
        i18n/formattedval_iterimpl.cpp [2:2]
        i18n/formattedval_sbimpl.cpp [2:2]
        i18n/formattedvalue.cpp [2:2]
        i18n/fphdlimp.cpp [2:2]
        i18n/fphdlimp.h [2:2]
        i18n/fpositer.cpp [2:2]
        i18n/funcrepl.cpp [2:2]
        i18n/funcrepl.h [2:2]
        i18n/gender.cpp [2:2]
        i18n/gregocal.cpp [2:2]
        i18n/gregoimp.cpp [2:2]
        i18n/gregoimp.h [2:2]
        i18n/hebrwcal.cpp [2:2]
        i18n/hebrwcal.h [2:2]
        i18n/indiancal.cpp [2:2]
        i18n/indiancal.h [2:2]
        i18n/inputext.cpp [2:2]
        i18n/inputext.h [2:2]
        i18n/islamcal.cpp [2:2]
        i18n/islamcal.h [2:2]
        i18n/japancal.cpp [2:2]
        i18n/japancal.h [2:2]
        i18n/listformatter.cpp [2:2]
        i18n/measfmt.cpp [2:2]
        i18n/measunit.cpp [2:2]
        i18n/measunit_extra.cpp [2:2]
        i18n/measunit_impl.h [2:2]
        i18n/measure.cpp [2:2]
        i18n/msgfmt.cpp [2:2]
        i18n/msgfmt_impl.h [2:2]
        i18n/name2uni.cpp [2:2]
        i18n/name2uni.h [2:2]
        i18n/nfrlist.h [2:2]
        i18n/nfrs.cpp [2:2]
        i18n/nfrs.h [2:2]
        i18n/nfrule.cpp [2:2]
        i18n/nfrule.h [2:2]
        i18n/nfsubs.cpp [2:2]
        i18n/nfsubs.h [2:2]
        i18n/nortrans.cpp [2:2]
        i18n/nortrans.h [2:2]
        i18n/nounit.cpp [2:2]
        i18n/nultrans.cpp [2:2]
        i18n/nultrans.h [2:2]
        i18n/number_affixutils.cpp [2:2]
        i18n/number_affixutils.h [2:2]
        i18n/number_asformat.cpp [2:2]
        i18n/number_asformat.h [2:2]
        i18n/number_capi.cpp [2:2]
        i18n/number_compact.cpp [2:2]
        i18n/number_compact.h [2:2]
        i18n/number_currencysymbols.cpp [2:2]
        i18n/number_currencysymbols.h [2:2]
        i18n/number_decimalquantity.cpp [2:2]
        i18n/number_decimalquantity.h [2:2]
        i18n/number_decimfmtprops.cpp [2:2]
        i18n/number_decimfmtprops.h [2:2]
        i18n/number_decnum.h [2:2]
        i18n/number_fluent.cpp [2:2]
        i18n/number_formatimpl.cpp [2:2]
        i18n/number_formatimpl.h [2:2]
        i18n/number_grouping.cpp [2:2]
        i18n/number_integerwidth.cpp [2:2]
        i18n/number_longnames.cpp [2:2]
        i18n/number_longnames.h [2:2]
        i18n/number_mapper.cpp [2:2]
        i18n/number_mapper.h [2:2]
        i18n/number_microprops.h [2:2]
        i18n/number_modifiers.cpp [2:2]
        i18n/number_modifiers.h [2:2]
        i18n/number_multiplier.cpp [2:2]
        i18n/number_multiplier.h [2:2]
        i18n/number_notation.cpp [2:2]
        i18n/number_output.cpp [2:2]
        i18n/number_padding.cpp [2:2]
        i18n/number_patternmodifier.cpp [2:2]
        i18n/number_patternmodifier.h [2:2]
        i18n/number_patternstring.cpp [2:2]
        i18n/number_patternstring.h [2:2]
        i18n/number_rounding.cpp [2:2]
        i18n/number_roundingutils.h [2:2]
        i18n/number_scientific.cpp [2:2]
        i18n/number_scientific.h [2:2]
        i18n/number_skeletons.cpp [2:2]
        i18n/number_skeletons.h [2:2]
        i18n/number_types.h [2:2]
        i18n/number_utils.cpp [2:2]
        i18n/number_utils.h [2:2]
        i18n/number_utypes.h [2:2]
        i18n/numfmt.cpp [2:2]
        i18n/numparse_affixes.cpp [2:2]
        i18n/numparse_affixes.h [2:2]
        i18n/numparse_compositions.cpp [2:2]
        i18n/numparse_compositions.h [2:2]
        i18n/numparse_currency.cpp [2:2]
        i18n/numparse_currency.h [2:2]
        i18n/numparse_decimal.cpp [2:2]
        i18n/numparse_decimal.h [2:2]
        i18n/numparse_impl.cpp [2:2]
        i18n/numparse_impl.h [2:2]
        i18n/numparse_parsednumber.cpp [2:2]
        i18n/numparse_scientific.cpp [2:2]
        i18n/numparse_scientific.h [2:2]
        i18n/numparse_symbols.cpp [2:2]
        i18n/numparse_symbols.h [2:2]
        i18n/numparse_types.h [2:2]
        i18n/numparse_utils.h [2:2]
        i18n/numparse_validators.cpp [2:2]
        i18n/numparse_validators.h [2:2]
        i18n/numrange_fluent.cpp [2:2]
        i18n/numrange_impl.cpp [2:2]
        i18n/numrange_impl.h [2:2]
        i18n/numsys.cpp [2:2]
        i18n/numsys_impl.h [2:2]
        i18n/olsontz.cpp [2:2]
        i18n/olsontz.h [2:2]
        i18n/persncal.cpp [2:2]
        i18n/persncal.h [2:2]
        i18n/plurfmt.cpp [2:2]
        i18n/plurrule.cpp [2:2]
        i18n/plurrule_impl.h [2:2]
        i18n/quant.cpp [2:2]
        i18n/quant.h [2:2]
        i18n/quantityformatter.cpp [2:2]
        i18n/quantityformatter.h [2:2]
        i18n/rbnf.cpp [2:2]
        i18n/rbt.cpp [2:2]
        i18n/rbt.h [2:2]
        i18n/rbt_data.cpp [2:2]
        i18n/rbt_data.h [2:2]
        i18n/rbt_pars.cpp [2:2]
        i18n/rbt_pars.h [2:2]
        i18n/rbt_rule.cpp [2:2]
        i18n/rbt_rule.h [2:2]
        i18n/rbt_set.cpp [2:2]
        i18n/rbt_set.h [2:2]
        i18n/rbtz.cpp [2:2]
        i18n/regexcmp.cpp [2:2]
        i18n/regexcmp.h [2:2]
        i18n/regexcst.h [2:2]
        i18n/regeximp.cpp [2:2]
        i18n/regeximp.h [2:2]
        i18n/regexst.cpp [2:2]
        i18n/regexst.h [2:2]
        i18n/regextxt.cpp [2:2]
        i18n/regextxt.h [2:2]
        i18n/region.cpp [2:2]
        i18n/region_impl.h [2:2]
        i18n/reldatefmt.cpp [2:2]
        i18n/reldtfmt.cpp [2:2]
        i18n/reldtfmt.h [2:2]
        i18n/rematch.cpp [2:2]
        i18n/remtrans.cpp [2:2]
        i18n/remtrans.h [2:2]
        i18n/repattrn.cpp [2:2]
        i18n/rulebasedcollator.cpp [2:2]
        i18n/scientificnumberformatter.cpp [2:2]
        i18n/scriptset.cpp [2:2]
        i18n/scriptset.h [2:2]
        i18n/search.cpp [2:2]
        i18n/selfmt.cpp [2:2]
        i18n/selfmtimpl.h [2:2]
        i18n/sharedbreakiterator.cpp [2:2]
        i18n/sharedbreakiterator.h [2:2]
        i18n/sharedcalendar.h [2:2]
        i18n/shareddateformatsymbols.h [2:2]
        i18n/sharednumberformat.h [2:2]
        i18n/sharedpluralrules.h [2:2]
        i18n/simpletz.cpp [2:2]
        i18n/smpdtfmt.cpp [2:2]
        i18n/smpdtfst.cpp [2:2]
        i18n/smpdtfst.h [2:2]
        i18n/sortkey.cpp [2:2]
        i18n/standardplural.cpp [2:2]
        i18n/standardplural.h [2:2]
        i18n/string_segment.cpp [2:2]
        i18n/string_segment.h [2:2]
        i18n/strmatch.cpp [2:2]
        i18n/strmatch.h [2:2]
        i18n/strrepl.cpp [2:2]
        i18n/strrepl.h [2:2]
        i18n/stsearch.cpp [2:2]
        i18n/taiwncal.cpp [2:2]
        i18n/taiwncal.h [2:2]
        i18n/timezone.cpp [2:2]
        i18n/titletrn.cpp [2:2]
        i18n/titletrn.h [2:2]
        i18n/tmunit.cpp [2:2]
        i18n/tmutamt.cpp [2:2]
        i18n/tmutfmt.cpp [2:2]
        i18n/tolowtrn.cpp [2:2]
        i18n/tolowtrn.h [2:2]
        i18n/toupptrn.cpp [2:2]
        i18n/toupptrn.h [2:2]
        i18n/translit.cpp [2:2]
        i18n/transreg.cpp [2:2]
        i18n/transreg.h [2:2]
        i18n/tridpars.cpp [2:2]
        i18n/tridpars.h [2:2]
        i18n/tzfmt.cpp [2:2]
        i18n/tzgnames.cpp [2:2]
        i18n/tzgnames.h [2:2]
        i18n/tznames.cpp [2:2]
        i18n/tznames_impl.cpp [2:2]
        i18n/tznames_impl.h [2:2]
        i18n/tzrule.cpp [2:2]
        i18n/tztrans.cpp [2:2]
        i18n/ucal.cpp [2:2]
        i18n/ucln_in.cpp [2:2]
        i18n/ucln_in.h [2:2]
        i18n/ucol.cpp [2:2]
        i18n/ucol_imp.h [2:2]
        i18n/ucol_res.cpp [2:2]
        i18n/ucol_sit.cpp [2:2]
        i18n/ucoleitr.cpp [2:2]
        i18n/ucsdet.cpp [2:2]
        i18n/udat.cpp [2:2]
        i18n/udateintervalformat.cpp [2:2]
        i18n/udatpg.cpp [2:2]
        i18n/ufieldpositer.cpp [2:2]
        i18n/uitercollationiterator.cpp [2:2]
        i18n/uitercollationiterator.h [2:2]
        i18n/ulistformatter.cpp [2:2]
        i18n/ulocdata.cpp [2:2]
        i18n/umsg.cpp [2:2]
        i18n/umsg_imp.h [2:2]
        i18n/unesctrn.cpp [2:2]
        i18n/unesctrn.h [2:2]
        i18n/uni2name.cpp [2:2]
        i18n/uni2name.h [2:2]
        i18n/unum.cpp [2:2]
        i18n/unumsys.cpp [2:2]
        i18n/upluralrules.cpp [2:2]
        i18n/uregex.cpp [2:2]
        i18n/uregexc.cpp [2:2]
        i18n/uregion.cpp [2:2]
        i18n/usearch.cpp [2:2]
        i18n/uspoof.cpp [2:2]
        i18n/uspoof_build.cpp [2:2]
        i18n/uspoof_conf.cpp [2:2]
        i18n/uspoof_conf.h [2:2]
        i18n/uspoof_impl.cpp [2:2]
        i18n/uspoof_impl.h [2:2]
        i18n/usrchimp.h [2:2]
        i18n/utf16collationiterator.cpp [2:2]
        i18n/utf16collationiterator.h [2:2]
        i18n/utf8collationiterator.cpp [2:2]
        i18n/utf8collationiterator.h [2:2]
        i18n/utrans.cpp [2:2]
        i18n/vtzone.cpp [2:2]
        i18n/vzone.cpp [2:2]
        i18n/vzone.h [2:2]
        i18n/windtfmt.cpp [2:2]
        i18n/windtfmt.h [2:2]
        i18n/winnmfmt.cpp [2:2]
        i18n/winnmfmt.h [2:2]
        i18n/wintzimpl.cpp [2:2]
        i18n/wintzimpl.h [2:2]
        i18n/zonemeta.cpp [2:2]
        i18n/zonemeta.h [2:2]
        i18n/zrule.cpp [2:2]
        i18n/zrule.h [2:2]
        i18n/ztrans.cpp [2:2]
        i18n/ztrans.h [2:2]
        include/unicode/alphaindex.h [2:2]
        include/unicode/appendable.h [2:2]
        include/unicode/basictz.h [2:2]
        include/unicode/brkiter.h [2:2]
        include/unicode/bytestream.h [2:2]
        include/unicode/bytestrie.h [2:2]
        include/unicode/bytestriebuilder.h [2:2]
        include/unicode/calendar.h [2:2]
        include/unicode/caniter.h [2:2]
        include/unicode/casemap.h [2:2]
        include/unicode/char16ptr.h [2:2]
        include/unicode/chariter.h [2:2]
        include/unicode/choicfmt.h [2:2]
        include/unicode/coleitr.h [2:2]
        include/unicode/coll.h [2:2]
        include/unicode/compactdecimalformat.h [2:2]
        include/unicode/curramt.h [2:2]
        include/unicode/currpinf.h [2:2]
        include/unicode/currunit.h [2:2]
        include/unicode/datefmt.h [2:2]
        include/unicode/dbbi.h [2:2]
        include/unicode/dcfmtsym.h [2:2]
        include/unicode/decimfmt.h [2:2]
        include/unicode/docmain.h [2:2]
        include/unicode/dtfmtsym.h [2:2]
        include/unicode/dtintrv.h [2:2]
        include/unicode/dtitvfmt.h [2:2]
        include/unicode/dtitvinf.h [2:2]
        include/unicode/dtptngen.h [2:2]
        include/unicode/dtrule.h [2:2]
        include/unicode/edits.h [2:2]
        include/unicode/enumset.h [2:2]
        include/unicode/errorcode.h [2:2]
        include/unicode/fieldpos.h [2:2]
        include/unicode/filteredbrk.h [2:2]
        include/unicode/fmtable.h [2:2]
        include/unicode/format.h [2:2]
        include/unicode/formattedvalue.h [2:2]
        include/unicode/fpositer.h [2:2]
        include/unicode/gender.h [2:2]
        include/unicode/gregocal.h [2:2]
        include/unicode/icudataver.h [2:2]
        include/unicode/icuplug.h [2:2]
        include/unicode/idna.h [2:2]
        include/unicode/listformatter.h [2:2]
        include/unicode/localpointer.h [2:2]
        include/unicode/locdspnm.h [2:2]
        include/unicode/locid.h [2:2]
        include/unicode/measfmt.h [2:2]
        include/unicode/measunit.h [2:2]
        include/unicode/measure.h [2:2]
        include/unicode/messagepattern.h [2:2]
        include/unicode/msgfmt.h [2:2]
        include/unicode/normalizer2.h [2:2]
        include/unicode/normlzr.h [2:2]
        include/unicode/nounit.h [2:2]
        include/unicode/numberformatter.h [2:2]
        include/unicode/numberrangeformatter.h [2:2]
        include/unicode/numfmt.h [2:2]
        include/unicode/numsys.h [2:2]
        include/unicode/parseerr.h [2:2]
        include/unicode/parsepos.h [2:2]
        include/unicode/platform.h [2:2]
        include/unicode/plurfmt.h [2:2]
        include/unicode/plurrule.h [2:2]
        include/unicode/ptypes.h [2:2]
        include/unicode/putil.h [2:2]
        include/unicode/rbbi.h [2:2]
        include/unicode/rbnf.h [2:2]
        include/unicode/rbtz.h [2:2]
        include/unicode/regex.h [2:2]
        include/unicode/region.h [2:2]
        include/unicode/reldatefmt.h [2:2]
        include/unicode/rep.h [2:2]
        include/unicode/resbund.h [2:2]
        include/unicode/schriter.h [2:2]
        include/unicode/scientificnumberformatter.h [2:2]
        include/unicode/search.h [2:2]
        include/unicode/selfmt.h [2:2]
        include/unicode/simpleformatter.h [2:2]
        include/unicode/simpletz.h [2:2]
        include/unicode/smpdtfmt.h [2:2]
        include/unicode/sortkey.h [2:2]
        include/unicode/std_string.h [2:2]
        include/unicode/strenum.h [2:2]
        include/unicode/stringoptions.h [2:2]
        include/unicode/stringpiece.h [2:2]
        include/unicode/stringtriebuilder.h [2:2]
        include/unicode/stsearch.h [2:2]
        include/unicode/symtable.h [2:2]
        include/unicode/tblcoll.h [2:2]
        include/unicode/timezone.h [2:2]
        include/unicode/tmunit.h [2:2]
        include/unicode/tmutamt.h [2:2]
        include/unicode/tmutfmt.h [2:2]
        include/unicode/translit.h [2:2]
        include/unicode/tzfmt.h [2:2]
        include/unicode/tznames.h [2:2]
        include/unicode/tzrule.h [2:2]
        include/unicode/tztrans.h [2:2]
        include/unicode/ubidi.h [2:2]
        include/unicode/ubrk.h [2:2]
        include/unicode/ucal.h [2:2]
        include/unicode/ucasemap.h [2:2]
        include/unicode/ucat.h [2:2]
        include/unicode/uchar.h [2:2]
        include/unicode/ucharstrie.h [2:2]
        include/unicode/ucharstriebuilder.h [2:2]
        include/unicode/uchriter.h [2:2]
        include/unicode/uclean.h [2:2]
        include/unicode/ucnv.h [2:2]
        include/unicode/ucnv_cb.h [2:2]
        include/unicode/ucnv_err.h [2:2]
        include/unicode/ucnvsel.h [2:2]
        include/unicode/ucol.h [2:2]
        include/unicode/ucoleitr.h [2:2]
        include/unicode/uconfig.h [2:2]
        include/unicode/ucpmap.h [2:2]
        include/unicode/ucptrie.h [2:2]
        include/unicode/ucsdet.h [2:2]
        include/unicode/ucurr.h [2:2]
        include/unicode/udat.h [2:2]
        include/unicode/udata.h [2:2]
        include/unicode/udateintervalformat.h [2:2]
        include/unicode/udatpg.h [2:2]
        include/unicode/udisplaycontext.h [2:2]
        include/unicode/uenum.h [2:2]
        include/unicode/ufieldpositer.h [2:2]
        include/unicode/uformattable.h [2:2]
        include/unicode/uformattedvalue.h [2:2]
        include/unicode/ugender.h [2:2]
        include/unicode/uidna.h [2:2]
        include/unicode/uiter.h [2:2]
        include/unicode/uldnames.h [2:2]
        include/unicode/ulistformatter.h [2:2]
        include/unicode/uloc.h [2:2]
        include/unicode/ulocdata.h [2:2]
        include/unicode/umachine.h [2:2]
        include/unicode/umisc.h [2:2]
        include/unicode/umsg.h [2:2]
        include/unicode/umutablecptrie.h [2:2]
        include/unicode/unifilt.h [2:2]
        include/unicode/unifunct.h [2:2]
        include/unicode/unimatch.h [2:2]
        include/unicode/unirepl.h [2:2]
        include/unicode/uniset.h [2:2]
        include/unicode/unistr.h [2:2]
        include/unicode/unorm.h [2:2]
        include/unicode/unorm2.h [2:2]
        include/unicode/unum.h [2:2]
        include/unicode/unumberformatter.h [2:2]
        include/unicode/unumsys.h [2:2]
        include/unicode/uobject.h [2:2]
        include/unicode/upluralrules.h [2:2]
        include/unicode/uregex.h [2:2]
        include/unicode/uregion.h [2:2]
        include/unicode/ureldatefmt.h [2:2]
        include/unicode/urename.h [2:2]
        include/unicode/urep.h [2:2]
        include/unicode/ures.h [2:2]
        include/unicode/uscript.h [2:2]
        include/unicode/usearch.h [2:2]
        include/unicode/uset.h [2:2]
        include/unicode/usetiter.h [2:2]
        include/unicode/ushape.h [2:2]
        include/unicode/uspoof.h [2:2]
        include/unicode/usprep.h [2:2]
        include/unicode/ustdio.h [2:2]
        include/unicode/ustream.h [2:2]
        include/unicode/ustring.h [2:2]
        include/unicode/ustringtrie.h [2:2]
        include/unicode/utext.h [2:2]
        include/unicode/utf.h [2:2]
        include/unicode/utf16.h [2:2]
        include/unicode/utf32.h [2:2]
        include/unicode/utf8.h [2:2]
        include/unicode/utf_old.h [2:2]
        include/unicode/utmscale.h [2:2]
        include/unicode/utrace.h [2:2]
        include/unicode/utrans.h [2:2]
        include/unicode/utypes.h [2:2]
        include/unicode/uvernum.h [2:2]
        include/unicode/uversion.h [2:2]
        include/unicode/vtzone.h [2:2]
        io/locbund.cpp [2:2]
        io/locbund.h [2:2]
        io/sprintf.cpp [2:2]
        io/sscanf.cpp [2:2]
        io/ucln_io.cpp [2:2]
        io/ucln_io.h [2:2]
        io/ufile.cpp [2:2]
        io/ufile.h [2:2]
        io/ufmt_cmn.cpp [2:2]
        io/ufmt_cmn.h [2:2]
        io/uprintf.cpp [2:2]
        io/uprintf.h [2:2]
        io/uprntf_p.cpp [2:2]
        io/uscanf.cpp [2:2]
        io/uscanf.h [2:2]
        io/uscanf_p.cpp [2:2]
        io/ustdio.cpp [2:2]
        io/ustream.cpp [2:2]

KEEP     ICU                  778506931a345aac92ca090e7dfded09
BELONGS ya.make
    License text:
            The ICU license is now in plain text format, see <a href="./LICENSE">LICENSE</a>.
    Scancode info:
        Original SPDX id: ICU
        Score           : 80.00
        Match type      : REFERENCE
        Links           : http://www.xfree86.org/3.3.6/COPYRIGHT2.html, https://spdx.org/licenses/ICU
    Files with this license:
        license.html [11:11]

KEEP     Unicode              82f4c9f53f2419878d32098c415360dc
BELONGS ya.make
    License text:
                License &amp; terms of use: http://www.unicode.org/copyright.html
    Scancode info:
        Original SPDX id: LicenseRef-scancode-unicode
        Score           : 55.00
        Match type      : REFERENCE
        Links           : http://unicode.org/, http://unicode.org/copyright.html, https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unicode.LICENSE
    Files with this license:
        APIChangeReport.html [2589:2589]

KEEP     Unicode              85bddd3f2e4ea40e68200158e49af16d
BELONGS ya.make
    License text:
         * License & terms of use: http://www.unicode.org/copyright.html
    Scancode info:
        Original SPDX id: LicenseRef-scancode-unicode
        Score           : 55.00
        Match type      : REFERENCE
        Links           : http://unicode.org/, http://unicode.org/copyright.html, https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unicode.LICENSE
    Files with this license:
        icu4c.css [4:4]

KEEP     Unicode              8f603f1ae3f20bbd4f10b272749f428c
BELONGS ya.make
    License text:
              Copyright &copy; 2016 and later: Unicode, Inc. and others. License &amp; terms of use:
              <a href="http://www.unicode.org/copyright.html">http://www.unicode.org/copyright.html</a><br/>
    Scancode info:
        Original SPDX id: LicenseRef-scancode-unicode
        Score           : 55.00
        Match type      : REFERENCE
        Links           : http://unicode.org/, http://unicode.org/copyright.html, https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unicode.LICENSE
    Files with this license:
        readme.html [51:52]

KEEP     ICU                  91a085270fc1d48dfebdc6a3d48f02ae
BELONGS ya.make
    License text:
        <title>ICU License - moved to LICENSE</title>
    Scancode info:
        Original SPDX id: ICU
        Score           : 100.00
        Match type      : REFERENCE
        Links           : http://www.xfree86.org/3.3.6/COPYRIGHT2.html, https://spdx.org/licenses/ICU
    Files with this license:
        license.html [6:6]

KEEP     Unicode              97ae9be094ac18e768c99daabb0a51f3
BELONGS ya.make
    License text:
            "Copyright (C) 2016 and later: Unicode, Inc. and others. License &amp; terms of use: http://www.unicode.org/copyright.html"/>
    Scancode info:
        Original SPDX id: LicenseRef-scancode-unicode
        Score           : 55.00
        Match type      : REFERENCE
        Links           : http://unicode.org/, http://unicode.org/copyright.html, https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unicode.LICENSE
    Files with this license:
        readme.html [8:8]

KEEP     Custom-Punycode      bd57aec5790d5e2d75543b49589d1e8e
BELONGS ya.make
    Note: matched license text is too long. Read it in the source files.
    Scancode info:
        Original SPDX id: LicenseRef-scancode-other-permissive
        Score           : 93.55
        Match type      : TEXT
        Links           : https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/other-permissive.LICENSE
    Files with this license:
        common/punycode.cpp [27:37]

KEEP     Unicode              c244f57ef5111f62538f666d5a69c3b2
BELONGS ya.make
    License text:
            <a href="http://www.unicode.org/copyright.html">http://www.unicode.org/copyright.html</a><br/>
    Scancode info:
        Original SPDX id: LicenseRef-scancode-unicode
        Score           : 33.00
        Match type      : REFERENCE
        Links           : http://unicode.org/, http://unicode.org/copyright.html, https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unicode.LICENSE
    Files with this license:
        readme.html [1910:1910]

KEEP     Unicode              c4e2ec55560687007828230c4408c358
BELONGS ya.make
    License text:
        * License & terms of use: http://www.unicode.org/copyright.html
    Scancode info:
        Original SPDX id: LicenseRef-scancode-unicode
        Score           : 55.00
        Match type      : REFERENCE
        Links           : http://unicode.org/, http://unicode.org/copyright.html, https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unicode.LICENSE
    Files with this license:
        common/ubiditransform.cpp [5:5]
        include/unicode/ubiditransform.h [5:5]

KEEP     Unicode-Icu-58       ca89f1a06f7d984ceacc3f03367982e9
BELONGS ya.make
    Note: matched license text is too long. Read it in the source files.
    Scancode info:
        Original SPDX id: LicenseRef-scancode-unicode-icu-58
        Score           : 99.90
        Match type      : TEXT
        Links           : https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unicode-icu-58.LICENSE, https://www.open-xchange.com/fileadmin/user_upload/images/portfolio/license/ICU_License.pdf
    Files with this license:
        LICENSE [1:414]

KEEP     ICU                  cc2755bc23e5c1ed387c4aa5f60872ff
BELONGS ya.make
    License text:
        /* This software is made available under the terms of the             */
        /* ICU License -- ICU 1.8.1 and later.                                */
    Scancode info:
        Original SPDX id: ICU
        Score           : 100.00
        Match type      : NOTICE
        Links           : http://www.xfree86.org/3.3.6/COPYRIGHT2.html, https://spdx.org/licenses/ICU
    Files with this license:
        i18n/decContext.cpp [8:9]
        i18n/decContext.h [8:9]
        i18n/decNumber.cpp [8:9]
        i18n/decNumber.h [8:9]
        i18n/decNumberLocal.h [8:9]

KEEP     ICU                  d3bc41f2ea8aab948a2218a6548c120e
BELONGS ya.make
    License text:
                <td>Contains the text of the ICU license</td>
    Scancode info:
        Original SPDX id: ICU
        Score           : 80.00
        Match type      : REFERENCE
        Links           : http://www.xfree86.org/3.3.6/COPYRIGHT2.html, https://spdx.org/licenses/ICU
    Files with this license:
        readme.html [312:312]

KEEP     BSD-3-Clause         f903ceb778f6db21bac728e4622abbd4
BELONGS ya.make
    Note: matched license text is too long. Read it in the source files.
    Scancode info:
        Original SPDX id: BSD-3-Clause
        Score           : 100.00
        Match type      : TEXT
        Links           : http://www.opensource.org/licenses/BSD-3-Clause, https://spdx.org/licenses/BSD-3-Clause
    Files with this license:
        i18n/double-conversion-bignum-dtoa.cpp [7:31]
        i18n/double-conversion-bignum-dtoa.h [7:31]
        i18n/double-conversion-bignum.cpp [7:31]
        i18n/double-conversion-bignum.h [7:31]
        i18n/double-conversion-cached-powers.cpp [7:31]
        i18n/double-conversion-cached-powers.h [7:31]
        i18n/double-conversion-diy-fp.h [7:31]
        i18n/double-conversion-double-to-string.cpp [7:31]
        i18n/double-conversion-double-to-string.h [7:31]
        i18n/double-conversion-fast-dtoa.cpp [7:31]
        i18n/double-conversion-fast-dtoa.h [7:31]
        i18n/double-conversion-ieee.h [7:31]
        i18n/double-conversion-string-to-double.cpp [7:31]
        i18n/double-conversion-string-to-double.h [7:31]
        i18n/double-conversion-strtod.cpp [7:31]
        i18n/double-conversion-strtod.h [7:31]
        i18n/double-conversion-utils.h [7:31]
        i18n/double-conversion.h [7:31]

KEEP     Unicode              ff6f9ceb63d6d99d56e57ec7546763eb
BELONGS ya.make
    License text:
        // License & terms of use: http://www.unicode.org/copyright.html#License
    Scancode info:
        Original SPDX id: LicenseRef-scancode-unicode
        Score           : 55.00
        Match type      : REFERENCE
        Links           : http://unicode.org/, http://unicode.org/copyright.html, https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unicode.LICENSE
    Files with this license:
        common/localematcher.cpp [2:2]
        common/localeprioritylist.cpp [2:2]
        common/localeprioritylist.h [2:2]
        common/locdistance.cpp [2:2]
        common/locdistance.h [2:2]
        common/loclikelysubtags.cpp [2:2]
        common/loclikelysubtags.h [2:2]
        common/lsr.cpp [2:2]
        common/lsr.h [2:2]
        include/unicode/localebuilder.h [2:2]
        include/unicode/localematcher.h [2:2]