Home
last modified time | relevance | path

Searched refs:intProps (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4c/source/tools/toolutil/
Dppucd.cpp49 memset(intProps, 0, sizeof(intProps)); in UniProps()
254 cpProps.intProps[blkIndex]=blockProps.intProps[blkIndex]; in getProps()
292 if(newValues.contains(prop) && cpProps.intProps[index]==blockProps.intProps[index]) { in getProps()
390 props.intProps[prop-UCHAR_INT_START]=value; in parseProperty()
Dppucd.h47 int32_t getIntProp(int32_t prop) const { return intProps[prop-UCHAR_INT_START]; } in getIntProp()
51 int32_t intProps[UCHAR_INT_LIMIT-UCHAR_INT_START]; member
/external/icu/icu4c/source/common/
Duprops.cpp575 static const IntProperty intProps[UCHAR_INT_LIMIT-UCHAR_INT_START]={ variable
623 const IntProperty &prop=intProps[which-UCHAR_INT_START]; in u_getIntPropertyValue()
643 const IntProperty &prop=intProps[which-UCHAR_INT_START]; in u_getIntPropertyMaxValue()
663 const IntProperty &prop=intProps[which-UCHAR_INT_START]; in uprops_getSource()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUCharacterProperty.java653 IntProperty intProps[]={ field in UCharacterProperty
797 return intProps[which-UProperty.INT_START].getValue(c); in getIntPropertyValue()
810 return intProps[which-UProperty.INT_START].getMaxValue(which); in getIntPropertyMaxValue()
823 return intProps[which-UProperty.INT_START].getSource(); in getSource()
1427 if(intProps.length!=(UProperty.INT_LIMIT-UProperty.INT_START)) { in UCharacterProperty()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUCharacterProperty.java652 IntProperty intProps[]={ field in UCharacterProperty
796 return intProps[which-UProperty.INT_START].getValue(c); in getIntPropertyValue()
809 return intProps[which-UProperty.INT_START].getMaxValue(which); in getIntPropertyMaxValue()
822 return intProps[which-UProperty.INT_START].getSource(); in getSource()
1426 if(intProps.length!=(UProperty.INT_LIMIT-UProperty.INT_START)) { in UCharacterProperty()
/external/icu/icu4c/source/data/unidata/
Dchanges.txt1056 - uprops.cpp: add lines to intProps[], include max values
1080 + add a new IntProperty object to the intProps[] array
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...