Lines Matching defs:UText
153 typedef struct UText UText; /**< C typedef for struct UText. @stable ICU 3.6 */ typedef
1347 struct UText { struct
1365 * memory associated with this UText. argument
1379 * (public) sizeOfStruct=sizeof(UText) argument
1384 int32_t sizeOfStruct;
1394 int64_t chunkNativeLimit;
1400 int32_t extraSize;
1409 int32_t nativeIndexingLimit;
1438 * if conversion was required, to a buffer owned by the UText. argument
1444 * (public) Pointer to Dispatch table for accessing functions for this UText. argument
1447 const UTextFuncs *pFuncs; argument
1458 * This is the source of the text that this UText is wrapping, in a format argument
1468 * Not used by UText common code. argument
1474 * Not used by UText common code. argument
1480 * Not used by UText common code. argument
1486 * Private field reserved for future use by the UText framework argument
1498 * Not used by the UText framework, or by the client (user) of the UText. argument
1505 * Not used by the UText framework, or by the client (user) of the UText. argument
1512 * Not used by the UText framework, or by the client (user) of the UText. argument
1521 * Private field reserved for future use by the UText framework argument
1527 * Private field reserved for future use by the UText framework argument
1533 * Private field reserved for future use by the UText framework argument
1543 * a new UText struct. To be called in the implementation of utext_open() functions. argument