Searched refs:getCacheEntry (Results 1 – 7 of 7) sorted by relevance
160 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
97 const CollationCacheEntry *getCacheEntry(UErrorCode &errorCode);
108 int insertIndex = m_manifoldPtr->getCacheEntry(newPt); in addContactPoint()
137 public int getCacheEntry(btManifoldPoint newPoint) { in getCacheEntry() method in btPersistentManifold
158 int getCacheEntry(const btManifoldPoint& newPoint) const; in ATTRIBUTE_ALIGNED128()
190 int btPersistentManifold::getCacheEntry(const btManifoldPoint& newPoint) const in getCacheEntry() function in btPersistentManifold
39983 result = (int)((btPersistentManifold const *)arg1)->getCacheEntry((btManifoldPoint const &)*arg2); in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btPersistentManifold_1getCacheEntry()