OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FixedSortKeyByteSink
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/i18n/
rulebasedcollator.cpp
62
class
FixedSortKeyByteSink
: public SortKeyByteSink {
64
FixedSortKeyByteSink
(char *dest, int32_t destCapacity)
66
virtual ~
FixedSortKeyByteSink
();
73
FixedSortKeyByteSink
::~
FixedSortKeyByteSink
() {}
76
FixedSortKeyByteSink
::AppendBeyondCapacity(const char *bytes, int32_t /*n*/, int32_t length) {
86
FixedSortKeyByteSink
::Resize(int32_t /*appendCapacity*/, int32_t /*length*/) {
[
all
...]
/external/chromium_org/third_party/icu/source/i18n/
ucol.cpp
[
all
...]
Completed in 104 milliseconds