Home
last modified time | relevance | path

Searched defs:srcChars (Results 1 - 10 of 10) sorted by relevance

/third_party/icu/icu4c/source/common/
H A Dunistr_case.cpp42 doCaseCompare(int32_t start, int32_t length, const UChar *srcChars, int32_t srcStart, int32_t srcLength, uint32_t options) const doCaseCompare() argument
H A Dunistr.cpp666 doCompare( int32_t start, int32_t length, const UChar *srcChars, int32_t srcStart, int32_t srcLength) const doCompare() argument
745 doCompareCodePointOrder(int32_t start, int32_t length, const UChar *srcChars, int32_t srcStart, int32_t srcLength) const doCompareCodePointOrder() argument
1026 indexOf(const UChar *srcChars, int32_t srcStart, int32_t srcLength, int32_t start, int32_t length) const indexOf() argument
1090 lastIndexOf(const UChar *srcChars, int32_t srcStart, int32_t srcLength, int32_t start, int32_t length) const lastIndexOf() argument
1413 doReplace(int32_t start, int32_t length, const UChar *srcChars, int32_t srcStart, int32_t srcLength) doReplace() argument
1550 doAppend(const UChar *srcChars, int32_t srcStart, int32_t srcLength) doAppend() argument
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dunistr_case.cpp42 doCaseCompare(int32_t start, int32_t length, const char16_t *srcChars, int32_t srcStart, int32_t srcLength, uint32_t options) const doCaseCompare() argument
H A Dunistr.cpp666 doEqualsSubstring( int32_t start, int32_t length, const char16_t *srcChars, int32_t srcStart, int32_t srcLength) const doEqualsSubstring() argument
708 doCompare( int32_t start, int32_t length, const char16_t *srcChars, int32_t srcStart, int32_t srcLength) const doCompare() argument
787 doCompareCodePointOrder(int32_t start, int32_t length, const char16_t *srcChars, int32_t srcStart, int32_t srcLength) const doCompareCodePointOrder() argument
1068 indexOf(const char16_t *srcChars, int32_t srcStart, int32_t srcLength, int32_t start, int32_t length) const indexOf() argument
1132 lastIndexOf(const char16_t *srcChars, int32_t srcStart, int32_t srcLength, int32_t start, int32_t length) const lastIndexOf() argument
1455 doReplace(int32_t start, int32_t length, const char16_t *srcChars, int32_t srcStart, int32_t srcLength) doReplace() argument
1592 doAppend(const char16_t *srcChars, int32_t srcStart, int32_t srcLength) doAppend() argument
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dunistr_case.cpp42 doCaseCompare(int32_t start, int32_t length, const UChar *srcChars, int32_t srcStart, int32_t srcLength, uint32_t options) const doCaseCompare() argument
H A Dunistr.cpp665 doCompare( int32_t start, int32_t length, const UChar *srcChars, int32_t srcStart, int32_t srcLength) const doCompare() argument
744 doCompareCodePointOrder(int32_t start, int32_t length, const UChar *srcChars, int32_t srcStart, int32_t srcLength) const doCompareCodePointOrder() argument
1025 indexOf(const UChar *srcChars, int32_t srcStart, int32_t srcLength, int32_t start, int32_t length) const indexOf() argument
1089 lastIndexOf(const UChar *srcChars, int32_t srcStart, int32_t srcLength, int32_t start, int32_t length) const lastIndexOf() argument
1412 doReplace(int32_t start, int32_t length, const UChar *srcChars, int32_t srcStart, int32_t srcLength) doReplace() argument
1549 doAppend(const UChar *srcChars, int32_t srcStart, int32_t srcLength) doAppend() argument
[all...]
/third_party/icu/icu4c/source/common/unicode/
H A Dunistr.h3991 compare(ConstChar16Ptr srcChars, int32_t srcLength) const compare() argument
4010 compare(int32_t start, int32_t _length, const char16_t *srcChars, int32_t srcStart, int32_t srcLength) const compare() argument
4052 compareCodePointOrder(ConstChar16Ptr srcChars, int32_t srcLength) const compareCodePointOrder() argument
4071 compareCodePointOrder(int32_t start, int32_t _length, const char16_t *srcChars, int32_t srcStart, int32_t srcLength) const compareCodePointOrder() argument
4117 caseCompare(ConstChar16Ptr srcChars, int32_t srcLength, uint32_t options) const caseCompare() argument
4134 caseCompare(int32_t start, int32_t _length, const char16_t *srcChars, uint32_t options) const caseCompare() argument
4142 caseCompare(int32_t start, int32_t _length, const char16_t *srcChars, int32_t srcStart, int32_t srcLength, uint32_t options) const caseCompare() argument
4195 indexOf(const char16_t *srcChars, int32_t srcLength, int32_t start) const indexOf() argument
4203 indexOf(ConstChar16Ptr srcChars, int32_t srcLength, int32_t start, int32_t _length) const indexOf() argument
4244 lastIndexOf(ConstChar16Ptr srcChars, int32_t srcLength, int32_t start, int32_t _length) const lastIndexOf() argument
4251 lastIndexOf(const char16_t *srcChars, int32_t srcLength, int32_t start) const lastIndexOf() argument
4338 startsWith(ConstChar16Ptr srcChars, int32_t srcLength) const startsWith() argument
4346 startsWith(const char16_t *srcChars, int32_t srcStart, int32_t srcLength) const startsWith() argument
4368 endsWith(ConstChar16Ptr srcChars, int32_t srcLength) const endsWith() argument
4378 endsWith(const char16_t *srcChars, int32_t srcStart, int32_t srcLength) const endsWith() argument
4406 replace(int32_t start, int32_t _length, ConstChar16Ptr srcChars, int32_t srcLength) replace() argument
4413 replace(int32_t start, int32_t _length, const char16_t *srcChars, int32_t srcStart, int32_t srcLength) replace() argument
4600 setTo(const char16_t *srcChars, int32_t srcLength) setTo() argument
4632 append(const char16_t *srcChars, int32_t srcStart, int32_t srcLength) append() argument
4638 append(ConstChar16Ptr srcChars, int32_t srcLength) append() argument
4672 insert(int32_t start, const char16_t *srcChars, int32_t srcStart, int32_t srcLength) insert() argument
4679 insert(int32_t start, ConstChar16Ptr srcChars, int32_t srcLength) insert() argument
[all...]
/third_party/node/deps/icu-small/source/common/unicode/
H A Dunistr.h4019 compare(ConstChar16Ptr srcChars, int32_t srcLength) const compare() argument
4038 compare(int32_t start, int32_t _length, const char16_t *srcChars, int32_t srcStart, int32_t srcLength) const compare() argument
4080 compareCodePointOrder(ConstChar16Ptr srcChars, int32_t srcLength) const compareCodePointOrder() argument
4099 compareCodePointOrder(int32_t start, int32_t _length, const char16_t *srcChars, int32_t srcStart, int32_t srcLength) const compareCodePointOrder() argument
4145 caseCompare(ConstChar16Ptr srcChars, int32_t srcLength, uint32_t options) const caseCompare() argument
4162 caseCompare(int32_t start, int32_t _length, const char16_t *srcChars, uint32_t options) const caseCompare() argument
4170 caseCompare(int32_t start, int32_t _length, const char16_t *srcChars, int32_t srcStart, int32_t srcLength, uint32_t options) const caseCompare() argument
4223 indexOf(const char16_t *srcChars, int32_t srcLength, int32_t start) const indexOf() argument
4231 indexOf(ConstChar16Ptr srcChars, int32_t srcLength, int32_t start, int32_t _length) const indexOf() argument
4272 lastIndexOf(ConstChar16Ptr srcChars, int32_t srcLength, int32_t start, int32_t _length) const lastIndexOf() argument
4279 lastIndexOf(const char16_t *srcChars, int32_t srcLength, int32_t start) const lastIndexOf() argument
4366 startsWith(ConstChar16Ptr srcChars, int32_t srcLength) const startsWith() argument
4374 startsWith(const char16_t *srcChars, int32_t srcStart, int32_t srcLength) const startsWith() argument
4396 endsWith(ConstChar16Ptr srcChars, int32_t srcLength) const endsWith() argument
4405 endsWith(const char16_t *srcChars, int32_t srcStart, int32_t srcLength) const endsWith() argument
4433 replace(int32_t start, int32_t _length, ConstChar16Ptr srcChars, int32_t srcLength) replace() argument
4440 replace(int32_t start, int32_t _length, const char16_t *srcChars, int32_t srcStart, int32_t srcLength) replace() argument
4627 setTo(const char16_t *srcChars, int32_t srcLength) setTo() argument
4659 append(const char16_t *srcChars, int32_t srcStart, int32_t srcLength) append() argument
4665 append(ConstChar16Ptr srcChars, int32_t srcLength) append() argument
4699 insert(int32_t start, const char16_t *srcChars, int32_t srcStart, int32_t srcLength) insert() argument
4706 insert(int32_t start, ConstChar16Ptr srcChars, int32_t srcLength) insert() argument
[all...]
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dunistr.h3991 compare(ConstChar16Ptr srcChars, int32_t srcLength) const compare() argument
4010 compare(int32_t start, int32_t _length, const char16_t *srcChars, int32_t srcStart, int32_t srcLength) const compare() argument
4052 compareCodePointOrder(ConstChar16Ptr srcChars, int32_t srcLength) const compareCodePointOrder() argument
4071 compareCodePointOrder(int32_t start, int32_t _length, const char16_t *srcChars, int32_t srcStart, int32_t srcLength) const compareCodePointOrder() argument
4117 caseCompare(ConstChar16Ptr srcChars, int32_t srcLength, uint32_t options) const caseCompare() argument
4134 caseCompare(int32_t start, int32_t _length, const char16_t *srcChars, uint32_t options) const caseCompare() argument
4142 caseCompare(int32_t start, int32_t _length, const char16_t *srcChars, int32_t srcStart, int32_t srcLength, uint32_t options) const caseCompare() argument
4195 indexOf(const char16_t *srcChars, int32_t srcLength, int32_t start) const indexOf() argument
4203 indexOf(ConstChar16Ptr srcChars, int32_t srcLength, int32_t start, int32_t _length) const indexOf() argument
4244 lastIndexOf(ConstChar16Ptr srcChars, int32_t srcLength, int32_t start, int32_t _length) const lastIndexOf() argument
4251 lastIndexOf(const char16_t *srcChars, int32_t srcLength, int32_t start) const lastIndexOf() argument
4338 startsWith(ConstChar16Ptr srcChars, int32_t srcLength) const startsWith() argument
4346 startsWith(const char16_t *srcChars, int32_t srcStart, int32_t srcLength) const startsWith() argument
4368 endsWith(ConstChar16Ptr srcChars, int32_t srcLength) const endsWith() argument
4378 endsWith(const char16_t *srcChars, int32_t srcStart, int32_t srcLength) const endsWith() argument
4406 replace(int32_t start, int32_t _length, ConstChar16Ptr srcChars, int32_t srcLength) replace() argument
4413 replace(int32_t start, int32_t _length, const char16_t *srcChars, int32_t srcStart, int32_t srcLength) replace() argument
4600 setTo(const char16_t *srcChars, int32_t srcLength) setTo() argument
4632 append(const char16_t *srcChars, int32_t srcStart, int32_t srcLength) append() argument
4638 append(ConstChar16Ptr srcChars, int32_t srcLength) append() argument
4672 insert(int32_t start, const char16_t *srcChars, int32_t srcStart, int32_t srcLength) insert() argument
4679 insert(int32_t start, ConstChar16Ptr srcChars, int32_t srcLength) insert() argument
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dcbiditst.c529 static UBool checkWhatYouCan(UBiDi *bidi, const char *srcChars, const char *dstChars) in checkWhatYouCan() argument
3951 assertRoundTrip(UBiDi *pBiDi, int32_t tc, int32_t outIndex, const char *srcChars, const char *destChars, const UChar *dest, int32_t destLen, int mode, int option, UBiDiLevel level) assertRoundTrip() argument
4128 checkResultLength(UBiDi *pBiDi, const char *srcChars, const char *destChars, int32_t destLen, const char* mode, const char* option, UBiDiLevel level) checkResultLength() argument
4298 const char *srcChars = textIn[tc]; testReorderingMode() local
4384 inverseBasic(UBiDi *pBiDi, const char *srcChars, int32_t srcLen, uint32_t option, UBiDiLevel level, char *result) inverseBasic() argument
[all...]

Completed in 17 milliseconds