Home | History | Annotate | Download | only in unicode

Lines Matching refs:offset

65      * offset into this text; 0 <= offset < n, where n is the value
70 * @param offset The index at which to fetch the UChar (code unit).
71 * @return The UChar (code unit) at offset, or U+FFFF if the offset is out of bounds.
75 int32_t offset);
79 * offset into this text. See unistr.h for a description of
83 * @param offset The index at which to fetch the UChar32 (code point).
84 * @return The UChar32 (code point) at offset, or U+FFFF if the offset is out of bounds.
88 int32_t offset);
117 * @param start offset of first character which will be copied
119 * @param limit offset immediately following the last character to