HomeSort by relevance Sort by last modified time
    Searched defs:ce0 (Results 1 - 14 of 14) sorted by null

  /external/icu/icu4c/source/i18n/
collationfastlatinbuilder.h 69 int64_t ce0, ce1; member in class:CollationFastLatinBuilder
collationdatabuilder.cpp 673 int64_t ce0 = ces[0]; local
675 uint32_t p0 = (uint32_t)(ce0 >> 32);
676 if((ce0 & INT64_C(0xffffffffff00ff)) == Collation::COMMON_SECONDARY_CE &&
682 (((uint32_t)ce0 & 0xff00u) << 8) |
    [all...]
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/
b2Body.cpp 148 b2ContactEdge* ce0 = ce; local
150 m_world->m_contactManager.Destroy(ce0->contact);
491 b2ContactEdge* ce0 = ce; local
493 m_world->m_contactManager.Destroy(ce0->contact);
b2World.cpp 162 b2ContactEdge* ce0 = ce; local
164 m_contactManager.Destroy(ce0->contact);
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationFastLatinBuilder.java 66 ce0 = 0;
209 charCEs[i][0] = ce0;
211 addUniqueCE(ce0);
215 charCEs[i][0] = ce0 = Collation.NO_CE;
218 if(c == 0 && !isContractionCharCE(ce0)) {
222 addContractionEntry(CollationFastLatin.CONTR_CHAR_MASK, ce0, ce1);
235 ce0 = Collation.ceFromCE32(ce32);
239 ce0 = Collation.latinCE0FromCE32(ce32);
246 ce0 = Collation.ceFromCE32(data.ce32s[index]);
259 ce0 = data.ces[index]
682 private long ce0, ce1; field in class:CollationFastLatinBuilder
    [all...]
CollationDataBuilder.java 144 long ce0 = ces[0]; local
146 long p0 = ce0 >>> 32;
147 if((ce0 & 0xffffffffff00ffL) == Collation.COMMON_SECONDARY_CE &&
153 (((int)ce0 & 0xff00) << 8) |
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationFastLatinBuilder.java 65 ce0 = 0;
208 charCEs[i][0] = ce0;
210 addUniqueCE(ce0);
214 charCEs[i][0] = ce0 = Collation.NO_CE;
217 if(c == 0 && !isContractionCharCE(ce0)) {
221 addContractionEntry(CollationFastLatin.CONTR_CHAR_MASK, ce0, ce1);
234 ce0 = Collation.ceFromCE32(ce32);
238 ce0 = Collation.latinCE0FromCE32(ce32);
245 ce0 = Collation.ceFromCE32(data.ce32s[index]);
258 ce0 = data.ces[index]
681 private long ce0, ce1; field in class:CollationFastLatinBuilder
    [all...]
CollationDataBuilder.java 143 long ce0 = ces[0]; local
145 long p0 = ce0 >>> 32;
146 if((ce0 & 0xffffffffff00ffL) == Collation.COMMON_SECONDARY_CE &&
152 (((int)ce0 & 0xff00) << 8) |
    [all...]
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/dynamics/
Body.java 903 ContactEdge ce0 = ce; local
905 m_world.m_contactManager.destroy(ce0.contact);
1028 ContactEdge ce0 = ce; local
1030 m_world.m_contactManager.destroy(ce0.contact);
    [all...]
World.java 391 ContactEdge ce0 = ce; local
393 m_contactManager.destroy(ce0.contact);
    [all...]
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 348 milliseconds