/aosp_15_r20/external/cronet/third_party/icu/source/i18n/ |
H A D | collationkeys.h | 32 class SortKeyByteSink : public ByteSink { 34 SortKeyByteSink(char *dest, int32_t destCapacity) in SortKeyByteSink() function 37 virtual ~SortKeyByteSink(); 86 SortKeyByteSink(const SortKeyByteSink &); // copy constructor not implemented 87 SortKeyByteSink &operator=(const SortKeyByteSink &); // assignment operator not implemented 113 SortKeyByteSink &sink,
|
H A D | collationkeys.cpp | 27 SortKeyByteSink::~SortKeyByteSink() {} in ~SortKeyByteSink() 30 SortKeyByteSink::Append(const char *bytes, int32_t n) { in Append() 59 SortKeyByteSink::GetAppendBuffer(int32_t min_capacity, in GetAppendBuffer() 229 SortKeyByteSink &sink, in writeSortKeyUpToQuaternary()
|
H A D | rulebasedcollator.cpp | 64 class FixedSortKeyByteSink : public SortKeyByteSink { 67 : SortKeyByteSink(dest, destCapacity) {} in FixedSortKeyByteSink() 95 class CollationKeyByteSink : public SortKeyByteSink { 98 : SortKeyByteSink(reinterpret_cast<char *>(key.getBytes()), key.getCapacity()), in CollationKeyByteSink() 1336 SortKeyByteSink &sink, UErrorCode &errorCode) const { in writeSortKey() 1361 SortKeyByteSink &sink, UErrorCode &errorCode) const { in writeIdenticalLevel() 1399 PartLevelCallback(const SortKeyByteSink &s) in PartLevelCallback() 1418 const SortKeyByteSink &sink;
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/common_os/include/external/icu/icu4c/source/i18n/ |
H A D | collationkeys.h | 32 class SortKeyByteSink : public ByteSink { 34 SortKeyByteSink(char *dest, int32_t destCapacity) in SortKeyByteSink() function 37 virtual ~SortKeyByteSink(); 86 SortKeyByteSink(const SortKeyByteSink &); // copy constructor not implemented 87 SortKeyByteSink &operator=(const SortKeyByteSink &); // assignment operator not implemented 113 SortKeyByteSink &sink,
|
/aosp_15_r20/external/icu/libicu/cts_headers/ |
H A D | collationkeys.h | 32 class SortKeyByteSink : public ByteSink { 34 SortKeyByteSink(char *dest, int32_t destCapacity) in SortKeyByteSink() function 37 virtual ~SortKeyByteSink(); 86 SortKeyByteSink(const SortKeyByteSink &); // copy constructor not implemented 87 SortKeyByteSink &operator=(const SortKeyByteSink &); // assignment operator not implemented 113 SortKeyByteSink &sink,
|
/aosp_15_r20/external/icu/icu4c/source/i18n/ |
H A D | collationkeys.h | 32 class SortKeyByteSink : public ByteSink { 34 SortKeyByteSink(char *dest, int32_t destCapacity) in SortKeyByteSink() function 37 virtual ~SortKeyByteSink(); 86 SortKeyByteSink(const SortKeyByteSink &); // copy constructor not implemented 87 SortKeyByteSink &operator=(const SortKeyByteSink &); // assignment operator not implemented 113 SortKeyByteSink &sink,
|
H A D | collationkeys.cpp | 27 SortKeyByteSink::~SortKeyByteSink() {} in ~SortKeyByteSink() 30 SortKeyByteSink::Append(const char *bytes, int32_t n) { in Append() 59 SortKeyByteSink::GetAppendBuffer(int32_t min_capacity, in GetAppendBuffer() 229 SortKeyByteSink &sink, in writeSortKeyUpToQuaternary()
|
H A D | rulebasedcollator.cpp | 63 class FixedSortKeyByteSink : public SortKeyByteSink { 66 : SortKeyByteSink(dest, destCapacity) {} in FixedSortKeyByteSink() 94 class CollationKeyByteSink : public SortKeyByteSink { 97 : SortKeyByteSink(reinterpret_cast<char *>(key.getBytes()), key.getCapacity()), in CollationKeyByteSink() 1335 SortKeyByteSink &sink, UErrorCode &errorCode) const { in writeSortKey() 1360 SortKeyByteSink &sink, UErrorCode &errorCode) const { in writeIdenticalLevel() 1398 PartLevelCallback(const SortKeyByteSink &s) in PartLevelCallback() 1417 const SortKeyByteSink &sink;
|
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
H A D | CollationKeys.java | 30 public static abstract class SortKeyByteSink { class in CollationKeys 36 public SortKeyByteSink(byte[] dest) { in SortKeyByteSink() method in CollationKeys.SortKeyByteSink 242 void appendTo(SortKeyByteSink sink) { in appendTo() 341 CollationSettings settings, SortKeyByteSink sink, int minLevel, LevelCallback callback, in writeSortKeyUpToQuaternary()
|
/aosp_15_r20/external/icu/icu4j/main/collate/src/main/java/com/ibm/icu/impl/coll/ |
H A D | CollationKeys.java | 23 public static abstract class SortKeyByteSink { class in CollationKeys 29 public SortKeyByteSink(byte[] dest) { in SortKeyByteSink() method in CollationKeys.SortKeyByteSink 232 void appendTo(SortKeyByteSink sink) { in appendTo() 331 CollationSettings settings, SortKeyByteSink sink, int minLevel, LevelCallback callback, in writeSortKeyUpToQuaternary()
|
/aosp_15_r20/external/icu/libicu/cts_headers/unicode/ |
H A D | tblcoll.h | 91 class SortKeyByteSink; variable 838 SortKeyByteSink &sink, UErrorCode &errorCode) const; 841 SortKeyByteSink &sink, UErrorCode &errorCode) const;
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/common_os/include/external/icu/icu4c/source/i18n/unicode/ |
H A D | tblcoll.h | 91 class SortKeyByteSink; variable 838 SortKeyByteSink &sink, UErrorCode &errorCode) const; 841 SortKeyByteSink &sink, UErrorCode &errorCode) const;
|
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/unicode/ |
H A D | tblcoll.h | 91 class SortKeyByteSink; variable 838 SortKeyByteSink &sink, UErrorCode &errorCode) const; 841 SortKeyByteSink &sink, UErrorCode &errorCode) const;
|
/aosp_15_r20/external/icu/icu4c/source/i18n/unicode/ |
H A D | tblcoll.h | 91 class SortKeyByteSink; variable 838 SortKeyByteSink &sink, UErrorCode &errorCode) const; 841 SortKeyByteSink &sink, UErrorCode &errorCode) const;
|
/aosp_15_r20/external/icu/icu4j/main/collate/src/main/java/com/ibm/icu/text/ |
H A D | RuleBasedCollator.java | 30 import com.ibm.icu.impl.coll.CollationKeys.SortKeyByteSink; 1112 private static final class CollationKeyByteSink extends SortKeyByteSink {
|
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/text/ |
H A D | RuleBasedCollator.java | 31 import android.icu.impl.coll.CollationKeys.SortKeyByteSink; 1086 private static final class CollationKeyByteSink extends SortKeyByteSink {
|
/aosp_15_r20/external/icu/icu4j/ |
H A D | coverage-exclusion.txt | 75 com/ibm/icu/impl/coll/CollationKeys$SortKeyByteSink#GetRemainingCapacity:()I 76 com/ibm/icu/impl/coll/CollationKeys$SortKeyByteSink#Overflowed:()Z
|
/aosp_15_r20/out/target/common/obj/JAVA_LIBRARIES/core-icu4j.com.android.i18n_intermediates/ |
D | classes-header.jar | com/android/icu/util/regex/PatternNative.class
<Unknown>
package com. ... |
/aosp_15_r20/out/soong/.intermediates/external/icu/android_icu4j/core-repackaged-icu4j/android_common_apex10000/turbine/ |
D | core-repackaged-icu4j.jar | android/icu/impl/Assert.class
<Unknown>
package android.icu.impl
public ... |
/aosp_15_r20/out/soong/.intermediates/external/icu/android_icu4j/core-repackaged-icu4j/android_common/turbine/ |
D | core-repackaged-icu4j.jar | android/icu/impl/Assert.class
<Unknown>
package android.icu.impl
public ... |
/aosp_15_r20/out/soong/.intermediates/external/icu/android_icu4j/core-icu4j/android_common_apex10000/jarjar/turbine/ |
D | core-icu4j.jar | com/android/icu/util/regex/PatternNative.class
<Unknown>
package com. ... |
/aosp_15_r20/out/soong/.intermediates/external/icu/android_icu4j/core-icu4j/android_common_apex10000/turbine-combined/ |
D | core-icu4j.jar | android/compat/annotation/ChangeId.class
<Unknown>
package android.compat.annotation
public ... |
/aosp_15_r20/out/soong/.intermediates/packages/modules/RuntimeI18n/apex/i18n-bootclasspath-fragment/android_common_apex10000/modular-hiddenapi/ |
D | stub-flags.csv | 5569 Landroid/icu/impl/coll/CollationKeys$SortKeyByteSink;-><init>([B)V 5570 Landroid/icu/impl/coll/CollationKeys$SortKeyByteSink;->Append(I)V 5571 Landroid/icu/impl/coll/CollationKeys$SortKeyByteSink;->Append([BI)V 5572 Landroid/icu/impl/coll/CollationKeys$SortKeyByteSink;->AppendBeyondCapacity([BIII)V 5573 Landroid/icu/impl/coll/CollationKeys$SortKeyByteSink;->GetRemainingCapacity()I 5574 Landroid/icu/impl/coll/CollationKeys$SortKeyByteSink;->NumberOfBytesAppended()I 5575 Landroid/icu/impl/coll/CollationKeys$SortKeyByteSink;->Overflowed()Z 5576 Landroid/icu/impl/coll/CollationKeys$SortKeyByteSink;->Resize(II)Z 5577 Landroid/icu/impl/coll/CollationKeys$SortKeyByteSink;->appended_:I 5578 Landroid/icu/impl/coll/CollationKeys$SortKeyByteSink;->buffer_:[B [all …]
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/hiddenapi/ |
H A D | stub-flags.csv | 5219 Landroid/icu/impl/coll/CollationKeys$SortKeyByteSink;-><init>([B)V 5220 Landroid/icu/impl/coll/CollationKeys$SortKeyByteSink;->Append(I)V 5221 Landroid/icu/impl/coll/CollationKeys$SortKeyByteSink;->Append([BI)V 5222 Landroid/icu/impl/coll/CollationKeys$SortKeyByteSink;->AppendBeyondCapacity([BIII)V 5223 Landroid/icu/impl/coll/CollationKeys$SortKeyByteSink;->GetRemainingCapacity()I 5224 Landroid/icu/impl/coll/CollationKeys$SortKeyByteSink;->NumberOfBytesAppended()I 5225 Landroid/icu/impl/coll/CollationKeys$SortKeyByteSink;->Overflowed()Z 5226 Landroid/icu/impl/coll/CollationKeys$SortKeyByteSink;->Resize(II)Z 5227 Landroid/icu/impl/coll/CollationKeys$SortKeyByteSink;->appended_:I 5228 Landroid/icu/impl/coll/CollationKeys$SortKeyByteSink;->buffer_:[B [all …]
|
H A D | all-flags.csv | 5219 Landroid/icu/impl/coll/CollationKeys$SortKeyByteSink;-><init>([B)V,blocked 5220 Landroid/icu/impl/coll/CollationKeys$SortKeyByteSink;->Append(I)V,blocked 5221 Landroid/icu/impl/coll/CollationKeys$SortKeyByteSink;->Append([BI)V,blocked 5222 Landroid/icu/impl/coll/CollationKeys$SortKeyByteSink;->AppendBeyondCapacity([BIII)V,blocked 5223 Landroid/icu/impl/coll/CollationKeys$SortKeyByteSink;->GetRemainingCapacity()I,blocked 5224 Landroid/icu/impl/coll/CollationKeys$SortKeyByteSink;->NumberOfBytesAppended()I,blocked 5225 Landroid/icu/impl/coll/CollationKeys$SortKeyByteSink;->Overflowed()Z,blocked 5226 Landroid/icu/impl/coll/CollationKeys$SortKeyByteSink;->Resize(II)Z,blocked 5227 Landroid/icu/impl/coll/CollationKeys$SortKeyByteSink;->appended_:I,blocked 5228 Landroid/icu/impl/coll/CollationKeys$SortKeyByteSink;->buffer_:[B,blocked [all …]
|