HomeSort by relevance Sort by last modified time
    Searched full:cebuffer (Results 1 - 11 of 11) sorted by null

  /external/icu/icu4c/source/i18n/
collationiterator.h 37 class CEBuffer {
42 CEBuffer() : length(0) {}
43 ~CEBuffer();
78 CEBuffer(const CEBuffer &);
79 void operator=(const CEBuffer &);
113 if(cesIndex < ceBuffer.length) {
115 return ceBuffer.get(cesIndex++);
117 // assert cesIndex == ceBuffer.length;
118 if(!ceBuffer.incLength(errorCode))
    [all...]
collationiterator.cpp 32 CollationIterator::CEBuffer::~CEBuffer() {}
35 CollationIterator::CEBuffer::ensureAppendCapacity(int32_t appCap, UErrorCode &errorCode) {
154 int32_t length = other.ceBuffer.length;
155 if(length > 0 && ceBuffer.ensureAppendCapacity(length, errorCode)) {
157 ceBuffer.set(i, other.ceBuffer.get(i));
159 ceBuffer.length = length;
177 ceBuffer.length == other.ceBuffer.length &
    [all...]
usearch.cpp 293 int32_t *cetable = pattern->CEBuffer;
332 if (cetable != temp && cetable != pattern->CEBuffer) {
    [all...]
usrchimp.h 155 int32_t CEBuffer[INITIAL_ARRAY_SIZE_];
  /external/chromium_org/third_party/icu/source/test/cintltst/
citertst.h 91 * Tests that the iterators bails out when the CEBuffer is exhausted
  /external/chromium_org/third_party/icu/source/i18n/
usrchimp.h 49 int32_t CEBuffer[INITIAL_ARRAY_SIZE_];
usearch.cpp 301 int32_t *cetable = pattern->CEBuffer;
343 if (cetable != temp && cetable != pattern->CEBuffer) {
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
colldata.cpp 69 ces = ceBuffer;
100 if (ces != ceBuffer) {
122 if (ces != ceBuffer) {
colldata.h 114 uint32_t ceBuffer[CELIST_BUFFER_SIZE];
  /external/icu/icu4c/source/test/intltest/
colldata.cpp 71 ces = ceBuffer;
102 if (ces != ceBuffer) {
124 if (ces != ceBuffer) {
colldata.h 114 uint32_t ceBuffer[CELIST_BUFFER_SIZE];

Completed in 1466 milliseconds