HomeSort by relevance Sort by last modified time
    Searched defs:ce (Results 126 - 150 of 309) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
StringSearch.java 28 // ICU4C implementation initializes pattern.CE and pattern.PCE. It looks like
29 // CE is no longer used, except in a few places checking CELength. It looks like this
629 // if the ce is a variable, we mask and get only the primary values
697 * Initializing the ce table for a pattern.
704 // TODO: We probably do not need Pattern CE table.
720 int ce; local
722 while ((ce = coleiter.next()) != CollationElementIterator.NULLORDER) {
723 int newce = getCE(ce);
730 result += (coleiter.getMaxExpansion(ce) - 1);
769 // ** whether a CE is signed or unsigned. For example, look at routine above this one.
1739 int ce = cei_.next(); local
1779 int ce; local
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationAPITest.java 615 int ce = col5iter.next(); local
617 if (ce2 != ce) {
620 if (ce == CollationElementIterator.NULLORDER) {
763 public void setVariableTop(int ce)
    [all...]
CollationTest.java 283 long ce = ces[0]; local
285 if (ce != expected) {
286 errln("CE(U+fffe)=0x" + Utility.hex(ce) + " != 02..");
289 ce = ces[1];
291 if (ce != expected) {
292 errln("CE(U+ffff)=0x" + Utility.hex(ce) + " != max..");
334 long ce = ci.nextCE(); local
336 if (ce == Collation.NO_CE || ce2 != Collation.NO_CE)
1011 long ce = ces[i]; local
    [all...]
CollationMiscTest.java 185 * Note: With a "SPACE first primary" boundary CE in FractionalUCA.txt,
217 * Note: With a "SPACE first primary" boundary CE in FractionalUCA.txt,
231 // [last regular [CE 27, 05, 05]] # U+1342E EGYPTIAN HIEROGLYPH AA032
1439 int ce; local
    [all...]
  /external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
CollationPerformanceTest.java 204 int ce; local
207 ce = CEiter.next();
208 if (ce == CollationElementIterator.NULLORDER) {
212 String outStr = Integer.toHexString(ce);
    [all...]
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/dynamics/
Body.java 901 ContactEdge ce = m_contactList; local
902 while (ce != null) {
903 ContactEdge ce0 = ce;
904 ce = ce.next;
1026 ContactEdge ce = m_contactList; local
1027 while (ce != null) {
1028 ContactEdge ce0 = ce;
1029 ce = ce.next
    [all...]
World.java 389 ContactEdge ce = body.m_contactList; local
390 while (ce != null) {
391 ContactEdge ce0 = ce;
392 ce = ce.next;
    [all...]
  /external/valgrind/VEX/priv/
ir_defs.c 95 void ppIRCallee ( const IRCallee* ce )
97 vex_printf("%s", ce->name);
98 if (ce->regparms > 0)
99 vex_printf("[rp=%d]", ce->regparms);
100 if (ce->mcx_mask > 0)
101 vex_printf("[mcx=0x%x]", ce->mcx_mask);
102 vex_printf("{%p}", (void*)ce->addr);
1759 IRCallee* ce = LibVEX_Alloc_inline(sizeof(IRCallee)); local
    [all...]
  /external/valgrind/callgrind/
main.c 1481 call_entry* ce; local
    [all...]
  /external/guice/extensions/persist/lib/
cglib-nodep-3.0.jar 
  /prebuilts/devtools/tools/lib/
cglib-nodep-3.1.jar 
  /prebuilts/tools/common/cglib/
cglib-nodep-2.2.3.jar 
  /prebuilts/tools/common/m2/repository/cglib/cglib-nodep/2.1_3/
cglib-nodep-2.1_3.jar 
  /prebuilts/tools/common/m2/repository/cglib/cglib-nodep/2.2.2/
cglib-nodep-2.2.2.jar 
  /prebuilts/tools/common/m2/repository/cglib/cglib-nodep/3.1/
cglib-nodep-3.1.jar 
  /external/icu/icu4c/source/test/cintltst/
capitst.c 531 uint32_t ce = ucol_next(iter1, &status); local
537 if (ce2 != ce) {
540 if (ce == UCOL_NULLORDER) {
    [all...]
  /external/opencv/cvaux/include/
cvaux.h 322 int* ce; member in struct:CvCliqueFinder
    [all...]
  /external/pcre/dist/
pcre_compile.c 1750 pcre_uchar *ce, *cs; local
    [all...]
  /external/skia/src/pathops/
SkPathOpsDebug.cpp 1256 bool ce = coinSeg->debugAddMissing(coinTe, oppSeg); local
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
debuginfo.c 2666 CFSI_m_CacheEnt* ce = &cfsi_m_cache[hash]; local
2799 CFSI_m_CacheEnt* ce; local
2841 CFSI_m_CacheEnt* ce; local
2889 CFSI_m_CacheEnt* ce; local
    [all...]
  /ndk/sources/android/support/src/stdio/
strtod.c 474 ULong *ce, *x, *xe; local
479 ce = c + ((n-1) >> kshift) + 1;
493 while(c < ce)
    [all...]
  /bionic/libc/kernel/uapi/linux/
ixjuser.h 361 IXJ_CADENCE_ELEMENT __user * ce; member in struct:__anon636
  /development/ndk/platforms/android-21/include/linux/
ixjuser.h 271 IXJ_CADENCE_ELEMENT __user *ce; member in struct:__anon1758
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationMiscTest.java 189 * Note: With a "SPACE first primary" boundary CE in FractionalUCA.txt,
221 * Note: With a "SPACE first primary" boundary CE in FractionalUCA.txt,
235 // [last regular [CE 27, 05, 05]] # U+1342E EGYPTIAN HIEROGLYPH AA032
1443 int ce; local
    [all...]
  /external/kernel-headers/original/uapi/linux/
ixjuser.h 309 * driver as the ce element of an IXJ_CADENCE structure. The elements_used
314 * indefinitely. The ce variable is a pointer to the array of IXJ_TONE
351 IXJ_CADENCE_ELEMENT __user *ce; member in struct:__anon13264

Completed in 1023 milliseconds

1 2 3 4 56 7 8 91011>>