Home | History | Annotate | Download | only in unicode

Lines Matching full:extract

1441    * then extract() will not copy the contents.
1444 * @param length the number of characters to extract
1451 inline void extract(int32_t start,
1469 * then extract() will not copy the contents.
1478 extract(Char16Ptr dest, int32_t destCapacity,
1486 * @param length the number of characters to extract
1491 inline void extract(int32_t start,
1537 * @param startLength the number of characters to extract
1545 int32_t extract(int32_t start,
1564 * @param startLength the number of characters to extract
1572 int32_t extract(int32_t start,
1588 * extract(int32_t start, int32_t length, char *target, int32_t targetCapacity, enum EInvariant inv) const
1593 * @param startLength the number of characters to extract
1606 inline int32_t extract(int32_t start,
1622 * extract(int32_t start, int32_t length, char *target, int32_t targetCapacity, enum EInvariant inv) const
1627 * @param startLength the number of characters to extract
1640 int32_t extract(int32_t start,
1663 int32_t extract(char *dest, int32_t destCapacity,
2064 * The extract(Char16Ptr dst) function detects whether the dst pointer is the same
3145 * The extract(Char16Ptr dst) function detects whether the dst pointer is the same
3529 // For extract(char*).
3682 /* Internal extract() using UConverter. */
4507 // extract
4516 UnicodeString::extract(int32_t start,
4523 UnicodeString::extract(int32_t start,
4531 UnicodeString::extract(int32_t start,
4538 return extract(start, _length, dst, dst!=0 ? 0xffffffff : 0, codepage);