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 317 struct IntProperty;
319 typedef int32_t IntPropertyGetValue(const IntProperty &prop, UChar32 c, UProperty which);
320 typedef int32_t IntPropertyGetMaxValue(const IntProperty &prop, UProperty which);
322 struct IntProperty {
330 static int32_t defaultGetValue(const IntProperty &prop, UChar32 c, UProperty /*which*/) {
335 static int32_t defaultGetMaxValue(const IntProperty &prop, UProperty /*which*/) {
339 static int32_t getMaxValueFromShift(const IntProperty &prop, UProperty /*which*/) {
343 static int32_t getBiDiClass(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
347 static int32_t biDiGetMaxValue(const IntProperty &/*prop*/, UProperty which) {
352 static int32_t getCombiningClass(const IntProperty &, UChar32, UProperty)
    [all...]

Completed in 54 milliseconds