Searched refs:typeValue (Results 1 – 7 of 7) sorted by relevance
183 String typeValue = node.getDistinguishingAttributes().get("type"); in getNodesInPath() local184 typeValue = typeValue.replaceAll("Asia:Taipei", "Asia/Taipei"); in getNodesInPath()185 String[] segments = typeValue.split("/"); in getNodesInPath()
35 .method public abstract typeValue()Ljava/lang/Class;62 typeValue = L10;
5 … shortValue=3, stringValue=8, subAnnotationValue=@SubAnnotation(stringValue=9), typeValue=class 10)
1486 int32_t typeValue = row->field; in adjustFieldTypes() local1490 if ((flags & kDTPGFixFractionalSeconds) != 0 && typeValue == UDATPG_SECOND_FIELD) { in adjustFieldTypes()1493 } else if (dtMatcher->skeleton.type[typeValue]!=0) { in adjustFieldTypes()1516 UChar reqFieldChar = dtMatcher->skeleton.original.getFieldChar(typeValue); in adjustFieldTypes()1517 int32_t reqFieldLen = dtMatcher->skeleton.original.getFieldLength(typeValue); in adjustFieldTypes()1521 … if ( (typeValue==UDATPG_HOUR_FIELD && (options & UDATPG_MATCH_HOUR_FIELD_LENGTH)==0) || in adjustFieldTypes()1522 … (typeValue==UDATPG_MINUTE_FIELD && (options & UDATPG_MATCH_MINUTE_FIELD_LENGTH)==0) || in adjustFieldTypes()1523 … (typeValue==UDATPG_SECOND_FIELD && (options & UDATPG_MATCH_SECOND_FIELD_LENGTH)==0) ) { in adjustFieldTypes()1526 … int32_t skelFieldLen = specifiedSkeleton->original.getFieldLength(typeValue); in adjustFieldTypes()1528 UBool skelFieldIsNumeric = (specifiedSkeleton->type[typeValue] > 0); in adjustFieldTypes()[all …]
129 public TypeMirror apply(AnnotationValue typeValue) {130 return TO_TYPE.visit(typeValue);
356 String typeValue = pathParts.getAttributeValue(-1, "type"); in TestNonLdml() local357 if ("TODO".equals(typeValue) in TestNonLdml()358 || "locale".equals(typeValue)) { in TestNonLdml()
949 llvm::Value *typeValue = handler.Type.RTTI; in emitCatchDispatchBlock() local952 assert(typeValue && "fell into catch-all case!"); in emitCatchDispatchBlock()953 typeValue = CGF.Builder.CreateBitCast(typeValue, CGF.Int8PtrTy); in emitCatchDispatchBlock()979 CGF.Builder.CreateCall(llvm_eh_typeid_for, typeValue); in emitCatchDispatchBlock()