/third_party/icu/icu4c/source/tools/toolutil/ |
D | ppucd.cpp | 49 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()
|
D | ppucd.h | 47 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
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
D | ppucd.cpp | 57 memset(intProps, 0, sizeof(intProps)); in UniProps() 261 cpProps.intProps[blkIndex]=blockProps.intProps[blkIndex]; in getProps() 299 if(newValues.contains(prop) && cpProps.intProps[index]==blockProps.intProps[index]) { in getProps() 397 props.intProps[prop-UCHAR_INT_START]=value; in parseProperty()
|
D | ppucd.h | 47 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
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/toolutil/ |
D | ppucd.cpp | 49 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()
|
D | ppucd.h | 47 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
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
D | ppucd.cpp | 49 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()
|
D | ppucd.h | 47 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
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | uprops.cpp | 448 static const IntProperty intProps[UCHAR_INT_LIMIT-UCHAR_INT_START]={ variable 496 const IntProperty &prop=intProps[which-UCHAR_INT_START]; in u_getIntPropertyValue() 516 const IntProperty &prop=intProps[which-UCHAR_INT_START]; in u_getIntPropertyMaxValue() 536 const IntProperty &prop=intProps[which-UCHAR_INT_START]; in uprops_getSource()
|
/third_party/icu/icu4c/source/common/ |
D | uprops.cpp | 575 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()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | uprops.cpp | 575 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()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | UCharacterProperty.java | 652 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()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | UCharacterProperty.java | 653 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()
|
/third_party/node/deps/icu-small/source/common/ |
D | uprops.cpp | 608 static const IntProperty intProps[UCHAR_INT_LIMIT-UCHAR_INT_START]={ variable 656 const IntProperty &prop=intProps[which-UCHAR_INT_START]; in u_getIntPropertyValue() 676 const IntProperty &prop=intProps[which-UCHAR_INT_START]; in u_getIntPropertyMaxValue() 696 const IntProperty &prop=intProps[which-UCHAR_INT_START]; in uprops_getSource()
|
/third_party/flutter/skia/third_party/externals/icu/source/data/unidata/ |
D | changes.txt | 135 - uprops.cpp: add lines to intProps[], include max values 159 + add a new IntProperty object to the intProps[] array
|
/third_party/icu/icu4c/source/data/unidata/ |
D | changes.txt | 1056 - uprops.cpp: add lines to intProps[], include max values 1080 + add a new IntProperty object to the intProps[] array
|
/third_party/skia/third_party/externals/icu/source/data/unidata/ |
D | changes.txt | 1056 - uprops.cpp: add lines to intProps[], include max values 1080 + add a new IntProperty object to the intProps[] array
|