OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fLazyContents
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/i18n/
tznames_impl.cpp
116
fLazyContents
(NULL), fIsEmpty(TRUE), fValueDeleter(valueDeleter) {
125
if (
fLazyContents
!= NULL) {
126
for (int32_t i=0; i<
fLazyContents
->size(); i+=2) {
128
fValueDeleter(
fLazyContents
->elementAt(i+1));
131
delete
fLazyContents
;
137
// Trie is built, while fNodes and
fLazyContents
change with the lazy init
159
if (
fLazyContents
== NULL) {
160
fLazyContents
= new UVector(status);
161
if (
fLazyContents
== NULL) {
168
U_ASSERT(
fLazyContents
!= NULL)
[
all
...]
tznames_impl.h
145
UVector *
fLazyContents
;
/external/chromium_org/third_party/icu/source/i18n/
zstrfmt.cpp
212
fLazyContents
(NULL), fIsEmpty(TRUE) {
221
if (
fLazyContents
!= NULL) {
222
for (int32_t i=0; i<
fLazyContents
->size(); i+=2) {
223
ZoneStringInfo *zsinf = (ZoneStringInfo *)
fLazyContents
->elementAt(i+1);
226
delete
fLazyContents
;
232
// Trie is built, while fNodes and
fLazyContents
change with the lazy init
246
if (
fLazyContents
== NULL) {
247
fLazyContents
= new UVector(status);
248
if (
fLazyContents
== NULL) {
256
fLazyContents
->addElement(s, status)
[
all
...]
zstrfmt.h
137
UVector *
fLazyContents
;
Completed in 36 milliseconds