Home
last modified time | relevance | path

Searched refs:nextType (Results 1 – 22 of 22) 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/cronet/third_party/icu/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/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/skia/src/gpu/graphite/
DGraphiteResourceKey.cpp13 static std::atomic<int32_t> nextType{ResourceKey::kInvalidDomain + 1}; in GenerateResourceType() local
15 int32_t type = nextType.fetch_add(1, std::memory_order_relaxed); in GenerateResourceType()
/external/skia/src/gpu/
DResourceKey.cpp14 static std::atomic<int32_t> nextType{ResourceKey::kInvalidDomain + 1}; in GenerateResourceType() local
16 int32_t type = nextType.fetch_add(1, std::memory_order_relaxed); in GenerateResourceType()
/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/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageSamplingInstance.cpp260 const VkStructureType nextType = *reinterpret_cast<const VkStructureType*>(pNext); in checkSupportImageSamplingInstance() local
261 switch (nextType) in checkSupportImageSamplingInstance()
393 const VkStructureType nextType = *reinterpret_cast<const VkStructureType*>(pNext); in setup() local
394 switch (nextType) in setup()
/external/proguard/src/proguard/optimize/peephole/
DMethodInliner.java272 String parameterType = internalTypeEnumeration.nextType(); in storeParameters()
/external/skia/src/utils/
DSkPolyUtils.cpp1691 TriangulationVertex::VertexType nextType = triangulationVertices[nextIndex].fVertexType; in SkTriangulateSimplePolygon() local
1695 TriangulationVertex::VertexType::kReflex == nextType) { in SkTriangulateSimplePolygon()
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp3965 const VkStructureType nextType = *reinterpret_cast<const VkStructureType*>(pNext); in mapVkSampler() local
3966 switch (nextType) in mapVkSampler()
/external/doclava/src/com/google/doclava/
DClassInfo.java468 TypeInfo nextType; in superClassesWithTypes() local