Lines Matching refs:extract
1448 * then extract() will not copy the contents.
1451 * @param length the number of characters to extract
1458 inline void extract(int32_t start,
1476 * then extract() will not copy the contents.
1485 extract(UChar *dest, int32_t destCapacity,
1493 * @param length the number of characters to extract
1498 inline void extract(int32_t start,
1544 * @param startLength the number of characters to extract
1552 int32_t extract(int32_t start,
1571 * @param startLength the number of characters to extract
1579 int32_t extract(int32_t start,
1595 * extract(int32_t start, int32_t length, char *target, int32_t targetCapacity, enum EInvariant inv) const
1600 * @param startLength the number of characters to extract
1613 inline int32_t extract(int32_t start,
1629 * extract(int32_t start, int32_t length, char *target, int32_t targetCapacity, enum EInvariant inv) const
1634 * @param startLength the number of characters to extract
1647 int32_t extract(int32_t start,
1670 int32_t extract(char *dest, int32_t destCapacity,
2077 * The extract(UChar *dst) function detects whether the dst pointer is the same
3057 * The extract(UChar *dst) function detects whether the dst pointer is the same
3396 // For extract(char*).
3549 /* Internal extract() using UConverter. */
4359 // extract
4368 UnicodeString::extract(int32_t start,
4375 UnicodeString::extract(int32_t start,
4383 UnicodeString::extract(int32_t start,
4390 return extract(start, _length, dst, dst!=0 ? 0xffffffff : 0, codepage);