Lines Matching defs:UText
151 typedef struct UText UText; /**< C typedef for struct UText. @stable ICU 3.6 */ typedef
1343 struct UText { struct
1361 * memory associated with this UText. argument
1375 * (public) sizeOfStruct=sizeof(UText) argument
1380 int32_t sizeOfStruct;
1390 int64_t chunkNativeLimit;
1396 int32_t extraSize;
1405 int32_t nativeIndexingLimit;
1434 * if conversion was required, to a buffer owned by the UText. argument
1440 * (public) Pointer to Dispatch table for accessing functions for this UText. argument
1443 const UTextFuncs *pFuncs; argument
1454 * This is the source of the text that this UText is wrapping, in a format argument
1464 * Not used by UText common code. argument
1470 * Not used by UText common code. argument
1476 * Not used by UText common code. argument
1482 * Private field reserved for future use by the UText framework argument
1494 * Not used by the UText framework, or by the client (user) of the UText. argument
1501 * Not used by the UText framework, or by the client (user) of the UText. argument
1508 * Not used by the UText framework, or by the client (user) of the UText. argument
1517 * Private field reserved for future use by the UText framework argument
1523 * Private field reserved for future use by the UText framework argument
1529 * Private field reserved for future use by the UText framework argument
1539 * a new UText struct. To be called in the implementation of utext_open() functions. argument