/dalvik/dx/src/com/android/dx/cf/code/ |
LocalsArraySet.java | 48 private final ArrayList<LocalsArray> secondaries; field in class:LocalsArraySet 60 secondaries = new ArrayList(); 64 * Constructs an instance with the specified primary and secondaries set. 67 * @param secondaries {@code non-null;} secondaries set, indexed by subroutine 71 ArrayList<LocalsArray> secondaries) { 75 this.secondaries = secondaries; 87 secondaries = new ArrayList(toCopy.secondaries.size()) [all...] |
/external/icu/icu4c/source/i18n/ |
collationkeys.cpp | 254 SortKeyLevel secondaries; local 359 secondaries.appendByte(SEC_COMMON_MIDDLE); 368 secondaries.appendByte(b); 371 secondaries.appendWeight16(s); 383 secondaries.appendByte(b); 387 secondaries.appendByte(SEC_COMMON_MIDDLE); 397 secondaries.appendByte((s >> 8) - 1); 399 secondaries.appendReverseWeight16(s); 603 ok &= secondaries.isOk(); 605 uint8_t *secs = secondaries.data() [all...] |
collationrootelements.h | 110 * This is the lower limit for secondaries of primary CEs. 119 * This is the upper limit for secondaries of primary CEs. 120 * This minus one is the lower limit for secondaries of secondary CEs.
|
collationbuilder.cpp | 1355 CollationWeights primaries, secondaries, tertiaries; local [all...] |
collationrootelements.cpp | 203 // Gap for secondaries of primary CEs.
|
collationdatareader.cpp | 224 // and secondary weights would collide with compressed common secondaries.
|
collationfastlatin.h | 131 static const uint32_t MIN_SEC_HIGH = MAX_SEC_AFTER + SEC_INC; // 20 high secondaries
|
collationweights.cpp | 222 // Permit upperLength<middleLength: The upper limit for secondaries is 0x10000.
|
/external/chromium_org/third_party/icu/source/i18n/ |
ucol.cpp | 4671 uint8_t *primaries = *result, *secondaries = second, *tertiaries = tert, *cases = caseB, *quads = quad; local 5309 uint8_t *primaries = *result, *secondaries = second, *tertiaries = tert; local [all...] |
ucol_bld.cpp | 814 } else if(initStrength == UCOL_SECONDARY) { /* secondaries */ [all...] |
ucol_imp.h | 755 LONG_PRIMARY_TAG = 12, /* This is a three byte primary with starting secondaries and tertiaries */ [all...] |
ucol_elm.cpp | [all...] |
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
ucol.h | [all...] |
tblcoll.h | 733 /* reseting value for secondaries and tertiaries */ [all...] |
/external/icu/icu4c/source/i18n/unicode/ |
ucol.h | [all...] |
/external/iproute2/ip/ |
ipaddress.c | 930 * start flushing secondaries that were promoted to [all...] |
/external/valgrind/main/memcheck/ |
mc_main.c | 277 // Distinguished secondaries may never be modified. 291 /* dist_sm points to one of our three distinguished secondaries. Make 369 one of the three distinguished secondaries. DO NOT CHANGE THIS [all...] |
/external/iproute2/doc/ |
ip-cref.tex | 757 is deleted, all secondaries are purged too. 759 which activate secondaries promotion when a primary is deleted. [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
capitst.c | [all...] |
/external/icu/icu4c/source/test/cintltst/ |
capitst.c | [all...] |
/prebuilts/sdk/tools/darwin/lib/ |
dx.jar | |