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

  /external/icu4c/test/intltest/
sfwdchit.cpp 31 fBogus = TRUE;
35 fBogus = FALSE;
51 fBogus = TRUE;
56 fBogus = FALSE;
61 fBogus = FALSE;
sfwdchit.h 73 UBool fBogus;
  /external/icu4c/i18n/
sortkey.cpp 49 : UObject(), fBogus(FALSE), fCount(0), fCapacity(0),
56 : UObject(), fBogus(FALSE), fCount(count), fCapacity(count),
71 : UObject(other), fBogus(FALSE), fCount(other.fCount), fCapacity(other.fCapacity),
74 if (other.fBogus)
109 fBogus = FALSE;
119 fBogus = FALSE;
172 fBogus = FALSE;
325 fBogus = FALSE;
fmtable.cpp 102 fBogus.setToBogus();
679 return (UnicodeString*)&fBogus; /* cast away const :-( */
  /external/icu4c/i18n/unicode/
sortkey.h 285 UBool fBogus;
315 return fBogus;
fmtable.h 643 UnicodeString fBogus; // Bogus string when it's needed.
  /external/icu4c/common/
uresimp.h 62 UErrorCode fBogus;
uresbund.c 108 if(resB->fBogus == U_ZERO_ERROR) { /* if this resource is real, */
115 if(resB->fBogus == U_ZERO_ERROR) {
385 r->fBogus = U_USING_FALLBACK_WARNING;
395 r->fBogus = *status = U_INVALID_FORMAT_ERROR;
398 r->fBogus = *status;
443 if(r->fBogus != U_ZERO_ERROR && U_SUCCESS(*status)) {
444 *status = r->fBogus; /* set the returning status */
454 (poolBundle == NULL || poolBundle->fBogus != U_ZERO_ERROR || !poolBundle->fData.isPoolBundle)
476 hasRealData = (UBool)(r->fBogus == U_ZERO_ERROR);
570 if(u1->fBogus == U_ZERO_ERROR)
    [all...]
  /external/skia/src/gpu/
GrAAHairLinePathRenderer.cpp 332 GrScalar fBogus[4];

Completed in 197 milliseconds