/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | EraRules.java | 69 boolean hasEnd = false; in getInstance() 88 hasEnd = true; in getInstance() 92 if (hasEnd) { in getInstance() 97 if (hasEnd) { in getInstance()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | EraRules.java | 71 boolean hasEnd = false; in getInstance() 90 hasEnd = true; in getInstance() 94 if (hasEnd) { in getInstance() 99 if (hasEnd) { in getInstance()
|
/external/llvm-project/flang/runtime/ |
D | io-error.h | 33 void HasEndLabel() { flags_ |= hasEnd; } in HasEndLabel() 56 hasEnd = 4, // END= enumerator
|
D | io-error.cpp | 28 if (iostatOrErrno == IostatEnd && (flags_ & hasEnd)) { in SignalError()
|
D | io-api.h | 195 bool hasEnd = false, bool hasEor = false, bool hasIoMsg = false);
|
D | io-api.cpp | 368 bool hasEnd, bool hasEor, bool hasIoMsg) { in IONAME() 376 if (hasEnd) { in IONAME()
|
/external/icu/icu4c/source/i18n/ |
D | erarules.cpp | 160 UBool hasEnd = TRUE; in createInstance() local 184 hasEnd = TRUE; in createInstance() 189 if (hasEnd) { in createInstance() 194 if (hasEnd) { in createInstance()
|
/external/skqp/tools/bookmaker/ |
D | bmhParser.cpp | 121 bool BmhParser::addDefinition(const char* defStart, bool hasEnd, MarkType markType, in addDefinition() argument 159 if (fParent == fRoot && hasEnd) { in addDefinition() 166 if (!hasEnd && fRoot->find(name, RootDefinition::AllowParens::kNo)) { in addDefinition() 173 SkASSERT(!hasEnd); in addDefinition() 189 if (hasEnd) { in addDefinition() 257 if (!hasEnd) { in addDefinition() 297 SkASSERT(hasEnd ? fParent : definition); in addDefinition() 298 string fullTopic = hasEnd ? fParent->fFiddle : definition->fFiddle; in addDefinition() 300 if (hasEnd) { in addDefinition() 316 if (hasEnd) { in addDefinition() [all …]
|
D | bmhParser.h | 69 bool addDefinition(const char* defStart, bool hasEnd, MarkType markType,
|
/external/protobuf/php/src/Google/Protobuf/Internal/DescriptorProto/ |
D | ReservedRange.php | 113 public function hasEnd() function in Google\\Protobuf\\Internal\\DescriptorProto\\ReservedRange
|
D | ExtensionRange.php | 115 public function hasEnd() function in Google\\Protobuf\\Internal\\DescriptorProto\\ExtensionRange
|
/external/protobuf/php/src/Google/Protobuf/Internal/EnumDescriptorProto/ |
D | EnumReservedRange.php | 115 public function hasEnd() function in Google\\Protobuf\\Internal\\EnumDescriptorProto\\EnumReservedRange
|
/external/protobuf/php/src/Google/Protobuf/Internal/GeneratedCodeInfo/ |
D | Annotation.php | 207 public function hasEnd() function in Google\\Protobuf\\Internal\\GeneratedCodeInfo\\Annotation
|
/external/llvm-project/flang/lib/Lower/ |
D | IO.cpp | 77 bool hasEnd{}; member 87 return ioStatExpr != nullptr || hasErr || hasEnd || hasEor; in hasTransferConditionSpecifier() 91 return ioStatExpr != nullptr || ioMsgExpr != nullptr || hasErr || hasEnd || in hasAnyConditionSpecifier() 769 [&](const Fortran::parser::EndLabel &) { csi.hasEnd = true; }, in genConditionHandlerCall() 789 boolValue(csi.hasEnd), in genConditionHandlerCall()
|