Home | History | Annotate | Download | only in unicode

Lines Matching refs:extract

1342    * then extract() will not copy the contents.
1345 * @param length the number of characters to extract
1352 inline void extract(int32_t start,
1370 * then extract() will not copy the contents.
1379 extract(UChar *dest, int32_t destCapacity,
1387 * @param length the number of characters to extract
1392 inline void extract(int32_t start,
1438 * @param startLength the number of characters to extract
1446 int32_t extract(int32_t start,
1465 * @param startLength the number of characters to extract
1473 int32_t extract(int32_t start,
1489 * extract(int32_t start, int32_t length, char *target, int32_t targetCapacity, enum EInvariant inv) const
1494 * @param startLength the number of characters to extract
1507 inline int32_t extract(int32_t start,
1523 * extract(int32_t start, int32_t length, char *target, int32_t targetCapacity, enum EInvariant inv) const
1528 * @param startLength the number of characters to extract
1541 int32_t extract(int32_t start,
1564 int32_t extract(char *dest, int32_t destCapacity,
1907 * The extract(UChar *dst) function detects whether the dst pointer is the same
2872 * The extract(UChar *dst) function detects whether the dst pointer is the same
3173 // For extract(char*).
3309 /* Internal extract() using UConverter. */
4087 // extract
4096 UnicodeString::extract(int32_t start,
4103 UnicodeString::extract(int32_t start,
4111 UnicodeString::extract(int32_t start,
4118 return extract(start, _length, dst, dst!=0 ? 0xffffffff : 0, codepage);