OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OrderList
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/test/intltest/
ssearch.cpp
330
class
OrderList
333
OrderList
();
334
OrderList
(UCollator *coll, const UnicodeString &string, int32_t stringOffset = 0);
335
~
OrderList
();
344
UBool compare(const
OrderList
&other) const;
345
UBool matchesAt(int32_t offset, const
OrderList
&other) const;
353
OrderList
::
OrderList
()
359
OrderList
::
OrderList
(UCollator *coll, const UnicodeString &string, int32_t stringOffset
[
all
...]
/external/chromium_org/third_party/icu/source/test/intltest/
ssearch.cpp
681
class
OrderList
684
OrderList
();
685
OrderList
(UCollator *coll, const UnicodeString &string, int32_t stringOffset = 0);
686
~
OrderList
();
695
UBool compare(const
OrderList
&other) const;
696
UBool matchesAt(int32_t offset, const
OrderList
&other) const;
704
OrderList
::
OrderList
()
710
OrderList
::
OrderList
(UCollator *coll, const UnicodeString &string, int32_t stringOffset
[
all
...]
Completed in 73 milliseconds