Home
last modified time | relevance | path

Searched refs:prevType (Results 1 – 14 of 14) sorted by relevance

/external/icu/icu4c/source/tools/gennorm2/
Dn2builder.cpp936 Norm::MappingType prevType = Norm::NONE; in writeDataFile() local
962 if(type == prevType && equalStrings(mapping, prevMapping) && c == (end + 1)) { in writeDataFile()
965 if(writeRemoved ? prevType != Norm::NONE : prevType > Norm::REMOVED) { in writeDataFile()
967 fprintf(f, "%04lX%c", (long)start, typeChars[prevType]); in writeDataFile()
969 fprintf(f, "%04lX..%04lX%c", (long)start, (long)end, typeChars[prevType]); in writeDataFile()
975 prevType = type; in writeDataFile()
/external/skqp/src/core/
DSkClipStack.cpp513 SkClipStack::BoundsType prevType; in updateBoundAndGenID() local
518 prevType = kInsideOut_BoundsType; in updateBoundAndGenID()
521 prevType = prior->fFiniteBoundType; in updateBoundAndGenID()
528 if (kInsideOut_BoundsType == prevType) { in updateBoundAndGenID()
/external/skia/src/core/
DSkClipStack.cpp556 SkClipStack::BoundsType prevType; in updateBoundAndGenID() local
561 prevType = kInsideOut_BoundsType; in updateBoundAndGenID()
564 prevType = prior->fFiniteBoundType; in updateBoundAndGenID()
571 if (kInsideOut_BoundsType == prevType) { in updateBoundAndGenID()
/external/icu/icu4c/source/i18n/
Dplurrule.cpp776 prevType=type; in parse()
1227 ruleIndex(0), token(), type(none), prevType(none), in PluralRuleParser()
1254 if (!(prevType==none || prevType==tSemiColon)) { in checkSyntax()
1260 switch(prevType) { in checkSyntax()
Dplurrule_impl.h173 tokenType prevType; variable
/external/icu/libicu/cts_headers/
Dplurrule_impl.h173 tokenType prevType; variable
/external/skqp/src/utils/
DSkPolyUtils.cpp1612 TriangulationVertex::VertexType prevType = triangulationVertices[prevIndex].fVertexType; in SkTriangulateSimplePolygon() local
1616 if (TriangulationVertex::VertexType::kReflex == prevType || in SkTriangulateSimplePolygon()
/external/skia/src/utils/
DSkPolyUtils.cpp1660 TriangulationVertex::VertexType prevType = triangulationVertices[prevIndex].fVertexType; in SkTriangulateSimplePolygon() local
1664 if (TriangulationVertex::VertexType::kReflex == prevType || in SkTriangulateSimplePolygon()
/external/clang/lib/Sema/
DSemaDeclObjC.cpp4201 QualType prevType, in mergeTypeNullabilityForRedecl() argument
4205 auto prevNullability = prevType->getNullability(S.Context); in mergeTypeNullabilityForRedecl()
/external/llvm-project/flang/lib/Semantics/
Dresolve-names.cpp4740 auto *prevType{symbol.GetType()}; in SetType() local
4741 if (!prevType) { in SetType()
4751 } else if (type != *prevType) { in SetType()
/external/llvm-project/clang/lib/Sema/
DSemaDeclObjC.cpp4523 QualType prevType, in mergeTypeNullabilityForRedecl() argument
4527 auto prevNullability = prevType->getNullability(S.Context); in mergeTypeNullabilityForRedecl()
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c160501 int prevType = 0; /* Previous non-whitespace token */
160515 prevType = tokenType;
160524 if( prevType==TK_IS || prevType==TK_NOT ){
160540 if( prevType==TK_IN ){
/external/sqlite/dist/orig/
Dsqlite3.c159798 int prevType = 0; /* Previous non-whitespace token */
159812 prevType = tokenType;
159821 if( prevType==TK_IS || prevType==TK_NOT ){
159837 if( prevType==TK_IN ){
/external/sqlite/dist/
Dsqlite3.c159814 int prevType = 0; /* Previous non-whitespace token */
159828 prevType = tokenType;
159837 if( prevType==TK_IS || prevType==TK_NOT ){
159853 if( prevType==TK_IN ){