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

  /frameworks/base/core/java/android/util/
IntProperty.java 31 public abstract class IntProperty<T> extends Property<T, Integer> {
33 public IntProperty(String name) {
  /external/icu4c/common/
uprops.cpp 291 struct IntProperty;
293 typedef int32_t IntPropertyGetValue(const IntProperty &prop, UChar32 c, UProperty which);
294 typedef int32_t IntPropertyGetMaxValue(const IntProperty &prop, UProperty which);
296 struct IntProperty {
304 static int32_t defaultGetValue(const IntProperty &prop, UChar32 c, UProperty /*which*/) {
309 static int32_t defaultGetMaxValue(const IntProperty &prop, UProperty /*which*/) {
313 static int32_t getMaxValueFromShift(const IntProperty &prop, UProperty /*which*/) {
317 static int32_t getBiDiClass(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
321 static int32_t biDiGetMaxValue(const IntProperty &/*prop*/, UProperty which) {
326 static int32_t getCombiningClass(const IntProperty &, UChar32, UProperty)
    [all...]

Completed in 70 milliseconds