OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SortKeyByteSink
(Results
1 - 12
of
12
) 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
60
class FixedSortKeyByteSink : public
SortKeyByteSink
{
63
:
SortKeyByteSink
(dest, destCapacity) {}
91
class CollationKeyByteSink : public
SortKeyByteSink
{
94
:
SortKeyByteSink
(reinterpret_cast<char *>(key.getBytes()), key.getCapacity()),
[
all
...]
/external/icu/icu4c/source/i18n/unicode/
tblcoll.h
87
class
SortKeyByteSink
;
[
all
...]
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationKeys.java
22
// Java porting note: C++
SortKeyByteSink
class extends a common class ByteSink,
25
public static abstract class
SortKeyByteSink
{
31
public
SortKeyByteSink
(byte[] dest) {
37
* In C++, the
SortKeyByteSink
is a subclass of ByteSink and lower-level code can write to that.
38
* TODO: Can we make Java
SortKeyByteSink
have-a ByteArrayWrapper and write through to it?
39
* Or maybe create interface ByteSink, have
SortKeyByteSink
implement it, and have BOCSU write to that??
234
void appendTo(
SortKeyByteSink
sink) {
333
CollationSettings settings,
SortKeyByteSink
sink, int minLevel, LevelCallback callback,
[
all
...]
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationKeys.java
18
// Java porting note: C++
SortKeyByteSink
class extends a common class ByteSink,
21
public static abstract class
SortKeyByteSink
{
27
public
SortKeyByteSink
(byte[] dest) {
33
* In C++, the
SortKeyByteSink
is a subclass of ByteSink and lower-level code can write to that.
34
* TODO: Can we make Java
SortKeyByteSink
have-a ByteArrayWrapper and write through to it?
35
* Or maybe create interface ByteSink, have
SortKeyByteSink
implement it, and have BOCSU write to that??
230
void appendTo(
SortKeyByteSink
sink) {
329
CollationSettings settings,
SortKeyByteSink
sink, int minLevel, LevelCallback callback,
[
all
...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
RuleBasedCollator.java
29
import android.icu.impl.coll.CollationKeys.
SortKeyByteSink
;
[
all
...]
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
RuleBasedCollator.java
28
import com.ibm.icu.impl.coll.CollationKeys.
SortKeyByteSink
;
[
all
...]
/prebuilts/misc/common/icu4j/
icu4j.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar
/frameworks/base/
compiled-classes-phone
[
all
...]
Completed in 534 milliseconds