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

  /external/proguard/src/proguard/classfile/editor/
ComparableConstant.java 98 int otherIndex = otherComparableConstant.thisIndex;
100 return thisIndex < otherIndex ? -1 :
101 thisIndex == otherIndex ? 0 :
  /external/icu4c/i18n/
plurrule.cpp 528 int32_t otherIndex = -1; // the value -1 will indicate we added 'other' at end
532 if (otherIndex == -1 && rc->keyword == PLURAL_KEYWORD_OTHER) {
533 otherIndex = maxIndex;
539 if (otherIndex == -1) {
559 if (otherIndex == -1) {
592 found = otherIndex == -1 ? maxIndex - 1 : otherIndex;
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 

Completed in 84 milliseconds