Home
last modified time | relevance | path

Searched refs:foundKey (Results 1 – 4 of 4) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DKeyIterator.java102 boolean foundKey = false; in acceptNode()
123 foundKey = true; in acceptNode()
144 if (!foundKey) in acceptNode()
/external/webkit/Source/WebCore/storage/
DIDBLevelDBBackingStore.cpp338 static const char* decodeIDBKey(const char* p, const char* limit, RefPtr<IDBKey>& foundKey) in decodeIDBKey() argument
351 foundKey = IDBKey::createNull(); in decodeIDBKey()
358 foundKey = IDBKey::createString(s); in decodeIDBKey()
365 foundKey = IDBKey::createDate(d); in decodeIDBKey()
372 foundKey = IDBKey::createNumber(d); in decodeIDBKey()
2051 …ol findGreatestKeyLessThan(LevelDBDatabase* db, const Vector<char>& target, Vector<char>& foundKey) in findGreatestKeyLessThan() argument
2068 foundKey.clear(); in findGreatestKeyLessThan()
2069 foundKey.append(it->key().begin(), it->key().end() - it->key().begin()); in findGreatestKeyLessThan()
2458 …ol findLastIndexKeyEqualTo(LevelDBDatabase* db, const Vector<char>& target, Vector<char>& foundKey) in findLastIndexKeyEqualTo() argument
2467 foundKey.clear(); in findLastIndexKeyEqualTo()
[all …]
DIDBSQLiteBackingStore.cpp673 RefPtr<IDBKey> foundKey = keyFromQuery(query, 0); in getPrimaryKeyViaIndex() local
675 return foundKey.release(); in getPrimaryKeyViaIndex()
/external/icu4c/i18n/
Duspoof_impl.cpp164 goto foundKey; in confusableLookup()
171 goto foundKey; in confusableLookup()
182 foundKey: in confusableLookup()