Searched refs:intProps (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dppucd.h45 int32_t getIntProp(int32_t prop) const { return intProps[prop-UCHAR_INT_START]; }
49 int32_t intProps[UCHAR_INT_LIMIT-UCHAR_INT_START]; member in struct:UniProps
H A Dppucd.cpp49 memset(intProps, 0, sizeof(intProps));
351 props.intProps[prop-UCHAR_INT_START]=value;
/external/icu/icu4c/source/tools/toolutil/
H A Dppucd.h45 int32_t getIntProp(int32_t prop) const { return intProps[prop-UCHAR_INT_START]; }
49 int32_t intProps[UCHAR_INT_LIMIT-UCHAR_INT_START]; member in struct:UniProps
H A Dppucd.cpp49 memset(intProps, 0, sizeof(intProps));
351 props.intProps[prop-UCHAR_INT_START]=value;
/external/chromium_org/third_party/icu/source/common/
H A Duprops.cpp422 static const IntProperty intProps[UCHAR_INT_LIMIT-UCHAR_INT_START]={ variable
467 const IntProperty &prop=intProps[which-UCHAR_INT_START];
487 const IntProperty &prop=intProps[which-UCHAR_INT_START];
507 const IntProperty &prop=intProps[which-UCHAR_INT_START];
/external/icu/icu4c/source/common/
H A Duprops.cpp422 static const IntProperty intProps[UCHAR_INT_LIMIT-UCHAR_INT_START]={ variable
467 const IntProperty &prop=intProps[which-UCHAR_INT_START];
487 const IntProperty &prop=intProps[which-UCHAR_INT_START];
507 const IntProperty &prop=intProps[which-UCHAR_INT_START];

Completed in 271 milliseconds