Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/icu/source/tools/genrb/
Dderb.cpp593 UBool isTable = (UBool)(ures_getType(resource) == URES_TABLE); in printOutBundle() local
596 if(isTable) { in printOutBundle()
Dreslist.h170 UBool isTable() const { return fType == URES_TABLE; } in isTable() function
Dparse.cpp664 if (res == res_none() || !res->isTable()) { in resLookup()
1791 static inline UBool isTable(enum EResourceType type) { in isTable() function
2017 if(isTable(bundleType)) in parse()
/third_party/node/deps/icu-small/source/tools/genrb/
Dderb.cpp593 UBool isTable = (UBool)(ures_getType(resource) == URES_TABLE); in printOutBundle() local
596 if(isTable) { in printOutBundle()
Dreslist.h170 UBool isTable() const { return fType == URES_TABLE; } in isTable() function
Dparse.cpp664 if (res == res_none() || !res->isTable()) { in resLookup()
1791 static inline UBool isTable(enum EResourceType type) { in isTable() function
2017 if(isTable(bundleType)) in parse()
/third_party/flutter/skia/third_party/externals/icu/source/tools/genrb/
Dderb.cpp593 UBool isTable = (UBool)(ures_getType(resource) == URES_TABLE); in printOutBundle() local
596 if(isTable) { in printOutBundle()
Dreslist.h166 UBool isTable() const { return fType == URES_TABLE; } in isTable() function
Dparse.cpp664 if (res == res_none() || !res->isTable()) { in resLookup()
1791 static inline UBool isTable(enum EResourceType type) { in isTable() function
2015 if(isTable(bundleType)) in parse()
/third_party/icu/icu4c/source/tools/genrb/
Dderb.cpp593 UBool isTable = (UBool)(ures_getType(resource) == URES_TABLE); in printOutBundle() local
596 if(isTable) { in printOutBundle()
Dreslist.h170 UBool isTable() const { return fType == URES_TABLE; } in isTable() function
Dparse.cpp664 if (res == res_none() || !res->isTable()) { in resLookup()
1791 static inline UBool isTable(enum EResourceType type) { in isTable() function
2017 if(isTable(bundleType)) in parse()
/third_party/sqlite/src/
Dsqlite3.c21851 u8 isTable; /* True for rowid tables. False for indexes */
82963 assert( p->isTable );
91113 pCur->isTable = pOp->p4type!=P4_KEYINFO;
91147 pCx->isTable = pOrig->isTable;
91253 pCx->isTable = 0;
91258 pCx->isTable = 1;
91340 pCx->isTable = 1;
91503 if( pC->isTable ){
91734 assert( !pC->isTable );
91990 assert( pC->isTable==0 );
[all …]
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch93093 u8 isTable; /* True for rowid tables. False for indexes */
99525 pCx->isTable = pOrig->isTable;
99583 pCx->isTable = 0;
99589 pCx->isTable = 1;
99637 assert( pC->isTable==0 );
99756 + pC->isTable = 1;
99852 - assert( pC->isTable==0 );
99853 + assert( pC->isTable==0 || IsNullCursor(pC) );
130734 u8 isTable; /* True for rowid tables. False for indexes */
137166 pCx->isTable = pOrig->isTable;
[all …]