Home
last modified time | relevance | path

Searched refs:ignore_ (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
Dcollationkeys.h34 appended_(0), ignore_(0) {} in SortKeyByteSink()
37 void IgnoreBytes(int32_t numIgnore) { ignore_ = numIgnore; } in IgnoreBytes()
41 if (ignore_ > 0) { in Append()
42 --ignore_; in Append()
62 return ignore_ + capacity_ - appended_; in GetRemainingCapacity()
81 int32_t ignore_; variable
Dcollationkeys.cpp32 if (ignore_ > 0) { in Append()
33 int32_t ignoreRest = ignore_ - n; in Append()
35 ignore_ = ignoreRest; in Append()
38 bytes += ignore_; in Append()
40 ignore_ = 0; in Append()
66 if (ignore_ > 0) { in GetAppendBuffer()