Home | History | Annotate | Download | only in unicode

Lines Matching defs:extract

1400    * then extract() will not copy the contents.
1403 * @param length the number of characters to extract
1410 inline void extract(int32_t start,
1428 * then extract() will not copy the contents.
1437 extract(UChar *dest, int32_t destCapacity,
1445 * @param length the number of characters to extract
1450 inline void extract(int32_t start,
1496 * @param startLength the number of characters to extract
1504 int32_t extract(int32_t start,
1523 * @param startLength the number of characters to extract
1531 int32_t extract(int32_t start,
1547 * extract(int32_t start, int32_t length, char *target, int32_t targetCapacity, enum EInvariant inv) const
1552 * @param startLength the number of characters to extract
1565 inline int32_t extract(int32_t start,
1581 * extract(int32_t start, int32_t length, char *target, int32_t targetCapacity, enum EInvariant inv) const
1586 * @param startLength the number of characters to extract
1599 int32_t extract(int32_t start,
1622 int32_t extract(char *dest, int32_t destCapacity,
1970 * The extract(UChar *dst) function detects whether the dst pointer is the same
2950 * The extract(UChar *dst) function detects whether the dst pointer is the same
3266 // For extract(char*).
3407 /* Internal extract() using UConverter. */
4182 // extract
4191 UnicodeString::extract(int32_t start,
4198 UnicodeString::extract(int32_t start,
4206 UnicodeString::extract(int32_t start,
4213 return extract(start, _length, dst, dst!=0 ? 0xffffffff : 0, codepage);