/** * \file * \brief C API: Miscellaneous definitions * * This file contains miscellaneous definitions for the C APIs.
*/
U_CDECL_BEGIN
/** A struct representing a range of text containing a specific field * @stable ICU 2.0
*/ typedefstruct UFieldPosition { /** * The field * @stable ICU 2.0
*/
int32_t field; /** * The start of the text range containing field * @stable ICU 2.0
*/
int32_t beginIndex; /** * The limit of the text range containing field * @stable ICU 2.0
*/
int32_t endIndex;
} UFieldPosition;
#if !UCONFIG_NO_SERVICE /** * Opaque type returned by registerInstance, registerFactory and unregister for service registration. * @stable ICU 2.6
*/ typedefconstvoid* URegistryKey; #endif
U_CDECL_END
#endif
Messung V0.5
¤ Dauer der Verarbeitung: 0.21 Sekunden
(vorverarbeitet)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.