mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-10 07:39:16 +00:00
parent
1aa229daff
commit
3d706fac42
2 changed files with 3 additions and 3 deletions
|
@ -335,7 +335,7 @@ class U_I18N_API MeasureUnit: public UObject {
|
|||
|
||||
#ifndef U_HIDE_DRAFT_API
|
||||
/**
|
||||
* Get the CLDR Unit Identifier for this MeasureUnit, as defined in UTS 35.
|
||||
* Get CLDR Unit Identifier for this MeasureUnit, as defined in UTS 35.
|
||||
*
|
||||
* @return The string form of this unit, owned by this MeasureUnit.
|
||||
* @draft ICU 67
|
||||
|
|
|
@ -342,7 +342,7 @@ public class MeasureUnit implements Serializable {
|
|||
* MeasureUnit example = MeasureUnit::forIdentifier("furlong-per-nanosecond")
|
||||
* </pre>
|
||||
*
|
||||
* @param identifier The CLDR Sequence Unit Identifier
|
||||
* @param identifier CLDR Unit Identifier
|
||||
* @throws IllegalArgumentException if the identifier is invalid.
|
||||
* @draft ICU 68
|
||||
* @provisional This API might change or be removed in a future release.
|
||||
|
@ -399,7 +399,7 @@ public class MeasureUnit implements Serializable {
|
|||
}
|
||||
|
||||
/**
|
||||
* Gets the CLDR Unit Identifier for this MeasureUnit, as defined in UTS 35.
|
||||
* Get CLDR Unit Identifier for this MeasureUnit, as defined in UTS 35.
|
||||
*
|
||||
* @return The string form of this unit.
|
||||
* @draft ICU 68
|
||||
|
|
Loading…
Add table
Reference in a new issue