Lines Matching refs:extract
1402 * then extract() will not copy the contents.
1405 * @param length the number of characters to extract
1412 inline void extract(int32_t start,
1430 * then extract() will not copy the contents.
1439 extract(UChar *dest, int32_t destCapacity,
1447 * @param length the number of characters to extract
1452 inline void extract(int32_t start,
1498 * @param startLength the number of characters to extract
1506 int32_t extract(int32_t start,
1525 * @param startLength the number of characters to extract
1533 int32_t extract(int32_t start,
1549 * extract(int32_t start, int32_t length, char *target, int32_t targetCapacity, enum EInvariant inv) const
1554 * @param startLength the number of characters to extract
1567 inline int32_t extract(int32_t start,
1583 * extract
1588 * @param startLength the number of characters to extract
1601 int32_t extract(int32_t start,
1624 int32_t extract(char *dest, int32_t destCapacity,
1972 * The extract(UChar *dst) function detects whether the dst pointer is the same
2952 * The extract(UChar *dst) function detects whether the dst pointer is the same
3268 // For extract(char*).
3409 /* Internal extract() using UConverter. */
4184 // extract
4193 UnicodeString::extract(int32_t start,
4200 UnicodeString::extract(int32_t start,
4208 UnicodeString::extract(int32_t start,
4215 return extract(start, _length, dst, dst!=0 ? 0xffffffff : 0, codepage);