OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rightElement
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/common/
bytestriebuilder.cpp
182
const BytesTrieElement *
rightElement
=reinterpret_cast<const BytesTrieElement *>(right);
183
return leftElement->compareStringTo(*
rightElement
, *strings);
ucharstriebuilder.cpp
135
const UCharsTrieElement *
rightElement
=reinterpret_cast<const UCharsTrieElement *>(right);
136
return leftElement->compareStringTo(*
rightElement
, *strings);
Completed in 69 milliseconds