Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dcollationkeys.h36 appended_(0), ignore_(0) {} in SortKeyByteSink()
39 void IgnoreBytes(int32_t numIgnore) { ignore_ = numIgnore; } in IgnoreBytes()
43 if (ignore_ > 0) { in Append()
44 --ignore_; in Append()
64 return ignore_ + capacity_ - appended_; in GetRemainingCapacity()
83 int32_t ignore_; variable
Dcollationkeys.cpp34 if (ignore_ > 0) { in Append()
35 int32_t ignoreRest = ignore_ - n; in Append()
37 ignore_ = ignoreRest; in Append()
40 bytes += ignore_; in Append()
42 ignore_ = 0; in Append()
68 if (ignore_ > 0) { in GetAppendBuffer()
/external/ply/ply/
DCHANGES754 functions. To do this, simply include the text "ignore_" in the
766 before the "ignore_" text.