aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/mingw/lib-common/icu.def
blob: dd1e25240cfbac8fefbf94414002215e1da63f49 (plain)
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
LIBRARY icu

EXPORTS

UCNV_FROM_U_CALLBACK_ESCAPE
UCNV_FROM_U_CALLBACK_SKIP
UCNV_FROM_U_CALLBACK_STOP
UCNV_FROM_U_CALLBACK_SUBSTITUTE
UCNV_TO_U_CALLBACK_ESCAPE
UCNV_TO_U_CALLBACK_SKIP
UCNV_TO_U_CALLBACK_STOP
UCNV_TO_U_CALLBACK_SUBSTITUTE
u_UCharsToChars
u_austrcpy
u_austrncpy
u_catclose
u_catgets
u_catopen
u_charAge
u_charDigitValue
u_charDirection
u_charFromName
u_charMirror
u_charName
u_charType
u_charsToUChars
u_cleanup
u_countChar32
u_digit
u_enumCharNames
u_enumCharTypes
u_errorName
u_foldCase
u_forDigit
u_formatMessage
u_formatMessageWithError
u_getBidiPairedBracket
u_getCombiningClass
u_getDataVersion
u_getFC_NFKC_Closure
u_getIntPropertyMaxValue
u_getIntPropertyMinValue
u_getIntPropertyValue
u_getNumericValue
u_getPropertyEnum
u_getPropertyName
u_getPropertyValueEnum
u_getPropertyValueName
u_getUnicodeVersion
u_getVersion
u_hasBinaryProperty
u_init
u_isIDIgnorable
u_isIDPart
u_isIDStart
u_isISOControl
u_isJavaIDPart
u_isJavaIDStart
u_isJavaSpaceChar
u_isMirrored
u_isUAlphabetic
u_isULowercase
u_isUUppercase
u_isUWhiteSpace
u_isWhitespace
u_isalnum
u_isalpha
u_isbase
u_isblank
u_iscntrl
u_isdefined
u_isdigit
u_isgraph
u_islower
u_isprint
u_ispunct
u_isspace
u_istitle
u_isupper
u_isxdigit
u_memcasecmp
u_memchr
u_memchr32
u_memcmp
u_memcmpCodePointOrder
u_memcpy
u_memmove
u_memrchr
u_memrchr32
u_memset
u_parseMessage
u_parseMessageWithError
u_setMemoryFunctions
u_shapeArabic
u_strCaseCompare
u_strCompare
u_strCompareIter
u_strFindFirst
u_strFindLast
u_strFoldCase
u_strFromJavaModifiedUTF8WithSub
u_strFromUTF32
u_strFromUTF32WithSub
u_strFromUTF8
u_strFromUTF8Lenient
u_strFromUTF8WithSub
u_strFromWCS
u_strHasMoreChar32Than
u_strToJavaModifiedUTF8
u_strToLower
u_strToTitle
u_strToUTF32
u_strToUTF32WithSub
u_strToUTF8
u_strToUTF8WithSub
u_strToUpper
u_strToWCS
u_strcasecmp
u_strcat
u_strchr
u_strchr32
u_strcmp
u_strcmpCodePointOrder
u_strcpy
u_strcspn
u_strlen
u_strncasecmp
u_strncat
u_strncmp
u_strncmpCodePointOrder
u_strncpy
u_strpbrk
u_strrchr
u_strrchr32
u_strrstr
u_strspn
u_strstr
u_strtok_r
u_tolower
u_totitle
u_toupper
u_uastrcpy
u_uastrncpy
u_unescape
u_unescapeAt
u_versionFromString
u_versionFromUString
u_versionToString
u_vformatMessage
u_vformatMessageWithError
u_vparseMessage
u_vparseMessageWithError
ubidi_close
ubidi_countParagraphs
ubidi_countRuns
ubidi_getBaseDirection
ubidi_getClassCallback
ubidi_getCustomizedClass
ubidi_getDirection
ubidi_getLength
ubidi_getLevelAt
ubidi_getLevels
ubidi_getLogicalIndex
ubidi_getLogicalMap
ubidi_getLogicalRun
ubidi_getParaLevel
ubidi_getParagraph
ubidi_getParagraphByIndex
ubidi_getProcessedLength
ubidi_getReorderingMode
ubidi_getReorderingOptions
ubidi_getResultLength
ubidi_getText
ubidi_getVisualIndex
ubidi_getVisualMap
ubidi_getVisualRun
ubidi_invertMap
ubidi_isInverse
ubidi_isOrderParagraphsLTR
ubidi_open
ubidi_openSized
ubidi_orderParagraphsLTR
ubidi_reorderLogical
ubidi_reorderVisual
ubidi_setClassCallback
ubidi_setContext
ubidi_setInverse
ubidi_setLine
ubidi_setPara
ubidi_setReorderingMode
ubidi_setReorderingOptions
ubidi_writeReordered
ubidi_writeReverse
ubiditransform_close
ubiditransform_open
ubiditransform_transform
ublock_getCode
ubrk_close
ubrk_countAvailable
ubrk_current
ubrk_first
ubrk_following
ubrk_getAvailable
ubrk_getBinaryRules
ubrk_getLocaleByType
ubrk_getRuleStatus
ubrk_getRuleStatusVec
ubrk_isBoundary
ubrk_last
ubrk_next
ubrk_open
ubrk_openBinaryRules
ubrk_openRules
ubrk_preceding
ubrk_previous
ubrk_refreshUText
ubrk_safeClone
ubrk_setText
ubrk_setUText
ucal_add
ucal_clear
ucal_clearField
ucal_clone
ucal_close
ucal_countAvailable
ucal_equivalentTo
ucal_get
ucal_getAttribute
ucal_getAvailable
ucal_getCanonicalTimeZoneID
ucal_getDSTSavings
ucal_getDayOfWeekType
ucal_getDefaultTimeZone
ucal_getFieldDifference
ucal_getGregorianChange
ucal_getKeywordValuesForLocale
ucal_getLimit
ucal_getLocaleByType
ucal_getMillis
ucal_getNow
ucal_getTZDataVersion
ucal_getTimeZoneDisplayName
ucal_getTimeZoneID
ucal_getTimeZoneIDForWindowsID
ucal_getTimeZoneTransitionDate
ucal_getType
ucal_getWeekendTransition
ucal_getWindowsTimeZoneID
ucal_inDaylightTime
ucal_isSet
ucal_isWeekend
ucal_open
ucal_openCountryTimeZones
ucal_openTimeZoneIDEnumeration
ucal_openTimeZones
ucal_roll
ucal_set
ucal_setAttribute
ucal_setDate
ucal_setDateTime
ucal_setDefaultTimeZone
ucal_setGregorianChange
ucal_setMillis
ucal_setTimeZone
ucasemap_close
ucasemap_getBreakIterator
ucasemap_getLocale
ucasemap_getOptions
ucasemap_open
ucasemap_setBreakIterator
ucasemap_setLocale
ucasemap_setOptions
ucasemap_toTitle
ucasemap_utf8FoldCase
ucasemap_utf8ToLower
ucasemap_utf8ToTitle
ucasemap_utf8ToUpper
ucnv_cbFromUWriteBytes
ucnv_cbFromUWriteSub
ucnv_cbFromUWriteUChars
ucnv_cbToUWriteSub
ucnv_cbToUWriteUChars
ucnv_close
ucnv_compareNames
ucnv_convert
ucnv_convertEx
ucnv_countAliases
ucnv_countAvailable
ucnv_countStandards
ucnv_detectUnicodeSignature
ucnv_fixFileSeparator
ucnv_flushCache
ucnv_fromAlgorithmic
ucnv_fromUChars
ucnv_fromUCountPending
ucnv_fromUnicode
ucnv_getAlias
ucnv_getAliases
ucnv_getAvailableName
ucnv_getCCSID
ucnv_getCanonicalName
ucnv_getDefaultName
ucnv_getDisplayName
ucnv_getFromUCallBack
ucnv_getInvalidChars
ucnv_getInvalidUChars
ucnv_getMaxCharSize
ucnv_getMinCharSize
ucnv_getName
ucnv_getNextUChar
ucnv_getPlatform
ucnv_getStandard
ucnv_getStandardName
ucnv_getStarters
ucnv_getSubstChars
ucnv_getToUCallBack
ucnv_getType
ucnv_getUnicodeSet
ucnv_isAmbiguous
ucnv_isFixedWidth
ucnv_open
ucnv_openAllNames
ucnv_openCCSID
ucnv_openPackage
ucnv_openStandardNames
ucnv_openU
ucnv_reset
ucnv_resetFromUnicode
ucnv_resetToUnicode
ucnv_safeClone
ucnv_setDefaultName
ucnv_setFallback
ucnv_setFromUCallBack
ucnv_setSubstChars
ucnv_setSubstString
ucnv_setToUCallBack
ucnv_toAlgorithmic
ucnv_toUChars
ucnv_toUCountPending
ucnv_toUnicode
ucnv_usesFallback
ucnvsel_close
ucnvsel_open
ucnvsel_openFromSerialized
ucnvsel_selectForString
ucnvsel_selectForUTF8
ucnvsel_serialize
ucol_cloneBinary
ucol_close
ucol_closeElements
ucol_countAvailable
ucol_equal
ucol_getAttribute
ucol_getAvailable
ucol_getBound
ucol_getContractionsAndExpansions
ucol_getDisplayName
ucol_getEquivalentReorderCodes
ucol_getFunctionalEquivalent
ucol_getKeywordValues
ucol_getKeywordValuesForLocale
ucol_getKeywords
ucol_getLocaleByType
ucol_getMaxExpansion
ucol_getMaxVariable
ucol_getOffset
ucol_getReorderCodes
ucol_getRules
ucol_getRulesEx
ucol_getSortKey
ucol_getStrength
ucol_getTailoredSet
ucol_getUCAVersion
ucol_getVariableTop
ucol_getVersion
ucol_greater
ucol_greaterOrEqual
ucol_keyHashCode
ucol_mergeSortkeys
ucol_next
ucol_nextSortKeyPart
ucol_open
ucol_openAvailableLocales
ucol_openBinary
ucol_openElements
ucol_openRules
ucol_previous
ucol_primaryOrder
ucol_reset
ucol_safeClone
ucol_secondaryOrder
ucol_setAttribute
ucol_setMaxVariable
ucol_setOffset
ucol_setReorderCodes
ucol_setStrength
ucol_setText
ucol_strcoll
ucol_strcollIter
ucol_strcollUTF8
ucol_tertiaryOrder
ucsdet_close
ucsdet_detect
ucsdet_detectAll
ucsdet_enableInputFilter
ucsdet_getAllDetectableCharsets
ucsdet_getConfidence
ucsdet_getLanguage
ucsdet_getName
ucsdet_getUChars
ucsdet_isInputFilterEnabled
ucsdet_open
ucsdet_setDeclaredEncoding
ucsdet_setText
ucurr_countCurrencies
ucurr_forLocale
ucurr_forLocaleAndDate
ucurr_getDefaultFractionDigits
ucurr_getDefaultFractionDigitsForUsage
ucurr_getKeywordValuesForLocale
ucurr_getName
ucurr_getNumericCode
ucurr_getPluralName
ucurr_getRoundingIncrement
ucurr_getRoundingIncrementForUsage
ucurr_isAvailable
ucurr_openISOCurrencies
ucurr_register
ucurr_unregister
udat_adoptNumberFormat
udat_adoptNumberFormatForFields
udat_applyPattern
udat_clone
udat_close
udat_countAvailable
udat_countSymbols
udat_format
udat_formatCalendar
udat_formatCalendarForFields
udat_formatForFields
udat_get2DigitYearStart
udat_getAvailable
udat_getBooleanAttribute
udat_getCalendar
udat_getContext
udat_getLocaleByType
udat_getNumberFormat
udat_getNumberFormatForField
udat_getSymbols
udat_isLenient
udat_open
udat_parse
udat_parseCalendar
udat_set2DigitYearStart
udat_setBooleanAttribute
udat_setCalendar
udat_setContext
udat_setLenient
udat_setNumberFormat
udat_setSymbols
udat_toCalendarDateField
udat_toPattern
udatpg_addPattern
udatpg_clone
udatpg_close
udatpg_getAppendItemFormat
udatpg_getAppendItemName
udatpg_getBaseSkeleton
udatpg_getBestPattern
udatpg_getBestPatternWithOptions
udatpg_getDateTimeFormat
udatpg_getDecimal
udatpg_getFieldDisplayName
udatpg_getPatternForSkeleton
udatpg_getSkeleton
udatpg_open
udatpg_openBaseSkeletons
udatpg_openEmpty
udatpg_openSkeletons
udatpg_replaceFieldTypes
udatpg_replaceFieldTypesWithOptions
udatpg_setAppendItemFormat
udatpg_setAppendItemName
udatpg_setDateTimeFormat
udatpg_setDecimal
udtitvfmt_close
udtitvfmt_format
udtitvfmt_open
uenum_close
uenum_count
uenum_next
uenum_openCharStringsEnumeration
uenum_openUCharStringsEnumeration
uenum_reset
uenum_unext
ufieldpositer_close
ufieldpositer_next
ufieldpositer_open
ufmt_close
ufmt_getArrayItemByIndex
ufmt_getArrayLength
ufmt_getDate
ufmt_getDecNumChars
ufmt_getDouble
ufmt_getInt64
ufmt_getLong
ufmt_getObject
ufmt_getType
ufmt_getUChars
ufmt_isNumeric
ufmt_open
ugender_getInstance
ugender_getListGender
uidna_close
uidna_labelToASCII
uidna_labelToASCII_UTF8
uidna_labelToUnicode
uidna_labelToUnicodeUTF8
uidna_nameToASCII
uidna_nameToASCII_UTF8
uidna_nameToUnicode
uidna_nameToUnicodeUTF8
uidna_openUTS46
uiter_current32
uiter_getState
uiter_next32
uiter_previous32
uiter_setState
uiter_setString
uiter_setUTF16BE
uiter_setUTF8
uldn_close
uldn_getContext
uldn_getDialectHandling
uldn_getLocale
uldn_keyDisplayName
uldn_keyValueDisplayName
uldn_languageDisplayName
uldn_localeDisplayName
uldn_open
uldn_openForContext
uldn_regionDisplayName
uldn_scriptCodeDisplayName
uldn_scriptDisplayName
uldn_variantDisplayName
ulistfmt_close
ulistfmt_format
ulistfmt_open
uloc_acceptLanguage
uloc_acceptLanguageFromHTTP
uloc_addLikelySubtags
uloc_canonicalize
uloc_countAvailable
uloc_forLanguageTag
uloc_getAvailable
uloc_getBaseName
uloc_getCharacterOrientation
uloc_getCountry
uloc_getDefault
uloc_getDisplayCountry
uloc_getDisplayKeyword
uloc_getDisplayKeywordValue
uloc_getDisplayLanguage
uloc_getDisplayName
uloc_getDisplayScript
uloc_getDisplayVariant
uloc_getISO3Country
uloc_getISO3Language
uloc_getISOCountries
uloc_getISOLanguages
uloc_getKeywordValue
uloc_getLCID
uloc_getLanguage
uloc_getLineOrientation
uloc_getLocaleForLCID
uloc_getName
uloc_getParent
uloc_getScript
uloc_getVariant
uloc_isRightToLeft
uloc_minimizeSubtags
uloc_openKeywords
uloc_setDefault
uloc_setKeywordValue
uloc_toLanguageTag
uloc_toLegacyKey
uloc_toLegacyType
uloc_toUnicodeLocaleKey
uloc_toUnicodeLocaleType
ulocdata_close
ulocdata_getCLDRVersion
ulocdata_getDelimiter
ulocdata_getExemplarSet
ulocdata_getLocaleDisplayPattern
ulocdata_getLocaleSeparator
ulocdata_getMeasurementSystem
ulocdata_getNoSubstitute
ulocdata_getPaperSize
ulocdata_open
ulocdata_setNoSubstitute
umsg_applyPattern
umsg_autoQuoteApostrophe
umsg_clone
umsg_close
umsg_format
umsg_getLocale
umsg_open
umsg_parse
umsg_setLocale
umsg_toPattern
umsg_vformat
umsg_vparse
unorm2_append
unorm2_close
unorm2_composePair
unorm2_getCombiningClass
unorm2_getDecomposition
unorm2_getInstance
unorm2_getNFCInstance
unorm2_getNFDInstance
unorm2_getNFKCCasefoldInstance
unorm2_getNFKCInstance
unorm2_getNFKDInstance
unorm2_getRawDecomposition
unorm2_hasBoundaryAfter
unorm2_hasBoundaryBefore
unorm2_isInert
unorm2_isNormalized
unorm2_normalize
unorm2_normalizeSecondAndAppend
unorm2_openFiltered
unorm2_quickCheck
unorm2_spanQuickCheckYes
unorm_compare
unum_applyPattern
unum_clone
unum_close
unum_countAvailable
unum_format
unum_formatDecimal
unum_formatDouble
unum_formatDoubleCurrency
unum_formatDoubleForFields
unum_formatInt64
unum_formatUFormattable
unum_getAttribute
unum_getAvailable
unum_getContext
unum_getDoubleAttribute
unum_getLocaleByType
unum_getSymbol
unum_getTextAttribute
unum_open
unum_parse
unum_parseDecimal
unum_parseDouble
unum_parseDoubleCurrency
unum_parseInt64
unum_parseToUFormattable
unum_setAttribute
unum_setContext
unum_setDoubleAttribute
unum_setSymbol
unum_setTextAttribute
unum_toPattern
unumf_close
unumf_closeResult
unumf_formatDecimal
unumf_formatDouble
unumf_formatInt
unumf_openForSkeletonAndLocale
unumf_openResult
unumf_resultGetAllFieldPositions
unumf_resultNextFieldPosition
unumf_resultToString
unumsys_close
unumsys_getDescription
unumsys_getName
unumsys_getRadix
unumsys_isAlgorithmic
unumsys_open
unumsys_openAvailableNames
unumsys_openByName
uplrules_close
uplrules_getKeywords
uplrules_open
uplrules_openForType
uplrules_select
uregex_appendReplacement
uregex_appendReplacementUText
uregex_appendTail
uregex_appendTailUText
uregex_clone
uregex_close
uregex_end
uregex_end64
uregex_find
uregex_find64
uregex_findNext
uregex_flags
uregex_getFindProgressCallback
uregex_getMatchCallback
uregex_getStackLimit
uregex_getText
uregex_getTimeLimit
uregex_getUText
uregex_group
uregex_groupCount
uregex_groupNumberFromCName
uregex_groupNumberFromName
uregex_groupUText
uregex_hasAnchoringBounds
uregex_hasTransparentBounds
uregex_hitEnd
uregex_lookingAt
uregex_lookingAt64
uregex_matches
uregex_matches64
uregex_open
uregex_openC
uregex_openUText
uregex_pattern
uregex_patternUText
uregex_refreshUText
uregex_regionEnd
uregex_regionEnd64
uregex_regionStart
uregex_regionStart64
uregex_replaceAll
uregex_replaceAllUText
uregex_replaceFirst
uregex_replaceFirstUText
uregex_requireEnd
uregex_reset
uregex_reset64
uregex_setFindProgressCallback
uregex_setMatchCallback
uregex_setRegion
uregex_setRegion64
uregex_setRegionAndStart
uregex_setStackLimit
uregex_setText
uregex_setTimeLimit
uregex_setUText
uregex_split
uregex_splitUText
uregex_start
uregex_start64
uregex_useAnchoringBounds
uregex_useTransparentBounds
uregion_areEqual
uregion_contains
uregion_getAvailable
uregion_getContainedRegions
uregion_getContainedRegionsOfType
uregion_getContainingRegion
uregion_getContainingRegionOfType
uregion_getNumericCode
uregion_getPreferredValues
uregion_getRegionCode
uregion_getRegionFromCode
uregion_getRegionFromNumericCode
uregion_getType
ureldatefmt_close
ureldatefmt_combineDateAndTime
ureldatefmt_format
ureldatefmt_formatNumeric
ureldatefmt_open
ures_close
ures_getBinary
ures_getByIndex
ures_getByKey
ures_getInt
ures_getIntVector
ures_getKey
ures_getLocaleByType
ures_getNextResource
ures_getNextString
ures_getSize
ures_getString
ures_getStringByIndex
ures_getStringByKey
ures_getType
ures_getUInt
ures_getUTF8String
ures_getUTF8StringByIndex
ures_getUTF8StringByKey
ures_getVersion
ures_hasNext
ures_open
ures_openAvailableLocales
ures_openDirect
ures_openU
ures_resetIterator
uscript_breaksBetweenLetters
uscript_getCode
uscript_getName
uscript_getSampleString
uscript_getScript
uscript_getScriptExtensions
uscript_getShortName
uscript_getUsage
uscript_hasScript
uscript_isCased
uscript_isRightToLeft
usearch_close
usearch_first
usearch_following
usearch_getAttribute
usearch_getBreakIterator
usearch_getCollator
usearch_getMatchedLength
usearch_getMatchedStart
usearch_getMatchedText
usearch_getOffset
usearch_getPattern
usearch_getText
usearch_last
usearch_next
usearch_open
usearch_openFromCollator
usearch_preceding
usearch_previous
usearch_reset
usearch_setAttribute
usearch_setBreakIterator
usearch_setCollator
usearch_setOffset
usearch_setPattern
usearch_setText
uset_add
uset_addAll
uset_addAllCodePoints
uset_addRange
uset_addString
uset_applyIntPropertyValue
uset_applyPattern
uset_applyPropertyAlias
uset_charAt
uset_clear
uset_clone
uset_cloneAsThawed
uset_close
uset_closeOver
uset_compact
uset_complement
uset_complementAll
uset_contains
uset_containsAll
uset_containsAllCodePoints
uset_containsNone
uset_containsRange
uset_containsSome
uset_containsString
uset_equals
uset_freeze
uset_getItem
uset_getItemCount
uset_getSerializedRange
uset_getSerializedRangeCount
uset_getSerializedSet
uset_indexOf
uset_isEmpty
uset_isFrozen
uset_open
uset_openEmpty
uset_openPattern
uset_openPatternOptions
uset_remove
uset_removeAll
uset_removeAllStrings
uset_removeRange
uset_removeString
uset_resemblesPattern
uset_retain
uset_retainAll
uset_serialize
uset_serializedContains
uset_set
uset_setSerializedToOne
uset_size
uset_span
uset_spanBack
uset_spanBackUTF8
uset_spanUTF8
uset_toPattern
uspoof_areConfusable
uspoof_areConfusableUTF8
uspoof_check
uspoof_check2
uspoof_check2UTF8
uspoof_checkUTF8
uspoof_clone
uspoof_close
uspoof_closeCheckResult
uspoof_getAllowedChars
uspoof_getAllowedLocales
uspoof_getCheckResultChecks
uspoof_getCheckResultNumerics
uspoof_getCheckResultRestrictionLevel
uspoof_getChecks
uspoof_getInclusionSet
uspoof_getRecommendedSet
uspoof_getRestrictionLevel
uspoof_getSkeleton
uspoof_getSkeletonUTF8
uspoof_open
uspoof_openCheckResult
uspoof_openFromSerialized
uspoof_openFromSource
uspoof_serialize
uspoof_setAllowedChars
uspoof_setAllowedLocales
uspoof_setChecks
uspoof_setRestrictionLevel
usprep_close
usprep_open
usprep_openByType
usprep_prepare
utext_char32At
utext_clone
utext_close
utext_copy
utext_current32
utext_equals
utext_extract
utext_freeze
utext_getNativeIndex
utext_getPreviousNativeIndex
utext_hasMetaData
utext_isLengthExpensive
utext_isWritable
utext_moveIndex32
utext_nativeLength
utext_next32
utext_next32From
utext_openUChars
utext_openUTF8
utext_previous32
utext_previous32From
utext_replace
utext_setNativeIndex
utext_setup
utf8_appendCharSafeBody
utf8_back1SafeBody
utf8_nextCharSafeBody
utf8_prevCharSafeBody
utmscale_fromInt64
utmscale_getTimeScaleValue
utmscale_toInt64
utrace_format
utrace_functionName
utrace_getFunctions
utrace_getLevel
utrace_setFunctions
utrace_setLevel
utrace_vformat
utrans_clone
utrans_close
utrans_countAvailableIDs
utrans_getSourceSet
utrans_getUnicodeID
utrans_openIDs
utrans_openInverse
utrans_openU
utrans_register
utrans_setFilter
utrans_toRules
utrans_trans
utrans_transIncremental
utrans_transIncrementalUChars
utrans_transUChars
utrans_unregisterID