HomeSort by relevance Sort by last modified time
    Searched defs:IntProperty (Results 1 - 4 of 4) 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/chromium_org/third_party/icu/source/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 getBiDiPairedBracketType(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
325 static int32_t biDiGetMaxValue(const IntProperty &/*prop*/, UProperty which)
    [all...]
  /external/icu/icu4c/source/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 getBiDiPairedBracketType(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
325 static int32_t biDiGetMaxValue(const IntProperty &/*prop*/, UProperty which)
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 267 milliseconds