Searched refs:AppendBeyondCapacity (Results 1 - 7 of 7) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dcollationkeys.h70 virtual void AppendBeyondCapacity(const char *bytes, int32_t n, int32_t length) = 0;
H A Drulebasedcollator.cpp67 virtual void AppendBeyondCapacity(const char *bytes, int32_t n, int32_t length);
74 FixedSortKeyByteSink::AppendBeyondCapacity(const char *bytes, int32_t /*n*/, int32_t length) { function in class:__anon6671::FixedSortKeyByteSink
99 virtual void AppendBeyondCapacity(const char *bytes, int32_t n, int32_t length);
108 CollationKeyByteSink::AppendBeyondCapacity(const char *bytes, int32_t n, int32_t length) { function in class:CollationKeyByteSink
H A Dcollationkeys.cpp52 AppendBeyondCapacity(bytes, n, length);
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
H A DCollationKeys.java80 AppendBeyondCapacity(bytes, 0, n, length);
129 protected abstract void AppendBeyondCapacity(byte[] bytes, int start, int n, int length); method in class:CollationKeys.SortKeyByteSink
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationKeys.java76 AppendBeyondCapacity(bytes, 0, n, length);
125 protected abstract void AppendBeyondCapacity(byte[] bytes, int start, int n, int length); method in class:CollationKeys.SortKeyByteSink
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DRuleBasedCollator.java1079 protected void AppendBeyondCapacity(byte[] bytes, int start, int n, int length) { method in class:RuleBasedCollator.CollationKeyByteSink
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DRuleBasedCollator.java1107 protected void AppendBeyondCapacity(byte[] bytes, int start, int n, int length) { method in class:RuleBasedCollator.CollationKeyByteSink

Completed in 380 milliseconds