OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bytesCapacity
(Results
1 - 6
of
6
) sorted by null
/external/icu4c/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/icu4c/common/unicode/
bytestriebuilder.h
171
int32_t
bytesCapacity
;
/external/chromium_org/third_party/icu/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
75
int32_t
bytesCapacity
, bytesLength;
/external/icu4c/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 51 milliseconds