/external/chromium/third_party/icu/source/test/intltest/ |
D | testidn.cpp | 220 getValues(uint32_t result, int32_t& value, UBool& isIndex){ in getValues() argument 231 isIndex =FALSE; in getValues() 235 isIndex =FALSE; in getValues() 242 isIndex = TRUE; in getValues() 246 isIndex = FALSE; in getValues() 253 isIndex =FALSE; in getValues() 293 UBool isIndex = FALSE; in testAllCodepoints() local 298 type = getValues(result,value, isIndex); in testAllCodepoints() 333 UBool isIndex; in compareMapping() local 337 retType = getValues(result,value,isIndex); in compareMapping() [all …]
|
/external/icu4c/test/intltest/ |
D | testidn.cpp | 218 getValues(uint32_t result, int32_t& value, UBool& isIndex){ in getValues() argument 229 isIndex =FALSE; in getValues() 233 isIndex =FALSE; in getValues() 240 isIndex = TRUE; in getValues() 244 isIndex = FALSE; in getValues() 251 isIndex =FALSE; in getValues() 291 UBool isIndex = FALSE; in testAllCodepoints() local 296 type = getValues(result,value, isIndex); in testAllCodepoints() 331 UBool isIndex; in compareMapping() local 335 retType = getValues(result,value,isIndex); in compareMapping() [all …]
|
/external/chromium/third_party/icu/source/test/cintltst/ |
D | sprpdata.c | 110 getValues(uint32_t result, int32_t* value, UBool* isIndex){ in getValues() argument 127 *isIndex = TRUE; in getValues() 131 *isIndex = FALSE; in getValues() 138 isIndex =FALSE; in getValues() 150 UBool isIndex = FALSE; in compareMapping() local 161 retType = getValues(result,&value,&isIndex); in compareMapping() 170 if(isIndex){ in compareMapping() 202 if(isIndex){ in compareMapping() 232 UBool isIndex=FALSE; in compareFlagsForRange() local 255 retType = getValues(result, &value, &isIndex); in compareFlagsForRange()
|
/external/icu4c/test/cintltst/ |
D | sprpdata.c | 110 getValues(uint32_t result, int32_t* value, UBool* isIndex){ in getValues() argument 127 *isIndex = TRUE; in getValues() 131 *isIndex = FALSE; in getValues() 138 isIndex =FALSE; in getValues() 150 UBool isIndex = FALSE; in compareMapping() local 161 retType = getValues(result,&value,&isIndex); in compareMapping() 170 if(isIndex){ in compareMapping() 202 if(isIndex){ in compareMapping() 232 UBool isIndex=FALSE; in compareFlagsForRange() local 255 retType = getValues(result, &value, &isIndex); in compareFlagsForRange()
|
/external/icu4c/common/ |
D | usprep.cpp | 472 getValues(uint16_t trieWord, int16_t& value, UBool& isIndex){ in getValues() argument 482 isIndex =FALSE; in getValues() 486 isIndex =FALSE; in getValues() 493 isIndex = TRUE; in getValues() 496 isIndex = FALSE; in getValues() 503 isIndex =FALSE; in getValues() 526 UBool isIndex; in usprep_map() local 541 type = getValues(result, value, isIndex); in usprep_map() 554 if(isIndex){ in usprep_map() 745 UBool isIndex; in usprep_prepare() local [all …]
|
/external/chromium/third_party/icu/source/common/ |
D | usprep.cpp | 502 getValues(uint16_t trieWord, int16_t& value, UBool& isIndex){ in getValues() argument 512 isIndex =FALSE; in getValues() 516 isIndex =FALSE; in getValues() 523 isIndex = TRUE; in getValues() 526 isIndex = FALSE; in getValues() 533 isIndex =FALSE; in getValues() 556 UBool isIndex; in usprep_map() local 571 type = getValues(result, value, isIndex); in usprep_map() 584 if(isIndex){ in usprep_map() 786 UBool isIndex; in usprep_prepare() local [all …]
|
/external/webkit/WebCore/html/ |
D | HTMLParser.cpp | 1618 …RefPtr<HTMLIsIndexElement> isIndex = new HTMLIsIndexElement(isindexTag, m_document, m_currentFormE… in handleIsindex() local 1619 isIndex->setAttributeMap(attrs); in handleIsindex() 1620 isIndex->setAttribute(typeAttr, "khtml_isindex"); in handleIsindex() 1631 n->addChild(isIndex.release()); in handleIsindex()
|
/external/sqlite/dist/ |
D | sqlite3.c | 17580 Bool isIndex; /* True if an index containing keys only - no data */ member 37898 int isIndex, /* True if iRoot is the root of an index b-tree */ 37920 if( isIndex && (!pSchema || (pSchema->flags&DB_SchemaLoaded)==0) ){ 37928 if( isIndex ){ 54547 }else if( u.am.pC->isIndex ){ 54603 if( u.am.pC->isIndex ){ 54665 rc = sqlite3VdbeMemFromBtree(u.am.pCrsr, 0, u.am.len, u.am.pC->isIndex, &u.am.sMem); 54729 …rc = sqlite3VdbeMemFromBtree(u.am.pCrsr, u.am.aOffset[u.am.p2], u.am.len, u.am.pC->isIndex, &u.am.… 55501 u.aw.pCur->isIndex = !u.aw.pCur->isTable; 55566 u.ax.pCx->isIndex = !u.ax.pCx->isTable; [all …]
|
D | sqlite3.c.orig | 17575 Bool isIndex; /* True if an index containing keys only - no data */ 37893 int isIndex, /* True if iRoot is the root of an index b-tree */ 37915 if( isIndex && (!pSchema || (pSchema->flags&DB_SchemaLoaded)==0) ){ 37923 if( isIndex ){ 54536 }else if( u.am.pC->isIndex ){ 54592 if( u.am.pC->isIndex ){ 54654 rc = sqlite3VdbeMemFromBtree(u.am.pCrsr, 0, u.am.len, u.am.pC->isIndex, &u.am.sMem); 54718 …rc = sqlite3VdbeMemFromBtree(u.am.pCrsr, u.am.aOffset[u.am.p2], u.am.len, u.am.pC->isIndex, &u.am.… 55485 /* Set the VdbeCursor.isTable and isIndex variables. Previous versions of 55490 u.aw.pCur->isIndex = !u.aw.pCur->isTable; [all …]
|
/external/webkit/WebCore/ |
D | ChangeLog-2005-12-19 | 10464 - fix <rdar://problem/4288829> repro crash on isIndex tag with no attributes
|
D | ChangeLog-2006-12-31 | 50394 REGRESSION: delete key does not work in isIndex fields
|