Searched refs:isIndex (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtestidn.cpp218 getValues(uint32_t result, int32_t& value, UBool& isIndex){ argument
229 isIndex =FALSE;
233 isIndex =FALSE;
240 isIndex = TRUE;
244 isIndex = FALSE;
251 isIndex =FALSE;
291 UBool isIndex = FALSE; local
296 type = getValues(result,value, isIndex);
331 UBool isIndex; local
335 retType = getValues(result,value,isIndex);
406 UBool isIndex=FALSE; local
[all...]
/external/icu4c/test/intltest/
H A Dtestidn.cpp219 getValues(uint32_t result, int32_t& value, UBool& isIndex){ argument
230 isIndex =FALSE;
234 isIndex =FALSE;
241 isIndex = TRUE;
245 isIndex = FALSE;
252 isIndex =FALSE;
292 UBool isIndex = FALSE; local
297 type = getValues(result,value, isIndex);
332 UBool isIndex; local
336 retType = getValues(result,value,isIndex);
407 UBool isIndex=FALSE; local
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dsprpdata.c110 getValues(uint32_t result, int32_t* value, UBool* isIndex){ argument
127 *isIndex = TRUE;
131 *isIndex = FALSE;
138 isIndex =FALSE;
150 UBool isIndex = FALSE; local
161 retType = getValues(result,&value,&isIndex);
170 if(isIndex){
202 if(isIndex){
232 UBool isIndex=FALSE; local
255 retType = getValues(result, &value, &isIndex);
[all...]
/external/icu4c/test/cintltst/
H A Dsprpdata.c111 getValues(uint32_t result, int32_t* value, UBool* isIndex){ argument
128 *isIndex = TRUE;
132 *isIndex = FALSE;
139 isIndex =FALSE;
151 UBool isIndex = FALSE; local
162 retType = getValues(result,&value,&isIndex);
171 if(isIndex){
203 if(isIndex){
233 UBool isIndex=FALSE; local
256 retType = getValues(result, &value, &isIndex);
[all...]
/external/clang/lib/CodeGen/
H A DCGBlocks.h157 bool isIndex() const { return (Data & 1) != 0; } function in class:clang::CodeGen::CGBlockInfo::Capture
158 bool isConstant() const { return !isIndex(); }
159 unsigned getIndex() const { assert(isIndex()); return Data >> 1; }
165 assert(isIndex());
169 assert(isIndex());
/external/chromium_org/third_party/icu/source/common/
H A Dusprep.cpp476 getValues(uint16_t trieWord, int16_t& value, UBool& isIndex){ argument
486 isIndex =FALSE;
490 isIndex =FALSE;
497 isIndex = TRUE;
500 isIndex = FALSE;
507 isIndex =FALSE;
530 UBool isIndex; local
545 type = getValues(result, value, isIndex);
558 if(isIndex){
749 UBool isIndex; local
[all...]
/external/icu4c/common/
H A Dusprep.cpp473 getValues(uint16_t trieWord, int16_t& value, UBool& isIndex){ argument
483 isIndex =FALSE;
487 isIndex =FALSE;
494 isIndex = TRUE;
497 isIndex = FALSE;
504 isIndex =FALSE;
527 UBool isIndex; local
542 type = getValues(result, value, isIndex);
555 if(isIndex){
746 UBool isIndex; local
[all...]
/external/lzma/C/
H A DXzIn.c23 SRes XzBlock_ReadHeader(CXzBlock *p, ISeqInStream *inStream, Bool *isIndex, UInt32 *headerSizeRes) argument
33 *isIndex = True;
37 *isIndex = False;
H A DXz.h55 SRes XzBlock_ReadHeader(CXzBlock *p, ISeqInStream *inStream, Bool *isIndex, UInt32 *headerSizeRes);
/external/lzma/CPP/7zip/Archive/
H A DXzHandler.cpp353 Bool isIndex; local
355 res2 = XzBlock_ReadHeader(&block, &inStreamWrap.p, &isIndex, &headerSizeRes);
356 if (res2 == SZ_OK && !isIndex)
/external/chromium_org/third_party/sqlite/src/src/
H A DvdbeInt.h57 Bool isIndex; /* True if an index containing keys only - no data */ member in struct:VdbeCursor
H A Dvdbe.c2144 }else if( pC->isIndex ){
2201 if( pC->isIndex ){
2263 rc = sqlite3VdbeMemFromBtree(pCrsr, 0, len, pC->isIndex, &sMem);
2327 rc = sqlite3VdbeMemFromBtree(pCrsr, aOffset[p2], len, pC->isIndex, &sMem);
3087 /* Set the VdbeCursor.isTable and isIndex variables. Previous versions of
3092 pCur->isIndex = !pCur->isTable;
3164 pCx->isIndex = !pCx->isTable;
3192 pCx->isIndex = 0;
4050 assert( pC->isIndex || pOp->opcode==OP_RowData );
4067 if( pC->isIndex ){
[all...]
H A Dbtree.c124 int isIndex, /* True if iRoot is the root of an index b-tree */
146 if( isIndex && (!pSchema || (pSchema->flags&DB_SchemaLoaded)==0) ){
154 if( isIndex ){
121 hasSharedCacheTableLock( Btree *pBtree, Pgno iRoot, int isIndex, int eLockType ) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c12286 Bool isIndex; /* True if an index containing keys only - no data */ member in struct:VdbeCursor
47419 hasSharedCacheTableLock( Btree *pBtree, Pgno iRoot, int isIndex, int eLockType ) argument
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c12890 Bool isIndex; /* True if an index containing keys only - no data */ member in struct:VdbeCursor
49485 hasSharedCacheTableLock( Btree *pBtree, Pgno iRoot, int isIndex, int eLockType ) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c12890 Bool isIndex; /* True if an index containing keys only - no data */ member in struct:VdbeCursor
49513 hasSharedCacheTableLock( Btree *pBtree, Pgno iRoot, int isIndex, int eLockType ) argument
[all...]

Completed in 643 milliseconds