OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SortKeyByteSink
(Results
1 - 6
of
6
) sorted by null
/external/icu/icu4c/source/i18n/
collationkeys.h
30
class
SortKeyByteSink
: public ByteSink {
32
SortKeyByteSink
(char *dest, int32_t destCapacity)
35
virtual ~
SortKeyByteSink
();
84
SortKeyByteSink
(const
SortKeyByteSink
&); // copy constructor not implemented
85
SortKeyByteSink
&operator=(const
SortKeyByteSink
&); // assignment operator not implemented
111
SortKeyByteSink
&sink,
collationkeys.cpp
25
SortKeyByteSink
::~
SortKeyByteSink
() {}
28
SortKeyByteSink
::Append(const char *bytes, int32_t n) {
57
SortKeyByteSink
::GetAppendBuffer(int32_t min_capacity,
227
SortKeyByteSink
&sink,
rulebasedcollator.cpp
62
class FixedSortKeyByteSink : public
SortKeyByteSink
{
65
:
SortKeyByteSink
(dest, destCapacity) {}
93
class CollationKeyByteSink : public
SortKeyByteSink
{
96
:
SortKeyByteSink
(reinterpret_cast<char *>(key.getBytes()), key.getCapacity()),
[
all
...]
/external/icu/icu4c/source/i18n/unicode/
tblcoll.h
86
class
SortKeyByteSink
;
[
all
...]
/external/chromium_org/third_party/icu/source/i18n/
ucol_imp.h
535
class
SortKeyByteSink
;
550
icu::
SortKeyByteSink
&result,
559
icu::
SortKeyByteSink
&result,
567
icu::
SortKeyByteSink
&result,
[
all
...]
ucol.cpp
[
all
...]
Completed in 41 milliseconds