Searched defs:_length (Results 1 - 2 of 2) sorted by relevance

/external/chromium/third_party/icu/public/common/unicode/
H A Dunistr.h94 # define UNICODE_STRING(cs, _length) U_NAMESPACE_QUALIFIER UnicodeString(TRUE, (const UChar *)U_DECLARE_UTF16(cs), _length)
96 # define UNICODE_STRING(cs, _length) U_NAMESPACE_QUALIFIER UnicodeString(TRUE, (const UChar *)L ## cs, _length)
98 # define UNICODE_STRING(cs, _length) U_NAMESPACE_QUALIFIER UnicodeString(TRUE, (const UChar *)cs, _length)
100 # define UNICODE_STRING(cs, _length) U_NAMESPACE_QUALIFIER UnicodeString(cs, _length, US_INV)
3421 int32_t& _length) const
3430 if(_length <
3544 compare(int32_t start, int32_t _length, const UnicodeString& srcText) const argument
3555 compare(int32_t start, int32_t _length, const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) const argument
3563 compare(int32_t start, int32_t _length, const UChar *srcChars) const argument
3569 compare(int32_t start, int32_t _length, const UChar *srcChars, int32_t srcStart, int32_t srcLength) const argument
3605 compareCodePointOrder(int32_t start, int32_t _length, const UnicodeString& srcText) const argument
3616 compareCodePointOrder(int32_t start, int32_t _length, const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) const argument
3624 compareCodePointOrder(int32_t start, int32_t _length, const UChar *srcChars) const argument
3630 compareCodePointOrder(int32_t start, int32_t _length, const UChar *srcChars, int32_t srcStart, int32_t srcLength) const argument
3668 caseCompare(int32_t start, int32_t _length, const UnicodeString &srcText, uint32_t options) const argument
3683 caseCompare(int32_t start, int32_t _length, const UnicodeString &srcText, int32_t srcStart, int32_t srcLength, uint32_t options) const argument
3693 caseCompare(int32_t start, int32_t _length, const UChar *srcChars, uint32_t options) const argument
3701 caseCompare(int32_t start, int32_t _length, const UChar *srcChars, int32_t srcStart, int32_t srcLength, uint32_t options) const argument
3946 replace(int32_t start, int32_t _length, const UnicodeString& srcText) argument
3952 replace(int32_t start, int32_t _length, const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) argument
3960 replace(int32_t start, int32_t _length, const UChar *srcChars, int32_t srcLength) argument
3967 replace(int32_t start, int32_t _length, const UChar *srcChars, int32_t srcStart, int32_t srcLength) argument
3975 replace(int32_t start, int32_t _length, UChar srcChar) argument
3981 replace(int32_t start, int32_t _length, UChar32 srcChar) argument
4012 findAndReplace(int32_t start, int32_t _length, const UnicodeString& oldText, const UnicodeString& newText) argument
4023 doExtract(int32_t start, int32_t _length, UnicodeString& target) const argument
4029 extract(int32_t start, int32_t _length, UChar *target, int32_t targetStart) const argument
4036 extract(int32_t start, int32_t _length, UnicodeString& target) const argument
4044 extract(int32_t start, int32_t _length, char *dst, const char *codepage) const argument
4263 int32_t _length = 0; local
4331 remove(int32_t start, int32_t _length) argument
4366 reverse(int32_t start, int32_t _length) argument
[all...]
/external/icu4c/common/unicode/
H A Dunistr.h94 # define UNICODE_STRING(cs, _length) U_NAMESPACE_QUALIFIER UnicodeString(TRUE, (const UChar *)U_DECLARE_UTF16(cs), _length)
96 # define UNICODE_STRING(cs, _length) U_NAMESPACE_QUALIFIER UnicodeString(TRUE, (const UChar *)L ## cs, _length)
98 # define UNICODE_STRING(cs, _length) U_NAMESPACE_QUALIFIER UnicodeString(TRUE, (const UChar *)cs, _length)
100 # define UNICODE_STRING(cs, _length) U_NAMESPACE_QUALIFIER UnicodeString(cs, _length, US_INV)
3458 int32_t& _length) const
3467 if(_length <
3581 compare(int32_t start, int32_t _length, const UnicodeString& srcText) const argument
3592 compare(int32_t start, int32_t _length, const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) const argument
3600 compare(int32_t start, int32_t _length, const UChar *srcChars) const argument
3606 compare(int32_t start, int32_t _length, const UChar *srcChars, int32_t srcStart, int32_t srcLength) const argument
3642 compareCodePointOrder(int32_t start, int32_t _length, const UnicodeString& srcText) const argument
3653 compareCodePointOrder(int32_t start, int32_t _length, const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) const argument
3661 compareCodePointOrder(int32_t start, int32_t _length, const UChar *srcChars) const argument
3667 compareCodePointOrder(int32_t start, int32_t _length, const UChar *srcChars, int32_t srcStart, int32_t srcLength) const argument
3705 caseCompare(int32_t start, int32_t _length, const UnicodeString &srcText, uint32_t options) const argument
3720 caseCompare(int32_t start, int32_t _length, const UnicodeString &srcText, int32_t srcStart, int32_t srcLength, uint32_t options) const argument
3730 caseCompare(int32_t start, int32_t _length, const UChar *srcChars, uint32_t options) const argument
3738 caseCompare(int32_t start, int32_t _length, const UChar *srcChars, int32_t srcStart, int32_t srcLength, uint32_t options) const argument
3983 replace(int32_t start, int32_t _length, const UnicodeString& srcText) argument
3989 replace(int32_t start, int32_t _length, const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) argument
3997 replace(int32_t start, int32_t _length, const UChar *srcChars, int32_t srcLength) argument
4004 replace(int32_t start, int32_t _length, const UChar *srcChars, int32_t srcStart, int32_t srcLength) argument
4012 replace(int32_t start, int32_t _length, UChar srcChar) argument
4018 replace(int32_t start, int32_t _length, UChar32 srcChar) argument
4049 findAndReplace(int32_t start, int32_t _length, const UnicodeString& oldText, const UnicodeString& newText) argument
4060 doExtract(int32_t start, int32_t _length, UnicodeString& target) const argument
4066 extract(int32_t start, int32_t _length, UChar *target, int32_t targetStart) const argument
4073 extract(int32_t start, int32_t _length, UnicodeString& target) const argument
4081 extract(int32_t start, int32_t _length, char *dst, const char *codepage) const argument
4325 int32_t _length = 0; local
4395 remove(int32_t start, int32_t _length) argument
4439 reverse(int32_t start, int32_t _length) argument
[all...]

Completed in 38 milliseconds