Home
last modified time | relevance | path

Searched refs:otherStart (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/icu/source/common/
Dnormalizer2impl.cpp207 UBool ReorderingBuffer::equals(const UChar *otherStart, const UChar *otherLimit) const { in equals() argument
210 length==(int32_t)(otherLimit-otherStart) && in equals()
211 0==u_memcmp(start, otherStart, length); in equals()
214 UBool ReorderingBuffer::equals(const uint8_t *otherStart, const uint8_t *otherLimit) const { in equals() argument
215 U_ASSERT((otherLimit - otherStart) <= INT32_MAX); // ensured by caller in equals()
217 int32_t otherLength = (int32_t)(otherLimit - otherStart); in equals()
233 U8_NEXT_UNSAFE(otherStart, j, other); in equals()
Dnormalizer2impl.h162 UBool equals(const uint8_t *otherStart, const uint8_t *otherLimit) const;
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dnormalizer2impl.cpp208 UBool ReorderingBuffer::equals(const UChar *otherStart, const UChar *otherLimit) const { in equals() argument
211 length==(int32_t)(otherLimit-otherStart) && in equals()
212 0==u_memcmp(start, otherStart, length); in equals()
215 UBool ReorderingBuffer::equals(const uint8_t *otherStart, const uint8_t *otherLimit) const { in equals() argument
216 U_ASSERT((otherLimit - otherStart) <= INT32_MAX); // ensured by caller in equals()
218 int32_t otherLength = (int32_t)(otherLimit - otherStart); in equals()
234 U8_NEXT_UNSAFE(otherStart, j, other); in equals()
Dnormalizer2impl.h162 UBool equals(const uint8_t *otherStart, const uint8_t *otherLimit) const;
/third_party/node/deps/icu-small/source/common/
Dnormalizer2impl.cpp207 UBool ReorderingBuffer::equals(const UChar *otherStart, const UChar *otherLimit) const { in equals() argument
210 length==(int32_t)(otherLimit-otherStart) && in equals()
211 0==u_memcmp(start, otherStart, length); in equals()
214 UBool ReorderingBuffer::equals(const uint8_t *otherStart, const uint8_t *otherLimit) const { in equals() argument
215 U_ASSERT((otherLimit - otherStart) <= INT32_MAX); // ensured by caller in equals()
217 int32_t otherLength = (int32_t)(otherLimit - otherStart); in equals()
233 U8_NEXT_UNSAFE(otherStart, j, other); in equals()
Dnormalizer2impl.h162 UBool equals(const uint8_t *otherStart, const uint8_t *otherLimit) const;
/third_party/icu/icu4c/source/common/
Dnormalizer2impl.cpp207 UBool ReorderingBuffer::equals(const UChar *otherStart, const UChar *otherLimit) const { in equals() argument
210 length==(int32_t)(otherLimit-otherStart) && in equals()
211 0==u_memcmp(start, otherStart, length); in equals()
214 UBool ReorderingBuffer::equals(const uint8_t *otherStart, const uint8_t *otherLimit) const { in equals() argument
215 U_ASSERT((otherLimit - otherStart) <= INT32_MAX); // ensured by caller in equals()
217 int32_t otherLength = (int32_t)(otherLimit - otherStart); in equals()
233 U8_NEXT_UNSAFE(otherStart, j, other); in equals()
Dnormalizer2impl.h162 UBool equals(const uint8_t *otherStart, const uint8_t *otherLimit) const;