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

  /external/icu/icu4c/source/tools/toolutil/
ppucd.h 45 int32_t getIntProp(int32_t prop) const { return intProps[prop-UCHAR_INT_START]; }
49 int32_t intProps[UCHAR_INT_LIMIT-UCHAR_INT_START];
  /external/icu/icu4c/source/common/
uprops.cpp 419 static const IntProperty intProps[UCHAR_INT_LIMIT-UCHAR_INT_START]={
464 const IntProperty &prop=intProps[which-UCHAR_INT_START];
484 const IntProperty &prop=intProps[which-UCHAR_INT_START];
504 const IntProperty &prop=intProps[which-UCHAR_INT_START];
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UCharacterProperty.java 484 IntProperty intProps[]={
576 return intProps[which-UProperty.INT_START].getValue(c);
589 return intProps[which-UProperty.INT_START].getMaxValue(which);
602 return intProps[which-UProperty.INT_START].getSource();
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 114 milliseconds