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

  /external/chromium_org/third_party/icu/source/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/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/chromium_org/third_party/icu/source/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/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/chromium_org/third_party/icu/source/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/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/lzma/CPP/7zip/Archive/
XzHandler.cpp 353 Bool isIndex;
355 res2 = XzBlock_ReadHeader(&block, &inStreamWrap.p, &isIndex, &headerSizeRes);
356 if (res2 == SZ_OK && !isIndex)
  /external/chromium_org/third_party/sqlite/src/src/
vdbeInt.h 57 Bool isIndex; /* True if an index containing keys only - no data */
  /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/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /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 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 695 milliseconds