HomeSort by relevance Sort by last modified time
    Searched defs:fNull (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/i18n/
number_types.h 244 NullableValue() : fNull(true) {}
250 fNull = false;
257 fNull = false;
263 return fNull ? other.fNull : (other.fNull ? false : static_cast<bool>(fValue == other.fValue));
268 fNull = true;
272 return fNull;
276 if (fNull) {
283 bool fNull;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winbase.h 298 DWORD fNull: 1;
    [all...]

Completed in 90 milliseconds