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

  /external/icu4c/test/cintltst/
sprpdata.c 111 getValues(uint32_t result, int32_t* value, UBool* isIndex){
128 *isIndex = TRUE;
132 *isIndex = FALSE;
139 isIndex =FALSE;
151 UBool isIndex = FALSE;
162 retType = getValues(result,&value,&isIndex);
171 if(isIndex){
203 if(isIndex){
233 UBool isIndex=FALSE;
256 retType = getValues(result, &value, &isIndex);
    [all...]
  /external/icu4c/test/intltest/
testidn.cpp 219 getValues(uint32_t result, int32_t& value, UBool& isIndex){
230 isIndex =FALSE;
234 isIndex =FALSE;
241 isIndex = TRUE;
245 isIndex = FALSE;
252 isIndex =FALSE;
292 UBool isIndex = FALSE;
297 type = getValues(result,value, isIndex);
332 UBool isIndex;
336 retType = getValues(result,value,isIndex);
    [all...]
  /external/clang/lib/CodeGen/
CGBlocks.h 157 bool isIndex() const { return (Data & 1) != 0; }
158 bool isConstant() const { return !isIndex(); }
159 unsigned getIndex() const { assert(isIndex()); return Data >> 1; }
165 assert(isIndex());
169 assert(isIndex());
  /external/icu4c/common/
usprep.cpp 473 getValues(uint16_t trieWord, int16_t& value, UBool& isIndex){
483 isIndex =FALSE;
487 isIndex =FALSE;
494 isIndex = TRUE;
497 isIndex = FALSE;
504 isIndex =FALSE;
527 UBool isIndex;
542 type = getValues(result, value, isIndex);
555 if(isIndex){
746 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...]
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 

Completed in 586 milliseconds