ICU 78.1 78.1 |
| ►Nicu | Filecoll.h |
| ►Nmessage2 | |
| ►Ndata_model | |
| CLiteral | TheLiteral class corresponds to theliteral nonterminal in theMessageFormat 2 grammar,https://github.com/unicode-org/message-format-wg/blob/main/spec/message.abnf and theLiteral interface defined in //https://github.com/unicode-org/message-format-wg/blob/main/spec/data-model.md#expressions |
| COperand | TheOperand class corresponds to theoperand nonterminal in theMessageFormat 2 grammar,https://github.com/unicode-org/message-format-wg/blob/main/spec/message.abnf |
| CKey | TheKey class corresponds to thekey nonterminal in theMessageFormat 2 grammar,https://github.com/unicode-org/message-format-wg/blob/main/spec/message.abnf |
| ►CSelectorKeys | TheSelectorKeys class represents the key list for a single variant |
| CBuilder | The mutableSelectorKeys::Builder class allows the key list to be constructed one key at a time |
| COption | AnOption pairs an option name with anOperand |
| ►COperator | TheOperator class corresponds to theFunctionRef type in theExpression interface defined inhttps://github.com/unicode-org/message-format-wg/blob/main/spec/data-model.md#patterns |
| CBuilder | The mutableOperator::Builder class allows the operator to be constructed incrementally |
| ►CMarkup | TheMarkup class corresponds to themarkup nonterminal in theMessageFormat 2 grammar and themarkup interface defined inhttps://github.com/unicode-org/message-format-wg/blob/main/spec/data-model/message.json |
| CBuilder | The mutableMarkup::Builder class allows the markup to be constructed incrementally |
| ►CExpression | TheExpression class corresponds to theexpression nonterminal in theMessageFormat 2 grammar and theExpression interface defined inhttps://github.com/unicode-org/message-format-wg/blob/main/spec/data-model.md#patterns |
| CBuilder | The mutableExpression::Builder class allows the operator to be constructed incrementally |
| CPatternPart | APatternPart is a single element (text or expression) in aPattern |
| ►CPattern | APattern is a sequence of formattable parts |
| CBuilder | The mutablePattern::Builder class allows the pattern to be constructed one part at a time |
| CIterator | ThePattern::Iterator class provides an iterator over the formattable parts of a pattern |
| CVariant | AVariant pairs a list of keys with a pattern It corresponds to theVariant interface defined inhttps://github.com/unicode-org/message-format-wg/tree/main/spec/data-model |
| CBinding | ABinding pairs a variable name with an expression |
| ►CMFDataModel | TheMFDataModel class describes a parsed representation of the text of a message |
| CBuilder | The mutableMFDataModel::Builder class allows the data model to be constructed incrementally |
| ►CMessageFormatter | |
| CBuilder | The mutableBuilder class allows each part of theMessageFormatter to be initialized separately; calling itsbuild() method yields an immutableMessageFormatter |
| CMessageArguments | TheMessageArguments class represents the named arguments to a message |
| CFormattableObject | FormattableObject is an abstract class that can be implemented in order to define an arbitrary class that can be passed to a custom formatter or selector function |
| CDateInfo | TheDateInfo struct represents all the information needed to format a date with a time zone |
| CFormattable | TheFormattable class represents a typed value that can be formatted, originating either from a message argument or a literal in the code |
| CFunctionOptions | Structure encapsulating named options passed to a custom selector or formatter |
| CFormattedValue | AFormattedValue represents the result of formatting amessage2::Formattable |
| CFormattedPlaceholder | AFormattablePlaceholder encapsulates an input value (amessage2::Formattable) together with an optional output value (amessage2::FormattedValue) |
| CFormattedMessage | Not yet implemented: The result of a message formatting operation |
| CFormatterFactory | Interface that factory classes for creating formatters must implement |
| CSelectorFactory | Interface that factory classes for creating selectors must implement |
| ►CMFFunctionRegistry | Defines mappings from names of formatters and selectors to functions implementing them |
| CBuilder | The mutableBuilder class allows each formatter and selector factory to be initialized separately; calling itsbuild() method yields an immutableMFFunctionRegistry object |
| CFormatter | Interface that formatter classes must implement |
| CSelector | Interface that selector classes must implement |
| ►Nnumber | |
| ►Nimpl | |
| CStringProp | ManagesNumberFormatterSettings::usage()'s char* instance on the heap |
| CSymbolsWrapper | |
| CGrouper | |
| CPadder | |
| CMacroProps | |
| CRangeMacroProps | |
| CFormattedNumber | The result of a number formatting operation |
| CNotation | A class that defines the notation style to be used when formatting numbers inNumberFormatter |
| CScientificNotation | A class that defines the scientific notation style to be used when formatting numbers inNumberFormatter |
| CPrecision | A class that defines the rounding precision to be used when formatting numbers inNumberFormatter |
| CFractionPrecision | A class that defines a rounding precision based on a number of fraction places and optionally significant digits to be used when formatting numbers inNumberFormatter |
| CCurrencyPrecision | A class that defines a rounding precision parameterized by a currency to be used when formatting numbers inNumberFormatter |
| CIncrementPrecision | A class that defines a rounding precision parameterized by a rounding increment to be used when formatting numbers inNumberFormatter |
| CIntegerWidth | A class that defines the strategy for padding and truncating integers before the decimal separator |
| CScale | A class that defines a quantity by which a number should be multiplied when formatting |
| CNumberFormatterSettings | An abstract base class for specifying settings related to number formatting |
| CUnlocalizedNumberFormatter | ANumberFormatter that does not yet have a locale |
| CLocalizedNumberFormatter | ANumberFormatter that has a locale associated with it; this means .format() methods are available |
| CNumberFormatter | See the main description innumberformatter.h for documentation and examples |
| CNumberRangeFormatterSettings | An abstract base class for specifying settings related to number formatting |
| CUnlocalizedNumberRangeFormatter | ANumberRangeFormatter that does not yet have a locale |
| CLocalizedNumberRangeFormatter | ANumberRangeFormatter that has a locale associated with it; this means .formatRange() methods are available |
| CFormattedNumberRange | The result of a number range formatting operation |
| CNumberRangeFormatter | See the main description innumberrangeformatter.h for documentation and examples |
| CSimpleNumber | An input type forSimpleNumberFormatter |
| CSimpleNumberFormatter | A specialNumberFormatter focused on smaller binary size and memory use |
| ►Nprv | |
| Cvalue_type_or_char | |
| Cvalue_type_or_char< StringClass, std::void_t< typename StringClass::value_type > > | |
| CAppendable | Base class for objects to which Unicode characters and strings can be appended |
| CUnicodeStringAppendable | AnAppendable implementation which writes to aUnicodeString |
| CBreakIterator | Implements methods for finding the location of boundaries in text |
| CByteSink | AByteSink can be filled with bytes |
| CCheckedArrayByteSink | Implementation ofByteSink that writes to a flat byte array, with bounds-checking: This sink will not write more than capacity bytes to outbuf |
| CStringByteSink | Implementation ofByteSink that writes to a "string" |
| ►CBytesTrie | Light-weight, non-const reader class for aBytesTrie |
| CIterator | Iterator for all of the (byte sequence, value) pairs in aBytesTrie |
| CState | BytesTrie state object, for saving a trie's current state and resetting the trie back to this state later |
| CBytesTrieBuilder | Builder class forBytesTrie |
| CCanonicalIterator | This class allows one to iterate through all the strings that are canonically equivalent to a given string |
| CCaseMap | Low-level C++ case mapping functions |
| CChar16Ptr | Char16_t * wrapper with implicit conversion from distinct but bit-compatible pointer types |
| CConstChar16Ptr | Const char16_t * wrapper with implicit conversion from distinct but bit-compatible pointer types |
| CForwardCharacterIterator | Abstract class that defines an API for forward-only iteration on text objects |
| CCharacterIterator | Abstract class that defines an API for iteration on text objects |
| CDateInterval | This class represents a date interval |
| ►CEdits | Records lengths of string edits but not replacement text |
| CIterator | Access to the list of edits |
| CErrorCode | Wrapper class for UErrorCode, with conversion operators for direct use in ICU C and C++ APIs |
| CFilteredBreakIteratorBuilder | The BreakIteratorFilter is used to modify the behavior of aBreakIterator by constructing a newBreakIterator which suppresses certain segment boundaries |
| CIDNA | Abstract base class forIDNA processing |
| CIDNAInfo | Output container forIDNA processing errors |
| CLocaleBuilder | LocaleBuilder is used to build instances ofLocale from values configured by the setters |
| ►CLocaleMatcher | Immutable class that picks the best match between a user's desired locales and an application's supported locales |
| CBuilder | LocaleMatcher builder |
| CResult | Data for the best-matching pair of a desired and a supported locale |
| CLocalPointerBase | "Smart pointer" base class; do not use directly: useLocalPointer etc |
| CLocalPointer | "Smart pointer" class, deletes objects via the standard C++ delete operator |
| CLocalArray | "Smart pointer" class, deletes objects via the C++ array delete[] operator |
| CLocaleDisplayNames | Returns display names of Locales and components of Locales |
| ►CLocale | ALocale object represents a specific geographical, political, or cultural region |
| CConvertingIterator | A genericLocale iterator implementation overLocale input iterators |
| CIterator | ALocale iterator interface similar to a Java Iterator<Locale> |
| CRangeIterator | A genericLocale iterator implementation overLocale input iterators |
| ►CMessagePattern | Parses and represents ICUMessageFormat patterns |
| CPart | A message pattern "part", representing a pattern parsing event |
| CNormalizer2 | Unicode normalization functionality for standard Unicode normalization or for using custom mapping tables |
| CFilteredNormalizer2 | Normalization filtered by aUnicodeSet |
| CNormalizer | Old Unicode normalization API |
| CParsePosition | ParsePosition is a simple class used byFormat and its subclasses to keep track of the current position during parsing |
| CExternalBreakEngine | Define an abstract interface for the host environment to provide a low level facility to break text for unicode text in script that the text boundary cannot be handled by upper level rule based logic, for example, for Chinese and Japanese word breaking, Thai, Khmer, Burmese, Lao and other Southeast Asian scripts |
| CRuleBasedBreakIterator | A subclass ofBreakIterator whose behavior is specified using a list of rules |
| CReplaceable | Replaceable is an abstract base class representing a string of characters that supports the replacement of a range of itself with a new string of characters |
| CResourceBundle | A class representing a collection of resource information pertaining to a given locale |
| CStringCharacterIterator | A concrete subclass ofCharacterIterator that iterates over the characters (code units or code points) in aUnicodeString |
| CSimpleFormatter | Formats simple patterns like "{1} was born in {0}" |
| CStringEnumeration | Base class for 'pure' C++ implementations of uenum api |
| CStringPiece | A string-like object that points to a sized piece of memory |
| CSymbolTable | An interface that defines both lookup protocol and parsing of symbolic names |
| ►CUCharsTrie | Light-weight, non-const reader class for aUCharsTrie |
| CIterator | Iterator for all of the (string, value) pairs in aUCharsTrie |
| CState | UCharsTrie state object, for saving a trie's current state and resetting the trie back to this state later |
| CUCharsTrieBuilder | Builder class forUCharsTrie |
| CUCharCharacterIterator | A concrete subclass ofCharacterIterator that iterates over the characters (code units or code points) in a char16_t array |
| CUnicodeFilter | UnicodeFilter defines a protocol for selecting a subset of the full range (U+0000 to U+10FFFF) of Unicode characters |
| CUnicodeFunctor | UnicodeFunctor is an abstract base class for objects that perform match and/or replace operations on Unicode strings |
| CUnicodeMatcher | UnicodeMatcher defines a protocol for objects that can match a range of characters in aReplaceable string |
| CUnicodeSet | A mutable set of Unicode characters and multicharacter strings |
| CUnicodeString | UnicodeString is a string class that stores Unicode characters directly and provides similar functionality as the Java String and StringBuffer/StringBuilder classes |
| CUMemory | UMemory is the common ICU base class |
| CUObject | UObject is the common ICU "boilerplate" class |
| CUnicodeSetIterator | UnicodeSetIterator iterates over the contents of aUnicodeSet |
| ►CAlphabeticIndex | AlphabeticIndex supports the creation of a UI index appropriate for a given language |
| CBucket | An index "bucket" with a label string and type |
| CImmutableIndex | Immutable, thread-safe version ofAlphabeticIndex |
| CBasicTimeZone | BasicTimeZone is an abstract class extendingTimeZone |
| CCalendar | Calendar is an abstract base class for converting between aUDate object and a set of integer fields such asYEAR,MONTH,DAY,HOUR, and so on |
| CChoiceFormat | ChoiceFormat converts between ranges of numeric values and strings for those ranges |
| CCollationElementIterator | Used as an iterator to walk through each character of an international string |
| CCollator | TheCollator class performs locale-sensitive string comparison |
| CCollatorFactory | A factory, used with registerFactory, the creates multiple collators and provides display names for them |
| CCompactDecimalFormat | IMPORTANT: New users are strongly encouraged to see ifnumberformatter.h fits their use case |
| CCurrencyAmount | A currency together with a numeric amount, such as 200 USD |
| CCurrencyPluralInfo | This class represents the information needed byDecimalFormat to format currency plural, such as "3.00 US dollars" or "1.00 US dollar" |
| CCurrencyUnit | A unit of currency, such as USD (U.S |
| CDateFormat | DateFormat is an abstract class for a family of classes that convert dates and times from their internal representations to textual form and back again in a language-independent manner |
| CDecimalFormatSymbols | This class represents the set of symbols needed byDecimalFormat to format numbers |
| CDecimalFormat | IMPORTANT: New users are strongly encouraged to see ifnumberformatter.h fits their use case |
| ►CDisplayOptions | Represents all the display options that are supported by CLDR such as grammatical case, noun class, .. |
| CBuilder | Responsible for buildingDisplayOptions |
| CDateFormatSymbols | DateFormatSymbols is a public class for encapsulating localizable date-time formatting data – including timezone data |
| CFormattedDateInterval | An immutable class containing the result of a date interval formatting operation |
| CDateIntervalFormat | DateIntervalFormat is a class for formatting and parsing date intervals in a language-independent manner |
| CDateIntervalInfo | DateIntervalInfo is a public class for encapsulating localizable date time interval patterns |
| CDateTimePatternGenerator | This class provides flexible generation of date format patterns, like "yy-MM-dd" |
| CDateTimeRule | DateTimeRule is a class representing a time in a year by a rule specified by month, day of month, day of week and time in the day |
| CFieldPosition | FieldPosition is a simple class used byFormat and its subclasses to identify fields in formatted output |
| CFormattable | Formattable objects can be passed to theFormat class or its subclasses for formatting |
| CFormat | Base class for all formats |
| CConstrainedFieldPosition | Represents a span of a string containing a given field |
| CFormattedValue | An abstract formatted value: a string with associated field attributes |
| CFieldPositionIterator | FieldPositionIterator returns the field ids and their start/limit positions generated by a call toFormat::format |
| CGenderInfo | GenderInfo computes the gender of a list as a whole given the gender of each element |
| CGregorianCalendar | Concrete class which provides the standard calendar used by most of the world |
| CFormattedList | An immutable class containing the result of a list formatting operation |
| CListFormatter | An immutable class for formatting a list, using data from CLDR (or supplied separately) |
| CMeasureFormat | |
| CMeasureUnit | A unit such as length, mass, volume, currency, etc |
| CMeasure | An amount of a specified unit, consisting of a number and a Unit |
| CMessageFormat | |
| CNumberFormat | |
| CNumberFormatFactory | ANumberFormatFactory is used to register new number formats |
| CSimpleNumberFormatFactory | ANumberFormatFactory that supports a single locale |
| CNumberingSystem | Defines numbering systems |
| CPluralFormat | |
| CPluralRules | Defines rules for mapping non-negative numeric values onto a small set of keywords |
| CRuleBasedNumberFormat | Formats numbers according to a set of rules |
| CRuleBasedTimeZone | BasicTimeZone subclass implemented in terms ofInitialTimeZoneRule andTimeZoneRule instances |
| CRegexPattern | ClassRegexPattern represents a compiled regular expression |
| CRegexMatcher | ClassRegexMatcher bundles together a regular expression pattern and input text to which the expression can be applied |
| CRegion | Region is the class representing a UnicodeRegion Code, also known as a UnicodeRegion Subtag, which is defined based upon the BCP 47 standard |
| CFormattedRelativeDateTime | An immutable class containing the result of a relative datetime formatting operation |
| CRelativeDateTimeFormatter | Formats simple relative dates |
| CScientificNumberFormatter | A formatter that formats numbers in user-friendly scientific notation |
| CSearchIterator | SearchIterator is an abstract base class that provides methods to search for a pattern within a text string |
| CSelectFormat | |
| CSimpleTimeZone | SimpleTimeZone is a concrete subclass ofTimeZone that represents a time zone for use with a Gregorian calendar |
| CSimpleDateFormat | SimpleDateFormat is a concrete class for formatting and parsing dates in a language-independent manner |
| CCollationKey | Collation keys are generated by theCollator class |
| CStringSearch | StringSearch is aSearchIterator that provides language-sensitive text searching based on the comparison rules defined in aRuleBasedCollator object |
| CRuleBasedCollator | Implementation ofCollator, using data-driven tables |
| CTimeZone | TimeZone represents a time zone offset, and also figures out daylight savings |
| CTimeUnit | Measurement unit for time units |
| CTimeUnitAmount | Express a duration as a time unit and number |
| CTimeUnitFormat | Format or parse aTimeUnitAmount, using plural rules for the units where available |
| ►CTransliterator | Transliterator is an abstract class that transliterates text from one format to another |
| CToken | A context integer or pointer for a factory function, passed by value |
| CTimeZoneFormat | TimeZoneFormat supports time zone display name formatting and parsing |
| ►CTimeZoneNames | TimeZoneNames is an abstract class representing the time zone display name data model defined byUTS#35 Unicode Locale Data Markup Language (LDML) |
| CMatchInfoCollection | MatchInfoCollection represents a collection of time zone name matches used byTimeZoneNames#find |
| CTimeZoneRule | TimeZoneRule is a class representing a rule for time zone |
| CInitialTimeZoneRule | InitialTimeZoneRule represents a time zone rule representing a time zone effective from the beginning and has no actual start times |
| CAnnualTimeZoneRule | AnnualTimeZoneRule is a class used for representing a time zone rule which takes effect annually |
| CTimeArrayTimeZoneRule | TimeArrayTimeZoneRule represents a time zone rule whose start times are defined by an array of milliseconds since the standard base time |
| CTimeZoneTransition | TimeZoneTransition is a class representing a time zone transition |
| CUnicodeReplacer | UnicodeReplacer defines a protocol for objects that replace a range of characters in aReplaceable string with output text |
| CVTimeZone | VTimeZone is a class implementing RFC2445 VTIMEZONE |
| ►CParagraphLayout | ParagraphLayout |
| CLine | This class represents a single line of text in aParagraphLayout |
| CVisualRun | This object represents a single visual run in a line of text in a paragraph |
| CRunArray | TheRunArray class is a base class for building classes which represent data that is associated with runs of text |
| CFontRuns | TheFontRuns class associates pointers toLEFontInstance objects with runs of text |
| CLocaleRuns | TheLocaleRuns class associates pointers toLocale objects with runs of text |
| CValueRuns | TheValueRuns class associates integer values with runs of text |
| ►NU_HEADER_ONLY_NAMESPACE | |
| ►Ncollator | |
| ►Ninternal | |
| CPredicate | Function object for performing comparisons using a UCollator |
| ►Nprv | |
| Crange_type | |
| Crange_type< Range, std::void_t< decltype(std::declval< Range >().begin()), decltype(std::declval< Range >().end())> > | |
| Cis_basic_string_view | |
| Cis_basic_string_view< std::basic_string_view< Args... > > | |
| CCodePointsIterator | |
| CUSetCodePointIterator | Iterator returned byUSetCodePoints |
| CUSetCodePoints | C++ "range" for iterating over the code points of a USet |
| ►CCodePointRange | A contiguous range of code points in a USet/UnicodeSet |
| Citerator | |
| CUSetRangeIterator | Iterator returned byUSetRanges |
| CUSetRanges | C++ "range" for iterating over the code point ranges of a USet |
| CUSetStringIterator | Iterator returned byUSetStrings |
| CUSetStrings | C++ "range" for iterating over the empty and multi-character strings of a USet |
| CUSetElementIterator | Iterator returned byUSetElements |
| CUSetElements | A C++ "range" for iterating over all of the elements of a USet |
| CAllCodePoints | A C++ "range" over all Unicode code points U+0000..U+10FFFF |
| CAllScalarValues | A C++ "range" over all Unicode scalar values U+0000..U+D7FF & U+E000..U+10FFFF |
| CUnsafeCodeUnits | Result of decoding a code unit sequence for one code point |
| CCodeUnits | Result of validating and decoding a code unit sequence for one code point |
| CUTFIterator | Validating iterator over the code points in a Unicode string |
| CUTFStringCodePoints | A C++ "range" for validating iteration over all of the code points of a code unit range |
| CUTFStringCodePointsAdaptor | |
| CUnsafeUTFIterator | Non-validating iterator over the code points in a Unicode string |
| CUnsafeUTFStringCodePoints | A C++ "range" for non-validating iteration over all of the code points of a code unit range |
| CUnsafeUTFStringCodePointsAdaptor | |
| CLocalUBiDiPointer | "Smart pointer" class, closes a UBiDi viaubidi_close() |
| CLocalUBiDiTransformPointer | "Smart pointer" class, closes a UBiDiTransform viaubiditransform_close() |
| CLocalUBreakIteratorPointer | "Smart pointer" class, closes a UBreakIterator viaubrk_close() |
| CLocalUCalendarPointer | "Smart pointer" class, closes a UCalendar viaucal_close() |
| CLocalUCaseMapPointer | "Smart pointer" class, closes a UCaseMap viaucasemap_close() |
| CLocalUCharsetDetectorPointer | "Smart pointer" class, closes a UCharsetDetector viaucsdet_close() |
| CLocalUCollatorPointer | "Smart pointer" class, closes a UCollator viaucol_close() |
| CLocalUConstrainedFieldPositionPointer | "Smart pointer" class; closes a UConstrainedFieldPosition viaucfpos_close() |
| CLocalUConverterPointer | "Smart pointer" class, closes a UConverter viaucnv_close() |
| CLocalUConverterSelectorPointer | "Smart pointer" class, closes a UConverterSelector viaucnvsel_close() |
| CLocalUCPTriePointer | "Smart pointer" class, closes aUCPTrie viaucptrie_close() |
| CLocalUDataMemoryPointer | "Smart pointer" class, closes a UDataMemory viaudata_close() |
| CLocalUDateFormatPointer | "Smart pointer" class, closes a UDateFormat viaudat_close() |
| CLocalUDateIntervalFormatPointer | "Smart pointer" class, closes a UDateIntervalFormat viaudtitvfmt_close() |
| CLocalUDateTimePatternGeneratorPointer | "Smart pointer" class, closes a UDateTimePatternGenerator viaudatpg_close() |
| CLocalUEnumerationPointer | "Smart pointer" class, closes a UEnumeration viauenum_close() |
| CLocalUFieldPositionIteratorPointer | "Smart pointer" class, closes a UFieldPositionIterator viaufieldpositer_close() |
| CLocalUFILEPointer | "Smart pointer" class, closes a UFILE viau_fclose() |
| CLocalUFormattablePointer | "Smart pointer" class, closes a UFormattable viaufmt_close() |
| CLocalUFormattedDateIntervalPointer | "Smart pointer" class, closes a UFormattedDateInterval viaudtitvfmt_close() |
| CLocalUFormattedListPointer | "Smart pointer" class, closes a UFormattedList viaulistfmt_closeResult() |
| CLocalUFormattedNumberPointer | "Smart pointer" class; closes a UFormattedNumber viaunumf_closeResult() |
| CLocalUFormattedRelativeDateTimePointer | "Smart pointer" class, closes a UFormattedRelativeDateTime viaureldatefmt_closeResult() |
| CLocalUIDNAPointer | "Smart pointer" class, closes a UIDNA viauidna_close() |
| CLocalUListFormatterPointer | "Smart pointer" class, closes a UListFormatter viaulistfmt_close() |
| CLocalULocaleBuilderPointer | "Smart pointer" class, closes a ULocaleBuilder viaulocbld_close() |
| CLocalULocaleDataPointer | "Smart pointer" class, closes a ULocaleData viaulocdata_close() |
| CLocalULocaleDisplayNamesPointer | "Smart pointer" class, closes a ULocaleDisplayNames viauldn_close() |
| CLocalULocalePointer | "Smart pointer" class, closes a ULocale viaulocale_close() |
| CLocalUMessageFormatPointer | "Smart pointer" class, closes a UMessageFormat viaumsg_close() |
| CLocalUMutableCPTriePointer | "Smart pointer" class, closes a UMutableCPTrie viaumutablecptrie_close() |
| CLocalUNormalizer2Pointer | "Smart pointer" class, closes a UNormalizer2 viaunorm2_close() |
| CLocalUNumberFormatPointer | "Smart pointer" class, closes a UNumberFormat viaunum_close() |
| CLocalUNumberFormatterPointer | "Smart pointer" class; closes a UNumberFormatter viaunumf_close() |
| CLocalUNumberingSystemPointer | "Smart pointer" class, closes a UNumberingSystem viaunumsys_close() |
| CLocalUNumberRangeFormatterPointer | "Smart pointer" class; closes a UNumberFormatter viaunumf_close() |
| CLocalUPluralRulesPointer | "Smart pointer" class, closes a UPluralRules viauplrules_close() |
| CLocalURegularExpressionPointer | "Smart pointer" class, closes a URegularExpression viauregex_close() |
| CLocalURelativeDateTimeFormatterPointer | "Smart pointer" class, closes a URelativeDateTimeFormatter viaureldatefmt_close() |
| CLocalUResourceBundlePointer | "Smart pointer" class, closes a UResourceBundle viaures_close() |
| CLocalUSetPointer | "Smart pointer" class, closes a USet viauset_close() |
| CLocalUSimpleNumberFormatterPointer | "Smart pointer" class; closes a USimpleNumberFormatter viausnumf_close() |
| CLocalUSimpleNumberPointer | "Smart pointer" class; closes a USimpleNumber viausnum_close() |
| CLocalUSpoofCheckerPointer | "Smart pointer" class, closes a USpoofChecker viauspoof_close() |
| CLocalUSpoofCheckResultPointer | "Smart pointer" class, closes a USpoofCheckResult viauspoof_closeCheckResult() |
| CLocalUStringPrepProfilePointer | "Smart pointer" class, closes a UStringPrepProfile viausprep_close() |
| CLocalUStringSearchPointer | "Smart pointer" class, closes a UStringSearch viausearch_close() |
| CLocalUTextPointer | "Smart pointer" class, closes aUText viautext_close() |
| CLocalUTransliteratorPointer | "Smart pointer" class, closes a UTransliterator viautrans_close() |
| CUCharIterator | C API for code unit iteration |
| CUConverterFromUnicodeArgs | The structure for the fromUnicode callback function parameter |
| CUConverterToUnicodeArgs | The structure for the toUnicode callback function parameter |
| CUCPTrie | Immutable Unicode code point trie structure |
| CUDataInfo | UDataInfo contains the properties about the requested data |
| CUFieldPosition | A struct representing a range of text containing a specific field |
| CUIDNAInfo | Output container for IDNA processing errors |
| CUParseError | AUParseError struct is used to returned detailed information about parsing errors |
| CUReplaceableCallbacks | A set of function pointers that transliterators use to manipulate a UReplaceable |
| CUSerializedSet | A serialized form of a Unicode set |
| CUText | UText struct |
| CUTextFuncs | (public) Function dispatch table forUText |
| CUTransPosition | Position structure forutrans_transIncremental() incremental transliteration |