Home
last modified time | relevance | path

Searched refs:partType (Results 1 – 3 of 3) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DMessagePatternUtil.java474 MessagePattern.Part.Type partType = part.getType(); in buildMessageNode() local
475 if (partType == MessagePattern.Part.Type.ARG_START) { in buildMessageNode()
480 } else if (partType == MessagePattern.Part.Type.REPLACE_NUMBER) { in buildMessageNode()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DMessagePatternUtil.java446 MessagePattern.Part.Type partType = part.getType(); in buildMessageNode() local
447 if (partType == MessagePattern.Part.Type.ARG_START) { in buildMessageNode()
452 } else if (partType == MessagePattern.Part.Type.REPLACE_NUMBER) { in buildMessageNode()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
DnvEncodeAPI.h1317 …int32_t partType : 2; /**< [in]: Specifies the block partition type.… member