OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fDone
(Results
1 - 5
of
5
) sorted by null
/external/chromium/third_party/icu/source/test/thaitest/
thaitest.cpp
78
UBool
fDone
;
497
: fBreakIter(0), fText(text), fTextCount(count), fWordCount(0), fSpaceCount(0),
fDone
(FALSE)
526
if (
fDone
) {
535
fDone
= TRUE;
/external/icu4c/test/thaitest/
thaitest.cpp
78
UBool
fDone
;
497
: fBreakIter(0), fText(text), fTextCount(count), fWordCount(0), fSpaceCount(0),
fDone
(FALSE)
526
if (
fDone
) {
535
fDone
= TRUE;
/external/skia/include/core/
SkCanvas.h
[
all
...]
SkRegion.h
250
Iterator() : fRgn(NULL),
fDone
(true) {}
256
bool done() { return
fDone
; }
264
bool
fDone
;
273
bool done() { return
fDone
; }
281
bool
fDone
;
295
bool
fDone
;
/external/skia/src/animator/
SkScript2.h
185
fPrimed(kIsNotPrimed),
fDone
(kIsNotDone) {
202
Done
fDone
: 1; // mark when branch is complete
Completed in 2011 milliseconds