Lines Matching full:extracted
639 * Extract text from a UText into a UChar buffer. The range of text to be extracted
643 * The size (number of 16 bit UChars) of the data to be extracted is returned. The
644 * full number of UChars is returned, even when the extracted text is truncated
647 * The extracted string will (if you are a user) / must (if you are a text provider)
651 * The iteration index is left at the position following the last extracted character.
661 * @param dest the UChar (UTF-16) buffer into which the extracted text is placed
665 * U_BUFFER_OVERFLOW_ERROR: the extracted text was truncated because the
667 * @return Number of UChars in the data to be extracted. Does not include a trailing NUL.
1044 * Extract text from a UText into a UChar buffer. The range of text to be extracted
1048 * The size (number of 16 bit UChars) in the data to be extracted is returned. The
1051 * The extracted string will (if you are a user) / must (if you are a text provider)
1058 * @param dest the UChar (UTF-16) buffer into which the extracted text is placed