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

  /external/icu4c/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/chromium_org/third_party/icu/source/common/
uprops.cpp 444 static const IntProperty intProps[UCHAR_INT_LIMIT-UCHAR_INT_START]={
488 const IntProperty &prop=intProps[which-UCHAR_INT_START];
508 const IntProperty &prop=intProps[which-UCHAR_INT_START];
528 const IntProperty &prop=intProps[which-UCHAR_INT_START];
  /external/icu4c/common/
uprops.cpp 418 static const IntProperty intProps[UCHAR_INT_LIMIT-UCHAR_INT_START]={
462 const IntProperty &prop=intProps[which-UCHAR_INT_START];
482 const IntProperty &prop=intProps[which-UCHAR_INT_START];
502 const IntProperty &prop=intProps[which-UCHAR_INT_START];
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 189 milliseconds