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 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...]
  /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...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 1002 milliseconds