OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mColl
(Results
1 - 2
of
2
) sorted by null
/libcore/luni/src/test/java/libcore/java/text/
CollatorTest.java
47
Collator
mColl
= Collator.getInstance();
48
mColl
.setStrength(Collator.PRIMARY);
49
mColl
.getCollationKey("2d294f2d3739433565147655394f3762f3147312d3731641452f310");
62
Collator
mColl
= Collator.getInstance();
63
mColl
.setStrength(Collator.PRIMARY);
65
byte [] arr =
mColl
.getCollationKey(sixteen).toByteArray();
71
arr =
mColl
.getCollationKey(sixteen).toByteArray();
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/util/
CollisionShapeFactory.java
214
MeshCollisionShape
mColl
= new MeshCollisionShape(mesh);
215
mColl
.setScale(trans.getScale());
216
return
mColl
;
Completed in 114 milliseconds