HomeSort by relevance Sort by last modified time
    Searched full:other_index (Results 1 - 15 of 15) sorted by null

  /external/icu/android_icu4j/src/main/java/android/icu/text/
QuantityFormatter.java 52 return templates[StandardPlural.OTHER_INDEX] != null;
68 formatter = templates[StandardPlural.OTHER_INDEX];
83 return (template == null && idx != StandardPlural.OTHER_INDEX) ?
84 templates[StandardPlural.OTHER_INDEX] : template;
MeasureFormat.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
QuantityFormatter.java 51 return templates[StandardPlural.OTHER_INDEX] != null;
67 formatter = templates[StandardPlural.OTHER_INDEX];
82 return (template == null && idx != StandardPlural.OTHER_INDEX) ?
83 templates[StandardPlural.OTHER_INDEX] : template;
MeasureFormat.java     [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
StandardPlural.java 30 public static final int OTHER_INDEX = OTHER.ordinal();
124 * @return the index of the plural form corresponding to the keyword, or OTHER_INDEX
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
StandardPlural.java 28 public static final int OTHER_INDEX = OTHER.ordinal();
122 * @return the index of the plural form corresponding to the keyword, or OTHER_INDEX
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-param-util.h 222 const int other_index = local
224 return index_ == other_index;
  /external/gtest/include/gtest/internal/
gtest-param-util.h 222 const int other_index = local
224 return index_ == other_index;
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-param-util.h 222 const int other_index = local
224 return index_ == other_index;
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-param-util.h 222 const int other_index = local
224 return index_ == other_index;
  /external/protobuf/gtest/include/gtest/internal/
gtest-param-util.h 221 const int other_index = local
223 return index_ == other_index;
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-param-util.h 222 const int other_index = local
224 return index_ == other_index;
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-param-util.h 222 const int other_index = local
224 return index_ == other_index;
  /art/compiler/optimizing/
bounds_check_elimination.cc 1223 HInstruction* other_index = other_bounds_check->InputAt(0); local
1253 HInstruction* other_index = other_bounds_check->InputAt(0); local
    [all...]
  /external/protobuf/gtest/fused-src/gtest/
gtest.h 8718 const int other_index = local
    [all...]

Completed in 1339 milliseconds