webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <utext.h>
(public) Function dispatch table for UText. Conceptually very much like a C++ Virtual Function Table. This struct defines the organization of the table. Each text provider implementation must provide an actual table that is initialized with the appropriate functions for the type of text being handled. ICU 3.6
UTextAccess * UTextFuncs::access |
(public) Function pointer for UTextAccess.
UTextClone * UTextFuncs::clone |
(public) Function pointer for UTextClone
UTextClose * UTextFuncs::close |
(public) Function pointer for UTextClose.
UTextExtract * UTextFuncs::extract |
(public) Function pointer for UTextExtract.
UTextMapNativeIndexToUTF16 * UTextFuncs::mapNativeIndexToUTF16 |
(public) Function pointer for UTextMapNativeIndexToUTF16.
UTextMapOffsetToNative * UTextFuncs::mapOffsetToNative |
(public) Function pointer for UTextMapOffsetToNative.
UTextNativeLength * UTextFuncs::nativeLength |
(public) function pointer for UTextLength May be expensive to compute!
UTextReplace * UTextFuncs::replace |
(public) Function pointer for UTextReplace.
int32_t UTextFuncs::reserved1 |
(private) Alignment padding. Do not use, reserved for use by the UText framework only.
int32_t UTextFuncs::reserved2 |
int32_t UTextFuncs::reserved3 |
UTextClose * UTextFuncs::spare1 |
(private) Spare function pointer
UTextClose * UTextFuncs::spare2 |
(private) Spare function pointer
UTextClose * UTextFuncs::spare3 |
(private) Spare function pointer
int32_t UTextFuncs::tableSize |
(public) Function table size, sizeof(UTextFuncs) Intended for use should the table grow to accomodate added functions in the future, to allow tests for older format function tables that do not contain the extensions.
Fields are placed for optimal alignment on 32/64/128-bit-pointer machines, by normally grouping together 4 32-bit fields, 4 pointers, 2 64-bit fields in sequence. ICU 3.6