Home | History | Annotate | Download | only in unicode

Lines Matching defs:access

24  * The Text Access API provides a means to allow text that is stored in alternative
29 * ICU Text Access allows other formats, such as UTF-8 or non-contiguous
41 * access to the actual text.
79 * or UTF-32, for example. When coding to the UText access API, no assumptions
107 * Most UText access functions have as their first parameter a (UText *) pointer,
329 * This is true for read access only with shallow clones, and for both read and
330 * write access with deep clones.
340 * @param readOnly TRUE to request that the cloned UText have read only access to the
660 * #define inline versions of selected performance-critical text access functions
871 * are always an error while UText access is occuring because the underlying
897 * deleted, not just until the next time the access() function is called
978 * Function type declaration for UText.access(). Get the description of the text chunk
1221 UTextAccess *access;
1297 * UText struct. Provides the interface between the generic UText access code
1523 * Note: must be publicly visible so that UTEXT_INITIALIZER can access it.