Home
last modified time | relevance | path

Searched refs:nextType (Results 1 – 23 of 23) sorted by relevance

/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DUConverterAlias.java277 char type, nextType; in io_stripASCIIForCompare() local
290 nextType = GET_CHAR_TYPE(name.charAt(nameIndex)); in io_stripASCIIForCompare()
291 if (nextType == ZERO || nextType == NONZERO) { in io_stripASCIIForCompare()
332 char type, nextType; in compareNames() local
346 nextType = GET_CHAR_TYPE(name1.charAt(name1Index)); in compareNames()
347 if (nextType == ZERO || nextType == NONZERO) { in compareNames()
371 nextType = GET_CHAR_TYPE(name2.charAt(name2Index)); in compareNames()
372 if (nextType == ZERO || nextType == NONZERO) { in compareNames()
/external/icu/icu4c/source/common/
Ducnv_io.cpp389 uint8_t type, nextType; in ucnv_io_stripASCIIForCompare() local
401 nextType = GET_ASCII_TYPE(*name); in ucnv_io_stripASCIIForCompare()
402 if (nextType == ZERO || nextType == NONZERO) { in ucnv_io_stripASCIIForCompare()
424 uint8_t type, nextType; in ucnv_io_stripEBCDICForCompare() local
436 nextType = GET_EBCDIC_TYPE(*name); in ucnv_io_stripEBCDICForCompare()
437 if (nextType == ZERO || nextType == NONZERO) { in ucnv_io_stripEBCDICForCompare()
480 uint8_t type, nextType; in ucnv_compareNames() local
493 nextType = GET_CHAR_TYPE(*name1); in ucnv_compareNames()
494 if (nextType == ZERO || nextType == NONZERO) { in ucnv_compareNames()
517 nextType = GET_CHAR_TYPE(*name2); in ucnv_compareNames()
[all …]
/external/proguard/src/proguard/classfile/util/
DInternalTypeEnumeration.java91 public String nextType() in nextType() method in InternalTypeEnumeration
199 System.out.println(" Type ["+enumeration.nextType()+"]"); in main()
DExternalTypeEnumeration.java79 public String nextType() in nextType() method in ExternalTypeEnumeration
DClassUtil.java827 internalMethodDescriptor.append(internalType(externalTypeEnumeration.nextType())); in internalMethodDescriptor()
1240 externalMethodNameAndArguments.append(externalType(internalTypeEnumeration.nextType())); in externalMethodArguments()
/external/proguard/src/proguard/classfile/editor/
DInterfaceSorter.java101 String internalType = internalTypeEnumeration.nextType(); in visitSignatureAttribute()
119 String internalType = internalTypeEnumeration.nextType(); in visitSignatureAttribute()
DInterfaceDeleter.java122 String internalType = internalTypeEnumeration.nextType(); in visitSignatureAttribute()
152 String internalType = internalTypeEnumeration.nextType(); in visitSignatureAttribute()
/external/proguard/src/proguard/optimize/
DMethodDescriptorShrinker.java193 String type = internalTypeEnumeration.nextType(); in visitAnyParameterAnnotationsAttribute()
243 String type = internalTypeEnumeration.nextType(); in shrinkDescriptor()
300 String type = internalTypeEnumeration.nextType(); in shrinkReferencedClasses()
DTailRecursionSimplifier.java296 String parameterType = internalTypeEnumeration.nextType(); in storeParameters()
/external/OpenCSD/decoder/source/etmv3/
Dtrc_pkt_proc_etmv3_impl.h100 … int numBytes, const process_state nextState, const ocsd_etmv3_pkt_type nextType); // set first n …
Dtrc_pkt_proc_etmv3_impl.cpp219 …rocImpl::setBytesPartPkt(int numBytes, process_state nextState, const ocsd_etmv3_pkt_type nextType) in setBytesPartPkt() argument
229 m_post_part_pkt_type = nextType; in setBytesPartPkt()
/external/proguard/src/proguard/
DFullyQualifiedClassNameChecker.java128 checkType(internalTypeEnumeration.nextType()); in checkDescriptor()
/external/proguard/src/proguard/optimize/evaluation/
DSimpleEnumDescriptorSimplifier.java432 String type = internalTypeEnumeration.nextType(); in simplifyDescriptor()
519 String type = internalTypeEnumeration.nextType(); in simplifyReferencedClasses()
/external/proguard/src/proguard/evaluation/
DBasicInvocationUnit.java106 String type = internalTypeEnumeration.nextType(); in enterMethod()
/external/skqp/src/gpu/
DGrResourceCache.cpp35 static std::atomic<int32_t> nextType{INHERITED::kInvalidDomain + 1}; in GenerateResourceType() local
37 int32_t type = nextType++; in GenerateResourceType()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageSamplingInstance.cpp259 …const VkStructureType nextType = *reinterpret_cast<const VkStructureType*>(params.samplerParams.pN… in checkSupportImageSamplingInstance() local
261 if (nextType == VK_STRUCTURE_TYPE_SAMPLER_REDUCTION_MODE_CREATE_INFO_EXT) in checkSupportImageSamplingInstance()
338 const VkStructureType nextType = *reinterpret_cast<const VkStructureType*>(m_samplerParams.pNext); in ImageSamplingInstance() local
339 switch (nextType) in ImageSamplingInstance()
/external/skia/src/gpu/
DGrResourceCache.cpp38 static std::atomic<int32_t> nextType{INHERITED::kInvalidDomain + 1}; in GenerateResourceType() local
40 int32_t type = nextType++; in GenerateResourceType()
/external/proguard/src/proguard/optimize/peephole/
DMethodInliner.java272 String parameterType = internalTypeEnumeration.nextType(); in storeParameters()
/external/skqp/src/utils/
DSkPolyUtils.cpp1613 TriangulationVertex::VertexType nextType = triangulationVertices[nextIndex].fVertexType; in SkTriangulateSimplePolygon() local
1617 TriangulationVertex::VertexType::kReflex == nextType) { in SkTriangulateSimplePolygon()
/external/skia/src/utils/
DSkPolyUtils.cpp1645 TriangulationVertex::VertexType nextType = triangulationVertices[nextIndex].fVertexType; in SkTriangulateSimplePolygon() local
1649 TriangulationVertex::VertexType::kReflex == nextType) { in SkTriangulateSimplePolygon()
/external/skqp/tools/bookmaker/
DbmhParser.cpp2046 MarkType nextType = this->getMarkType(MarkLookup::kAllowUnknown); in skipToDefinitionEnd() local
2047 if (markType != nextType) { in skipToDefinitionEnd()
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp3540 const VkStructureType nextType = *reinterpret_cast<const VkStructureType*>(pNext); in mapVkSampler() local
3541 switch (nextType) in mapVkSampler()
/external/doclava/src/com/google/doclava/
DClassInfo.java468 TypeInfo nextType; in superClassesWithTypes() local