Lines Matching defs:UText
153 typedef struct UText UText; /**< C typedef for struct UText. @stable ICU 3.6 */ typedef
1328 struct UText { struct
1346 * memory associated with this UText. argument
1360 * (public) sizeOfStruct=sizeof(UText) argument
1365 int32_t sizeOfStruct;
1375 int64_t chunkNativeLimit;
1381 int32_t extraSize;
1390 int32_t nativeIndexingLimit;
1419 * if conversion was required, to a buffer owned by the UText. argument
1425 * (public) Pointer to Dispatch table for accessing functions for this UText. argument
1428 const UTextFuncs *pFuncs; argument
1439 * This is the source of the text that this UText is wrapping, in a format argument
1449 * Not used by UText common code. argument
1455 * Not used by UText common code. argument
1461 * Not used by UText common code. argument
1467 * Private field reserved for future use by the UText framework argument
1479 * Not used by the UText framework, or by the client (user) of the UText. argument
1486 * Not used by the UText framework, or by the client (user) of the UText. argument
1493 * Not used by the UText framework, or by the client (user) of the UText. argument
1502 * Private field reserved for future use by the UText framework argument
1508 * Private field reserved for future use by the UText framework argument
1514 * Private field reserved for future use by the UText framework argument
1524 * a new UText struct. To be called in the implementation of utext_open() functions. argument