Lines Matching full:chunk
1153 * Function type declaration for UText.access(). Get the description of the text chunk
1160 * comprised of multiple storage units must never span a chunk boundary.
1165 * @param forward If TRUE, then the returned chunk must contain text
1167 * If FALSE, then the returned chunk must contain text
1169 * @return True if the requested index could be accessed. The chunk
1171 * False value if a chunk cannot be accessed
1225 * text chunk within the UText to reflect the updated iteration position,
1263 * text chunk within the UText to reflect the updated iteration position,
1285 * Map from the current UChar offset within the current text chunk to
1291 * @return Absolute (native) index corresponding to chunkOffset in the current chunk.
1301 * Map from a native index to a UChar offset within a text chunk.
1303 * current chunk.
1307 * @param ut The UText containing the text chunk.
1308 * @param nativeIndex Absolute (native) text index, chunk->start<=index<=chunk->limit.
1309 * @return Chunk-relative UTF-16 offset corresponding to the specified native
1526 * the current chunk.
1538 * (protected) The highest chunk offset where native indexing and
1539 * chunk (UTF-16) indexing correspond. For UTF-16 sources, value
1549 * (protected) Native index of the first character in the text chunk.
1555 * (protected) Current iteration position within the text chunk (UTF-16 buffer).
1562 * (protected) Length the text chunk (UTF-16 buffer), in UChars.
1571 * (protected) pointer to a chunk of text in UTF-16 format.