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,
349 * This is true for read access only with shallow clones, and for both read and
350 * write access with deep clones.
360 * @param readOnly TRUE to request that the cloned UText have read only access to the
822 * #define inline versions of selected performance-critical text access functions
1046 * are always an error while UText access is occuring because the underlying
1072 * deleted, not just until the next time the access() function is called
1153 * Function type declaration for UText.access(). Get the description of the text chunk
1396 UTextAccess *access;
1472 * UText struct. Provides the interface between the generic UText access code
1698 * Note: must be publicly visible so that UTEXT_INITIALIZER can access it.