HomeSort by relevance Sort by last modified time
    Searched full:fkey (Results 1 - 18 of 18) sorted by null

  /external/icu4c/tools/genrb/
reslist.c 227 keys16[i] = (uint16_t) current->fKey;
229 keys32[i] = current->fKey;
472 res->fKey = bundle_addtag(bundle, tag, status);
505 res->fKey = bundle_addtag(bundle, tag, status);
531 res->fKey = bundle_addtag(bundle, tag, status);
564 res->fKey = bundle_addtag(bundle, tag, status);
597 res->fKey = bundle_addtag(bundle, tag, status);
627 res->fKey = bundle_addtag(bundle, tag, status);
649 res->fKey = bundle_addtag(bundle, tag, status);
872 if(table->fType == URES_TABLE && res->fKey > 0xffff)
    [all...]
wrtjava.c 312 if(res->fKey > 0 && uprv_strcmp(srBundle->fKeys+res->fKey,"Rule")==0)
396 if(res->fKey > 0 && uprv_strcmp(srBundle->fKeys+res->fKey,"DateTimeElements")==0){
541 if(current->fKey > 0){
543 T_FileStream_write(out, srBundle->fKeys+current->fKey,
544 (int32_t)uprv_strlen(srBundle->fKeys+current->fKey));
reslist.h 132 int32_t fKey;
wrtxml.cpp 541 if (res->fKey >= 0 && uprv_strcmp(srBundle->fKeys + res->fKey, "") != 0) {
542 resname = srBundle->fKeys + res->fKey;
    [all...]
  /external/skia/src/gl/
SkTextureCache.h 90 const Key& getKey() const { return fKey; }
112 Key fKey;
SkTextureCache.cpp 7 : fName(0), fKey(bitmap), fPrev(NULL), fNext(NULL) {
  /development/ide/xcode/ports/
SkOSWindow_Mac.cpp 141 SkKey fKey;
164 return gKeys[i].fKey;
  /dalvik/libcore/luni/src/test/java/tests/api/java/util/
HashtableTest.java 272 assertTrue("Failed to find key", htfull.containsKey("FKey 4"));
273 assertTrue("Failed to find key", !htfull.containsKey("FKey 99"));
442 assertEquals("Could not retrieve element", "FVal 2", ((String) h.get("FKey 2"))
814 Object k = h.remove("FKey 0");
815 assertTrue("Remove failed", !h.containsKey("FKey 0") || k == null);
816 assertNull(h.remove("FKey 0"));
1018 htfull.put("FKey " + i, "FVal " + i);
  /dalvik/libcore/sql/src/test/java/tests/support/
DatabaseCreator.java 65 + " COMMENT 'field2_rem'," + " field3 DECIMAL," + " fkey INTEGER,"
66 + " PRIMARY KEY (id) FOREIGN KEY (fkey) REFERENCES "
  /external/sqlite/dist/
shell.c 753 "DELETE FROM temp.fkey WHERE from_tbl = %Q AND fkid = %d"
764 ** Create and populate temporary table "fkey".
775 "CREATE TABLE temp.fkey AS "
784 "FROM temp.fkey "
791 /* At this point the temp.fkey table is mostly populated. If any foreign
793 ** key of the parent table, the "to_col" values of the temp.fkey rows
806 "FROM temp.fkey "
817 "FROM temp.fkey "
819 "(SELECT 1 FROM temp.v_col WHERE pk AND tablename = temp.fkey.to_tbl)"
824 /* Fix all the implicit primary key mappings in the temp.fkey table. *
    [all...]
sqlite3.c     [all...]
sqlite3.c.orig     [all...]
  /external/icu4c/common/
uresbund.c     [all...]
uresimp.h 62 const char *fKey; /*tag*/
  /dalvik/libcore/sql/src/test/java/tests/java/sql/
DatabaseMetaDataTest.java 296 DatabaseCreator.TEST_TABLE1, "fkey");
368 String[] fields = {"id", "field1", "field2", "field3", "fkey"};
509 assertEquals("Incorrect primary key column name", "fkey", rs
812 assertEquals("Incorrect primary key column name", "fkey", rs
    [all...]
DatabaseMetaDataNotSupportedTest.java 497 assertEquals("Incorrect foreign key column name", "fkey", rs
    [all...]
  /external/webkit/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js 947 var fKey = code - 111;
948 if (fKey > 0 && fKey < 13) key = 'f' + fKey;
    [all...]
concat-jquery-mootools-prototype.js     [all...]

Completed in 360 milliseconds