Lines Matching defs:UText
153 typedef struct UText UText; /**< C typedef for struct UText. @stable ICU 3.6 */ typedef
1345 struct UText { struct
1363 * memory associated with this UText. argument
1377 * (public) sizeOfStruct=sizeof(UText) argument
1382 int32_t sizeOfStruct;
1392 int64_t chunkNativeLimit;
1398 int32_t extraSize;
1407 int32_t nativeIndexingLimit;
1436 * if conversion was required, to a buffer owned by the UText. argument
1442 * (public) Pointer to Dispatch table for accessing functions for this UText. argument
1445 const UTextFuncs *pFuncs; argument
1456 * This is the source of the text that this UText is wrapping, in a format argument
1466 * Not used by UText common code. argument
1472 * Not used by UText common code. argument
1478 * Not used by UText common code. argument
1484 * Private field reserved for future use by the UText framework argument
1496 * Not used by the UText framework, or by the client (user) of the UText. argument
1503 * Not used by the UText framework, or by the client (user) of the UText. argument
1510 * Not used by the UText framework, or by the client (user) of the UText. argument
1519 * Private field reserved for future use by the UText framework argument
1525 * Private field reserved for future use by the UText framework argument
1531 * Private field reserved for future use by the UText framework argument
1541 * a new UText struct. To be called in the implementation of utext_open() functions. argument