HomeSort by relevance Sort by last modified time
    Searched refs:bytesCapacity (Results 1 - 4 of 4) sorted by null

  /external/icu/icu4c/source/common/
bytestriebuilder.cpp 129 bytes(NULL), bytesCapacity(0), bytesLength(0) {
195 newTrie=new BytesTrie(bytes, bytes+(bytesCapacity-bytesLength));
200 bytesCapacity=0;
211 result.set(bytes+(bytesCapacity-bytesLength), bytesLength);
254 if(bytesCapacity<capacity) {
259 bytesCapacity=0;
262 bytesCapacity=capacity;
377 if(length>bytesCapacity) {
378 int32_t newCapacity=bytesCapacity;
387 bytesCapacity=0
    [all...]
  /external/icu/icu4c/source/common/unicode/
bytestriebuilder.h 175 int32_t bytesCapacity;
  /external/icu/icu4c/source/tools/toolutil/
ucm.c 952 if(m->bLen>4 && table->bytesCapacity==0) {
953 table->bytesCapacity=10000;
954 table->bytes=(uint8_t *)uprv_malloc(table->bytesCapacity);
957 (int)table->bytesCapacity);
977 if(table->bytesLength>table->bytesCapacity) {
    [all...]
ucm.h 76 int32_t bytesCapacity, bytesLength;

Completed in 815 milliseconds