Home
last modified time | relevance | path

Searched refs:getCacheEntry (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4c/source/i18n/
Ducol_res.cpp160 return loader.getCacheEntry(errorCode); in loadTailoring()
243 return getCacheEntry(errorCode); in loadFromLocale()
295 return getCacheEntry(errorCode); in loadFromBundle()
339 return getCacheEntry(errorCode); in loadFromCollations()
369 const CollationCacheEntry *entry = getCacheEntry(errorCode); in loadFromCollations()
459 CollationLoader::getCacheEntry(UErrorCode &errorCode) { in getCacheEntry() function in CollationLoader
Ducol_imp.h97 const CollationCacheEntry *getCacheEntry(UErrorCode &errorCode);
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
DbtManifoldResult.cpp108 int insertIndex = m_manifoldPtr->getCacheEntry(newPt); in addContactPoint()
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
DbtPersistentManifold.java137 public int getCacheEntry(btManifoldPoint newPoint) { in getCacheEntry() method in btPersistentManifold
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/
DbtPersistentManifold.h158 int getCacheEntry(const btManifoldPoint& newPoint) const; in ATTRIBUTE_ALIGNED128()
DbtPersistentManifold.cpp190 int btPersistentManifold::getCacheEntry(const btManifoldPoint& newPoint) const in getCacheEntry() function in btPersistentManifold
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/
Dcollision_wrap.cpp39983 result = (int)((btPersistentManifold const *)arg1)->getCacheEntry((btManifoldPoint const &)*arg2); in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btPersistentManifold_1getCacheEntry()