Home
last modified time | relevance | path

Searched refs:leftElement (Results 1 - 9 of 9) sorted by relevance

/third_party/icu/icu4c/source/common/
H A Dbytestriebuilder.cpp185 const BytesTrieElement *leftElement=static_cast<const BytesTrieElement *>(left); in compareElementStrings() local
187 return leftElement->compareStringTo(*rightElement, *strings); in compareElementStrings()
H A Ducharstriebuilder.cpp138 const UCharsTrieElement *leftElement=static_cast<const UCharsTrieElement *>(left); in compareElementStrings() local
140 return leftElement->compareStringTo(*rightElement, *strings); in compareElementStrings()
/third_party/node/deps/icu-small/source/common/
H A Dbytestriebuilder.cpp185 const BytesTrieElement *leftElement=static_cast<const BytesTrieElement *>(left); in compareElementStrings() local
187 return leftElement->compareStringTo(*rightElement, *strings); in compareElementStrings()
H A Ducharstriebuilder.cpp138 const UCharsTrieElement *leftElement=static_cast<const UCharsTrieElement *>(left); in compareElementStrings() local
140 return leftElement->compareStringTo(*rightElement, *strings); in compareElementStrings()
/third_party/skia/third_party/externals/icu/source/common/
H A Dbytestriebuilder.cpp185 const BytesTrieElement *leftElement=static_cast<const BytesTrieElement *>(left); in compareElementStrings() local
187 return leftElement->compareStringTo(*rightElement, *strings); in compareElementStrings()
H A Ducharstriebuilder.cpp138 const UCharsTrieElement *leftElement=static_cast<const UCharsTrieElement *>(left); in compareElementStrings() local
140 return leftElement->compareStringTo(*rightElement, *strings); in compareElementStrings()
/third_party/icu/icu4c/source/i18n/
H A Dalphaindex.cpp944 const UElement *leftElement = static_cast<const UElement *>(left); in collatorComparator() local
946 const UnicodeString *leftString = static_cast<const UnicodeString *>(leftElement->pointer); in collatorComparator()
969 const UElement *leftElement = static_cast<const UElement *>(left); in recordCompareFn() local
971 const AlphabeticIndex::Record *leftRec = static_cast<const AlphabeticIndex::Record *>(leftElement->pointer); in recordCompareFn()
/third_party/node/deps/icu-small/source/i18n/
H A Dalphaindex.cpp944 const UElement *leftElement = static_cast<const UElement *>(left); in collatorComparator() local
946 const UnicodeString *leftString = static_cast<const UnicodeString *>(leftElement->pointer); in collatorComparator()
969 const UElement *leftElement = static_cast<const UElement *>(left); in recordCompareFn() local
971 const AlphabeticIndex::Record *leftRec = static_cast<const AlphabeticIndex::Record *>(leftElement->pointer); in recordCompareFn()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dalphaindex.cpp949 const UElement *leftElement = static_cast<const UElement *>(left); in collatorComparator() local
951 const UnicodeString *leftString = static_cast<const UnicodeString *>(leftElement->pointer); in collatorComparator()
974 const UElement *leftElement = static_cast<const UElement *>(left); in recordCompareFn() local
976 const AlphabeticIndex::Record *leftRec = static_cast<const AlphabeticIndex::Record *>(leftElement->pointer); in recordCompareFn()

Completed in 12 milliseconds