Home
last modified time | relevance | path

Searched defs:srcStart (Results 26 - 40 of 40) sorted by relevance

12

/kernel/linux/linux-5.10/include/video/
H A Dneomagic.h105 __u32 srcStart; member
/kernel/linux/linux-6.6/include/video/
H A Dneomagic.h105 __u32 srcStart; member
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DNormalizer.java735 public static int compose(char[] src,int srcStart, int srcLimit, in compose() argument
815 public static int decompose(char[] src,int srcStart, int srcLimit, in decompose() argument
901 public static int normalize(char[] src,int srcStart, in argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DNormalizer.java753 public static int compose(char[] src,int srcStart, int srcLimit, in compose() argument
837 public static int decompose(char[] src,int srcStart, int srcLimit, in decompose() argument
927 public static int normalize(char[] src,int srcStart, in argument
[all...]
/third_party/icu/icu4c/source/common/unicode/
H A Dunistr.h3935 doCompare(int32_t start, int32_t thisLength, const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) const doCompare() argument
3996 compare(int32_t start, int32_t _length, const UnicodeString& srcText, int32_t srcStart, 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
4018 compareBetween(int32_t start, int32_t limit, const UnicodeString& srcText, int32_t srcStart, int32_t srcLimit) const compareBetween() argument
4027 doCompareCodePointOrder(int32_t start, int32_t thisLength, const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) const doCompareCodePointOrder() argument
4057 compareCodePointOrder(int32_t start, int32_t _length, const UnicodeString& srcText, int32_t srcStart, 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
4079 compareCodePointOrderBetween(int32_t start, int32_t limit, const UnicodeString& srcText, int32_t srcStart, int32_t srcLimit) const compareCodePointOrderBetween() argument
4088 doCaseCompare(int32_t start, int32_t thisLength, const UnicodeString &srcText, int32_t srcStart, int32_t srcLength, uint32_t options) const doCaseCompare() argument
4124 caseCompare(int32_t start, int32_t _length, const UnicodeString &srcText, int32_t srcStart, int32_t srcLength, 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
4152 caseCompareBetween(int32_t start, int32_t limit, const UnicodeString &srcText, int32_t srcStart, int32_t srcLimit, uint32_t options) const caseCompareBetween() argument
4162 indexOf(const UnicodeString& srcText, int32_t srcStart, int32_t srcLength, int32_t start, int32_t _length) const indexOf() argument
4259 lastIndexOf(const UnicodeString& srcText, int32_t srcStart, int32_t srcLength, int32_t start, int32_t _length) const lastIndexOf() argument
4332 startsWith(const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) const startsWith() argument
4346 startsWith(const char16_t *srcChars, int32_t srcStart, int32_t srcLength) const startsWith() argument
4359 endsWith(const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) const endsWith() argument
4378 endsWith(const char16_t *srcChars, int32_t srcStart, int32_t srcLength) const endsWith() argument
4398 replace(int32_t start, int32_t _length, const UnicodeString& srcText, int32_t srcStart, 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
4433 replaceBetween(int32_t start, int32_t limit, const UnicodeString& srcText, int32_t srcStart, int32_t srcLimit) replaceBetween() argument
4576 setTo(const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) setTo() argument
4585 setTo(const UnicodeString& srcText, int32_t srcStart) setTo() argument
4622 append(const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) append() argument
4632 append(const char16_t *srcChars, int32_t srcStart, int32_t srcLength) append() argument
4660 insert(int32_t start, const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) insert() argument
4672 insert(int32_t start, const char16_t *srcChars, int32_t srcStart, int32_t srcLength) insert() argument
[all...]
/third_party/node/deps/icu-small/source/common/unicode/
H A Dunistr.h3948 doCompare(int32_t start, int32_t thisLength, const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) const doCompare() argument
3963 doEqualsSubstring(int32_t start, int32_t thisLength, const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) const doEqualsSubstring() argument
4024 compare(int32_t start, int32_t _length, const UnicodeString& srcText, int32_t srcStart, 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
4046 compareBetween(int32_t start, int32_t limit, const UnicodeString& srcText, int32_t srcStart, int32_t srcLimit) const compareBetween() argument
4055 doCompareCodePointOrder(int32_t start, int32_t thisLength, const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) const doCompareCodePointOrder() argument
4085 compareCodePointOrder(int32_t start, int32_t _length, const UnicodeString& srcText, int32_t srcStart, 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
4107 compareCodePointOrderBetween(int32_t start, int32_t limit, const UnicodeString& srcText, int32_t srcStart, int32_t srcLimit) const compareCodePointOrderBetween() argument
4116 doCaseCompare(int32_t start, int32_t thisLength, const UnicodeString &srcText, int32_t srcStart, int32_t srcLength, uint32_t options) const doCaseCompare() argument
4152 caseCompare(int32_t start, int32_t _length, const UnicodeString &srcText, int32_t srcStart, int32_t srcLength, 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
4180 caseCompareBetween(int32_t start, int32_t limit, const UnicodeString &srcText, int32_t srcStart, int32_t srcLimit, uint32_t options) const caseCompareBetween() argument
4190 indexOf(const UnicodeString& srcText, int32_t srcStart, int32_t srcLength, int32_t start, int32_t _length) const indexOf() argument
4287 lastIndexOf(const UnicodeString& srcText, int32_t srcStart, int32_t srcLength, int32_t start, int32_t _length) const lastIndexOf() argument
4360 startsWith(const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) const startsWith() argument
4374 startsWith(const char16_t *srcChars, int32_t srcStart, int32_t srcLength) const startsWith() argument
4387 endsWith(const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) const endsWith() argument
4405 endsWith(const char16_t *srcChars, int32_t srcStart, int32_t srcLength) const endsWith() argument
4425 replace(int32_t start, int32_t _length, const UnicodeString& srcText, int32_t srcStart, 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
4460 replaceBetween(int32_t start, int32_t limit, const UnicodeString& srcText, int32_t srcStart, int32_t srcLimit) replaceBetween() argument
4603 setTo(const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) setTo() argument
4612 setTo(const UnicodeString& srcText, int32_t srcStart) setTo() argument
4649 append(const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) append() argument
4659 append(const char16_t *srcChars, int32_t srcStart, int32_t srcLength) append() argument
4687 insert(int32_t start, const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) insert() argument
4699 insert(int32_t start, const char16_t *srcChars, int32_t srcStart, int32_t srcLength) insert() argument
[all...]
/third_party/skia/src/effects/imagefilters/
H A DSkBlurImageFilter.cpp124 auto srcStart = srcLeft - fBorder, in blur() local
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dunistr.h3935 doCompare(int32_t start, int32_t thisLength, const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) const doCompare() argument
3996 compare(int32_t start, int32_t _length, const UnicodeString& srcText, int32_t srcStart, 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
4018 compareBetween(int32_t start, int32_t limit, const UnicodeString& srcText, int32_t srcStart, int32_t srcLimit) const compareBetween() argument
4027 doCompareCodePointOrder(int32_t start, int32_t thisLength, const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) const doCompareCodePointOrder() argument
4057 compareCodePointOrder(int32_t start, int32_t _length, const UnicodeString& srcText, int32_t srcStart, 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
4079 compareCodePointOrderBetween(int32_t start, int32_t limit, const UnicodeString& srcText, int32_t srcStart, int32_t srcLimit) const compareCodePointOrderBetween() argument
4088 doCaseCompare(int32_t start, int32_t thisLength, const UnicodeString &srcText, int32_t srcStart, int32_t srcLength, uint32_t options) const doCaseCompare() argument
4124 caseCompare(int32_t start, int32_t _length, const UnicodeString &srcText, int32_t srcStart, int32_t srcLength, 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
4152 caseCompareBetween(int32_t start, int32_t limit, const UnicodeString &srcText, int32_t srcStart, int32_t srcLimit, uint32_t options) const caseCompareBetween() argument
4162 indexOf(const UnicodeString& srcText, int32_t srcStart, int32_t srcLength, int32_t start, int32_t _length) const indexOf() argument
4259 lastIndexOf(const UnicodeString& srcText, int32_t srcStart, int32_t srcLength, int32_t start, int32_t _length) const lastIndexOf() argument
4332 startsWith(const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) const startsWith() argument
4346 startsWith(const char16_t *srcChars, int32_t srcStart, int32_t srcLength) const startsWith() argument
4359 endsWith(const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) const endsWith() argument
4378 endsWith(const char16_t *srcChars, int32_t srcStart, int32_t srcLength) const endsWith() argument
4398 replace(int32_t start, int32_t _length, const UnicodeString& srcText, int32_t srcStart, 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
4433 replaceBetween(int32_t start, int32_t limit, const UnicodeString& srcText, int32_t srcStart, int32_t srcLimit) replaceBetween() argument
4576 setTo(const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) setTo() argument
4585 setTo(const UnicodeString& srcText, int32_t srcStart) setTo() argument
4622 append(const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) append() argument
4632 append(const char16_t *srcChars, int32_t srcStart, int32_t srcLength) append() argument
4660 insert(int32_t start, const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) insert() argument
4672 insert(int32_t start, const char16_t *srcChars, int32_t srcStart, int32_t srcLength) insert() argument
[all...]
/third_party/icu/icu4c/source/common/
H A Dunistr.cpp83 us_arrayCopy(const UChar *src, int32_t srcStart, in us_arrayCopy() argument
315 UnicodeString(const UnicodeString& that, int32_t srcStart) UnicodeString() argument
321 UnicodeString(const UnicodeString& that, int32_t srcStart, int32_t srcLength) UnicodeString() argument
666 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
1398 doReplace( int32_t start, int32_t length, const UnicodeString& src, int32_t srcStart, int32_t srcLength) doReplace() argument
1413 doReplace(int32_t start, int32_t length, const UChar *srcChars, int32_t srcStart, int32_t srcLength) doReplace() argument
1539 doAppend(const UnicodeString& src, int32_t srcStart, int32_t srcLength) doAppend() 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.cpp83 us_arrayCopy(const char16_t *src, int32_t srcStart, in us_arrayCopy() argument
315 UnicodeString(const UnicodeString& that, int32_t srcStart) UnicodeString() argument
321 UnicodeString(const UnicodeString& that, int32_t srcStart, int32_t srcLength) UnicodeString() argument
666 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
1440 doReplace( int32_t start, int32_t length, const UnicodeString& src, int32_t srcStart, int32_t srcLength) doReplace() argument
1455 doReplace(int32_t start, int32_t length, const char16_t *srcChars, int32_t srcStart, int32_t srcLength) doReplace() argument
1581 doAppend(const UnicodeString& src, int32_t srcStart, int32_t srcLength) doAppend() argument
1592 doAppend(const char16_t *srcChars, int32_t srcStart, int32_t srcLength) doAppend() argument
[all...]
/third_party/lz4/tests/
H A Dframetest.c1029 const BYTE* const srcStart = (const BYTE*)CNBuffer + srcStartId; in fuzzerTests() local
/third_party/skia/third_party/externals/icu/source/common/
H A Dunistr.cpp83 us_arrayCopy(const UChar *src, int32_t srcStart, in us_arrayCopy() argument
315 UnicodeString(const UnicodeString& that, int32_t srcStart) UnicodeString() argument
321 UnicodeString(const UnicodeString& that, int32_t srcStart, int32_t srcLength) UnicodeString() argument
665 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
1397 doReplace( int32_t start, int32_t length, const UnicodeString& src, int32_t srcStart, int32_t srcLength) doReplace() argument
1412 doReplace(int32_t start, int32_t length, const UChar *srcChars, int32_t srcStart, int32_t srcLength) doReplace() argument
1538 doAppend(const UnicodeString& src, int32_t srcStart, int32_t srcLength) doAppend() argument
1549 doAppend(const UChar *srcChars, int32_t srcStart, int32_t srcLength) doAppend() argument
[all...]
/third_party/lz4/lib/
H A Dlz4frame.c1562 const BYTE* const srcStart = (const BYTE*)srcBuffer; in LZ4F_decompress() local
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DSurface.cpp3463 int srcStart = ((srcEdge == BOTTOM) ? srcPitch * (srcH - 1) : ((srcEdge == RIGHT) ? srcBytes * (srcW - 1) : 0)); in copyCubeEdge() local
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 37 milliseconds

12