OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fChunks
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/i18n/
tznames_impl.cpp
375
fChunks
= NULL;
380
fChunks
= new ZNStringPoolChunk;
381
if (
fChunks
== NULL) {
401
while (
fChunks
!= NULL) {
402
ZNStringPoolChunk *nextChunk =
fChunks
->fNext;
403
delete
fChunks
;
404
fChunks
= nextChunk;
422
int32_t remainingLength = POOL_CHUNK_SIZE -
fChunks
->fLimit;
429
ZNStringPoolChunk *oldChunk =
fChunks
;
430
fChunks
= new ZNStringPoolChunk
[
all
...]
tznames_impl.h
63
ZNStringPoolChunk *
fChunks
;
Completed in 1368 milliseconds