HomeSort by relevance Sort by last modified time
    Searched defs:isIndex (Results 1 - 8 of 8) sorted by null

  /external/icu4c/test/cintltst/
sprpdata.c 110 getValues(uint32_t result, int32_t* value, UBool* isIndex){
127 *isIndex = TRUE;
131 *isIndex = FALSE;
138 isIndex =FALSE;
150 UBool isIndex = FALSE;
161 retType = getValues(result,&value,&isIndex);
170 if(isIndex){
202 if(isIndex){
232 UBool isIndex=FALSE;
255 retType = getValues(result, &value, &isIndex);
    [all...]
  /external/clang/lib/CodeGen/
CGBlocks.h 142 bool isIndex() const { return (Data & 1) != 0; }
143 bool isConstant() const { return !isIndex(); }
144 unsigned getIndex() const { assert(isIndex()); return Data >> 1; }
150 assert(isIndex());
154 assert(isIndex());
  /external/icu4c/test/intltest/
testidn.cpp 218 getValues(uint32_t result, int32_t& value, UBool& isIndex){
229 isIndex =FALSE;
233 isIndex =FALSE;
240 isIndex = TRUE;
244 isIndex = FALSE;
251 isIndex =FALSE;
291 UBool isIndex = FALSE;
296 type = getValues(result,value, isIndex);
331 UBool isIndex;
335 retType = getValues(result,value,isIndex);
    [all...]
  /external/icu4c/common/
usprep.cpp 476 getValues(uint16_t trieWord, int16_t& value, UBool& isIndex){
486 isIndex =FALSE;
490 isIndex =FALSE;
497 isIndex = TRUE;
500 isIndex = FALSE;
507 isIndex =FALSE;
530 UBool isIndex;
545 type = getValues(result, value, isIndex);
558 if(isIndex){
749 UBool isIndex;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 
com.ibm.icu_4.2.1.v20100412.jar 
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 403 milliseconds