Movatterモバイル変換


[0]ホーム

URL:


ICU 78.1  78.1
Data Structures
Here are the data structures with brief descriptions:
[detail level12345]
 NicuFilecoll.h
 Nmessage2
 Ndata_model
 CLiteralTheLiteral 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
 COperandTheOperand class corresponds to theoperand nonterminal in theMessageFormat 2 grammar,https://github.com/unicode-org/message-format-wg/blob/main/spec/message.abnf
 CKeyTheKey class corresponds to thekey nonterminal in theMessageFormat 2 grammar,https://github.com/unicode-org/message-format-wg/blob/main/spec/message.abnf
 CSelectorKeysTheSelectorKeys class represents the key list for a single variant
 CBuilderThe mutableSelectorKeys::Builder class allows the key list to be constructed one key at a time
 COptionAnOption pairs an option name with anOperand
 COperatorTheOperator class corresponds to theFunctionRef type in theExpression interface defined inhttps://github.com/unicode-org/message-format-wg/blob/main/spec/data-model.md#patterns
 CBuilderThe mutableOperator::Builder class allows the operator to be constructed incrementally
 CMarkupTheMarkup 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
 CBuilderThe mutableMarkup::Builder class allows the markup to be constructed incrementally
 CExpressionTheExpression 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
 CBuilderThe mutableExpression::Builder class allows the operator to be constructed incrementally
 CPatternPartAPatternPart is a single element (text or expression) in aPattern
 CPatternAPattern is a sequence of formattable parts
 CBuilderThe mutablePattern::Builder class allows the pattern to be constructed one part at a time
 CIteratorThePattern::Iterator class provides an iterator over the formattable parts of a pattern
 CVariantAVariant 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
 CBindingABinding pairs a variable name with an expression
 CMFDataModelTheMFDataModel class describes a parsed representation of the text of a message
 CBuilderThe mutableMFDataModel::Builder class allows the data model to be constructed incrementally
 CMessageFormatter
 CBuilderThe mutableBuilder class allows each part of theMessageFormatter to be initialized separately; calling itsbuild() method yields an immutableMessageFormatter
 CMessageArgumentsTheMessageArguments class represents the named arguments to a message
 CFormattableObjectFormattableObject 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
 CDateInfoTheDateInfo struct represents all the information needed to format a date with a time zone
 CFormattableTheFormattable class represents a typed value that can be formatted, originating either from a message argument or a literal in the code
 CFunctionOptionsStructure encapsulating named options passed to a custom selector or formatter
 CFormattedValueAFormattedValue represents the result of formatting amessage2::Formattable
 CFormattedPlaceholderAFormattablePlaceholder encapsulates an input value (amessage2::Formattable) together with an optional output value (amessage2::FormattedValue)
 CFormattedMessageNot yet implemented: The result of a message formatting operation
 CFormatterFactoryInterface that factory classes for creating formatters must implement
 CSelectorFactoryInterface that factory classes for creating selectors must implement
 CMFFunctionRegistryDefines mappings from names of formatters and selectors to functions implementing them
 CBuilderThe mutableBuilder class allows each formatter and selector factory to be initialized separately; calling itsbuild() method yields an immutableMFFunctionRegistry object
 CFormatterInterface that formatter classes must implement
 CSelectorInterface that selector classes must implement
 Nnumber
 Nimpl
 CStringPropManagesNumberFormatterSettings::usage()'s char* instance on the heap
 CSymbolsWrapper
 CGrouper
 CPadder
 CMacroProps
 CRangeMacroProps
 CFormattedNumberThe result of a number formatting operation
 CNotationA class that defines the notation style to be used when formatting numbers inNumberFormatter
 CScientificNotationA class that defines the scientific notation style to be used when formatting numbers inNumberFormatter
 CPrecisionA class that defines the rounding precision to be used when formatting numbers inNumberFormatter
 CFractionPrecisionA class that defines a rounding precision based on a number of fraction places and optionally significant digits to be used when formatting numbers inNumberFormatter
 CCurrencyPrecisionA class that defines a rounding precision parameterized by a currency to be used when formatting numbers inNumberFormatter
 CIncrementPrecisionA class that defines a rounding precision parameterized by a rounding increment to be used when formatting numbers inNumberFormatter
 CIntegerWidthA class that defines the strategy for padding and truncating integers before the decimal separator
 CScaleA class that defines a quantity by which a number should be multiplied when formatting
 CNumberFormatterSettingsAn abstract base class for specifying settings related to number formatting
 CUnlocalizedNumberFormatterANumberFormatter that does not yet have a locale
 CLocalizedNumberFormatterANumberFormatter that has a locale associated with it; this means .format() methods are available
 CNumberFormatterSee the main description innumberformatter.h for documentation and examples
 CNumberRangeFormatterSettingsAn abstract base class for specifying settings related to number formatting
 CUnlocalizedNumberRangeFormatterANumberRangeFormatter that does not yet have a locale
 CLocalizedNumberRangeFormatterANumberRangeFormatter that has a locale associated with it; this means .formatRange() methods are available
 CFormattedNumberRangeThe result of a number range formatting operation
 CNumberRangeFormatterSee the main description innumberrangeformatter.h for documentation and examples
 CSimpleNumberAn input type forSimpleNumberFormatter
 CSimpleNumberFormatterA 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 > >
 CAppendableBase class for objects to which Unicode characters and strings can be appended
 CUnicodeStringAppendableAnAppendable implementation which writes to aUnicodeString
 CBreakIteratorImplements methods for finding the location of boundaries in text
 CByteSinkAByteSink can be filled with bytes
 CCheckedArrayByteSinkImplementation ofByteSink that writes to a flat byte array, with bounds-checking: This sink will not write more than capacity bytes to outbuf
 CStringByteSinkImplementation ofByteSink that writes to a "string"
 CBytesTrieLight-weight, non-const reader class for aBytesTrie
 CIteratorIterator for all of the (byte sequence, value) pairs in aBytesTrie
 CStateBytesTrie state object, for saving a trie's current state and resetting the trie back to this state later
 CBytesTrieBuilderBuilder class forBytesTrie
 CCanonicalIteratorThis class allows one to iterate through all the strings that are canonically equivalent to a given string
 CCaseMapLow-level C++ case mapping functions
 CChar16PtrChar16_t * wrapper with implicit conversion from distinct but bit-compatible pointer types
 CConstChar16PtrConst char16_t * wrapper with implicit conversion from distinct but bit-compatible pointer types
 CForwardCharacterIteratorAbstract class that defines an API for forward-only iteration on text objects
 CCharacterIteratorAbstract class that defines an API for iteration on text objects
 CDateIntervalThis class represents a date interval
 CEditsRecords lengths of string edits but not replacement text
 CIteratorAccess to the list of edits
 CErrorCodeWrapper class for UErrorCode, with conversion operators for direct use in ICU C and C++ APIs
 CFilteredBreakIteratorBuilderThe BreakIteratorFilter is used to modify the behavior of aBreakIterator by constructing a newBreakIterator which suppresses certain segment boundaries
 CIDNAAbstract base class forIDNA processing
 CIDNAInfoOutput container forIDNA processing errors
 CLocaleBuilderLocaleBuilder is used to build instances ofLocale from values configured by the setters
 CLocaleMatcherImmutable class that picks the best match between a user's desired locales and an application's supported locales
 CBuilderLocaleMatcher builder
 CResultData 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
 CLocaleDisplayNamesReturns display names of Locales and components of Locales
 CLocaleALocale object represents a specific geographical, political, or cultural region
 CConvertingIteratorA genericLocale iterator implementation overLocale input iterators
 CIteratorALocale iterator interface similar to a Java Iterator<Locale>
 CRangeIteratorA genericLocale iterator implementation overLocale input iterators
 CMessagePatternParses and represents ICUMessageFormat patterns
 CPartA message pattern "part", representing a pattern parsing event
 CNormalizer2Unicode normalization functionality for standard Unicode normalization or for using custom mapping tables
 CFilteredNormalizer2Normalization filtered by aUnicodeSet
 CNormalizerOld Unicode normalization API
 CParsePositionParsePosition is a simple class used byFormat and its subclasses to keep track of the current position during parsing
 CExternalBreakEngineDefine 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
 CRuleBasedBreakIteratorA subclass ofBreakIterator whose behavior is specified using a list of rules
 CReplaceableReplaceable 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
 CResourceBundleA class representing a collection of resource information pertaining to a given locale
 CStringCharacterIteratorA concrete subclass ofCharacterIterator that iterates over the characters (code units or code points) in aUnicodeString
 CSimpleFormatterFormats simple patterns like "{1} was born in {0}"
 CStringEnumerationBase class for 'pure' C++ implementations of uenum api
 CStringPieceA string-like object that points to a sized piece of memory
 CSymbolTableAn interface that defines both lookup protocol and parsing of symbolic names
 CUCharsTrieLight-weight, non-const reader class for aUCharsTrie
 CIteratorIterator for all of the (string, value) pairs in aUCharsTrie
 CStateUCharsTrie state object, for saving a trie's current state and resetting the trie back to this state later
 CUCharsTrieBuilderBuilder class forUCharsTrie
 CUCharCharacterIteratorA concrete subclass ofCharacterIterator that iterates over the characters (code units or code points) in a char16_t array
 CUnicodeFilterUnicodeFilter defines a protocol for selecting a subset of the full range (U+0000 to U+10FFFF) of Unicode characters
 CUnicodeFunctorUnicodeFunctor is an abstract base class for objects that perform match and/or replace operations on Unicode strings
 CUnicodeMatcherUnicodeMatcher defines a protocol for objects that can match a range of characters in aReplaceable string
 CUnicodeSetA mutable set of Unicode characters and multicharacter strings
 CUnicodeStringUnicodeString is a string class that stores Unicode characters directly and provides similar functionality as the Java String and StringBuffer/StringBuilder classes
 CUMemoryUMemory is the common ICU base class
 CUObjectUObject is the common ICU "boilerplate" class
 CUnicodeSetIteratorUnicodeSetIterator iterates over the contents of aUnicodeSet
 CAlphabeticIndexAlphabeticIndex supports the creation of a UI index appropriate for a given language
 CBucketAn index "bucket" with a label string and type
 CImmutableIndexImmutable, thread-safe version ofAlphabeticIndex
 CBasicTimeZoneBasicTimeZone is an abstract class extendingTimeZone
 CCalendarCalendar is an abstract base class for converting between aUDate object and a set of integer fields such asYEAR,MONTH,DAY,HOUR, and so on
 CChoiceFormatChoiceFormat converts between ranges of numeric values and strings for those ranges
 CCollationElementIteratorUsed as an iterator to walk through
each character of an international string
 CCollatorTheCollator class performs locale-sensitive string comparison
 CCollatorFactoryA factory, used with registerFactory, the creates multiple collators and provides display names for them
 CCompactDecimalFormatIMPORTANT: New users are strongly encouraged to see ifnumberformatter.h fits their use case
 CCurrencyAmountA currency together with a numeric amount, such as 200 USD
 CCurrencyPluralInfoThis class represents the information needed byDecimalFormat to format currency plural, such as "3.00 US dollars" or "1.00 US dollar"
 CCurrencyUnitA unit of currency, such as USD (U.S
 CDateFormatDateFormat 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
 CDecimalFormatSymbolsThis class represents the set of symbols needed byDecimalFormat to format numbers
 CDecimalFormatIMPORTANT: New users are strongly encouraged to see ifnumberformatter.h fits their use case
 CDisplayOptionsRepresents all the display options that are supported by CLDR such as grammatical case, noun class, ..
 CBuilderResponsible for buildingDisplayOptions
 CDateFormatSymbolsDateFormatSymbols is a public class for encapsulating localizable date-time formatting data – including timezone data
 CFormattedDateIntervalAn immutable class containing the result of a date interval formatting operation
 CDateIntervalFormatDateIntervalFormat is a class for formatting and parsing date intervals in a language-independent manner
 CDateIntervalInfoDateIntervalInfo is a public class for encapsulating localizable date time interval patterns
 CDateTimePatternGeneratorThis class provides flexible generation of date format patterns, like "yy-MM-dd"
 CDateTimeRuleDateTimeRule 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
 CFieldPositionFieldPosition is a simple class used byFormat and its subclasses to identify fields in formatted output
 CFormattableFormattable objects can be passed to theFormat class or its subclasses for formatting
 CFormatBase class for all formats
 CConstrainedFieldPositionRepresents a span of a string containing a given field
 CFormattedValueAn abstract formatted value: a string with associated field attributes
 CFieldPositionIteratorFieldPositionIterator returns the field ids and their start/limit positions generated by a call toFormat::format
 CGenderInfoGenderInfo computes the gender of a list as a whole given the gender of each element
 CGregorianCalendarConcrete class which provides the standard calendar used by most of the world
 CFormattedListAn immutable class containing the result of a list formatting operation
 CListFormatterAn immutable class for formatting a list, using data from CLDR (or supplied separately)
 CMeasureFormat
 CMeasureUnitA unit such as length, mass, volume, currency, etc
 CMeasureAn amount of a specified unit, consisting of a number and a Unit
 CMessageFormat
 CNumberFormat
 CNumberFormatFactoryANumberFormatFactory is used to register new number formats
 CSimpleNumberFormatFactoryANumberFormatFactory that supports a single locale
 CNumberingSystemDefines numbering systems
 CPluralFormat
 CPluralRulesDefines rules for mapping non-negative numeric values onto a small set of keywords
 CRuleBasedNumberFormatFormats numbers according to a set of rules
 CRuleBasedTimeZoneBasicTimeZone subclass implemented in terms ofInitialTimeZoneRule andTimeZoneRule instances
 CRegexPatternClassRegexPattern represents a compiled regular expression
 CRegexMatcherClassRegexMatcher bundles together a regular expression pattern and input text to which the expression can be applied
 CRegionRegion is the class representing a UnicodeRegion Code, also known as a UnicodeRegion Subtag, which is defined based upon the BCP 47 standard
 CFormattedRelativeDateTimeAn immutable class containing the result of a relative datetime formatting operation
 CRelativeDateTimeFormatterFormats simple relative dates
 CScientificNumberFormatterA formatter that formats numbers in user-friendly scientific notation
 CSearchIteratorSearchIterator is an abstract base class that provides methods to search for a pattern within a text string
 CSelectFormat
 CSimpleTimeZoneSimpleTimeZone is a concrete subclass ofTimeZone that represents a time zone for use with a Gregorian calendar
 CSimpleDateFormatSimpleDateFormat is a concrete class for formatting and parsing dates in a language-independent manner
 CCollationKeyCollation keys are generated by theCollator class
 CStringSearchStringSearch is aSearchIterator that provides language-sensitive text searching based on the comparison rules defined in aRuleBasedCollator object
 CRuleBasedCollatorImplementation ofCollator, using data-driven tables
 CTimeZoneTimeZone represents a time zone offset, and also figures out daylight savings
 CTimeUnitMeasurement unit for time units
 CTimeUnitAmountExpress a duration as a time unit and number
 CTimeUnitFormatFormat or parse aTimeUnitAmount, using plural rules for the units where available
 CTransliteratorTransliterator is an abstract class that transliterates text from one format to another
 CTokenA context integer or pointer for a factory function, passed by value
 CTimeZoneFormatTimeZoneFormat supports time zone display name formatting and parsing
 CTimeZoneNamesTimeZoneNames is an abstract class representing the time zone display name data model defined byUTS#35 Unicode Locale Data Markup Language (LDML)
 CMatchInfoCollectionMatchInfoCollection represents a collection of time zone name matches used byTimeZoneNames#find
 CTimeZoneRuleTimeZoneRule is a class representing a rule for time zone
 CInitialTimeZoneRuleInitialTimeZoneRule represents a time zone rule representing a time zone effective from the beginning and has no actual start times
 CAnnualTimeZoneRuleAnnualTimeZoneRule is a class used for representing a time zone rule which takes effect annually
 CTimeArrayTimeZoneRuleTimeArrayTimeZoneRule represents a time zone rule whose start times are defined by an array of milliseconds since the standard base time
 CTimeZoneTransitionTimeZoneTransition is a class representing a time zone transition
 CUnicodeReplacerUnicodeReplacer defines a protocol for objects that replace a range of characters in aReplaceable string with output text
 CVTimeZoneVTimeZone is a class implementing RFC2445 VTIMEZONE
 CParagraphLayoutParagraphLayout
 CLineThis class represents a single line of text in aParagraphLayout
 CVisualRunThis object represents a single visual run in a line of text in a paragraph
 CRunArrayTheRunArray class is a base class for building classes which represent data that is associated with runs of text
 CFontRunsTheFontRuns class associates pointers toLEFontInstance objects with runs of text
 CLocaleRunsTheLocaleRuns class associates pointers toLocale objects with runs of text
 CValueRunsTheValueRuns class associates integer values with runs of text
 NU_HEADER_ONLY_NAMESPACE
 Ncollator
 Ninternal
 CPredicateFunction 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
 CUSetCodePointIteratorIterator returned byUSetCodePoints
 CUSetCodePointsC++ "range" for iterating over the code points of a USet
 CCodePointRangeA contiguous range of code points in a USet/UnicodeSet
 Citerator
 CUSetRangeIteratorIterator returned byUSetRanges
 CUSetRangesC++ "range" for iterating over the code point ranges of a USet
 CUSetStringIteratorIterator returned byUSetStrings
 CUSetStringsC++ "range" for iterating over the empty and multi-character strings of a USet
 CUSetElementIteratorIterator returned byUSetElements
 CUSetElementsA C++ "range" for iterating over all of the elements of a USet
 CAllCodePointsA C++ "range" over all Unicode code points U+0000..U+10FFFF
 CAllScalarValuesA C++ "range" over all Unicode scalar values U+0000..U+D7FF & U+E000..U+10FFFF
 CUnsafeCodeUnitsResult of decoding a code unit sequence for one code point
 CCodeUnitsResult of validating and decoding a code unit sequence for one code point
 CUTFIteratorValidating iterator over the code points in a Unicode string
 CUTFStringCodePointsA C++ "range" for validating iteration over all of the code points of a code unit range
 CUTFStringCodePointsAdaptor
 CUnsafeUTFIteratorNon-validating iterator over the code points in a Unicode string
 CUnsafeUTFStringCodePointsA 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()
 CUCharIteratorC API for code unit iteration
 CUConverterFromUnicodeArgsThe structure for the fromUnicode callback function parameter
 CUConverterToUnicodeArgsThe structure for the toUnicode callback function parameter
 CUCPTrieImmutable Unicode code point trie structure
 CUDataInfoUDataInfo contains the properties about the requested data
 CUFieldPositionA struct representing a range of text containing a specific field
 CUIDNAInfoOutput container for IDNA processing errors
 CUParseErrorAUParseError struct is used to returned detailed information about parsing errors
 CUReplaceableCallbacksA set of function pointers that transliterators use to manipulate a UReplaceable
 CUSerializedSetA serialized form of a Unicode set
 CUTextUText struct
 CUTextFuncs(public) Function dispatch table forUText
 CUTransPositionPosition structure forutrans_transIncremental() incremental transliteration

Generated by doxygen 1.9.1
[8]ページ先頭

©2009-2025 Movatter.jp