mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-2087 change @draft 2.0 to @stable
X-SVN-Rev: 10459
This commit is contained in:
parent
f170886489
commit
bcd885f8c0
5 changed files with 22 additions and 22 deletions
|
@ -243,7 +243,7 @@ public:
|
|||
* could be a warning
|
||||
* e.g.: <TT>U_USING_FALLBACK_WARNING</TT>,<TT>U_USING_DEFAULT_WARNING </TT>
|
||||
* @return an unsigned integer value
|
||||
* @draft ICU 2.0
|
||||
* @stable
|
||||
*/
|
||||
uint32_t
|
||||
getUInt(UErrorCode& status) const;
|
||||
|
@ -257,7 +257,7 @@ public:
|
|||
* could be a warning
|
||||
* e.g.: <TT>U_USING_FALLBACK_WARNING</TT>,<TT>U_USING_DEFAULT_WARNING </TT>
|
||||
* @return a signed integer value
|
||||
* @draft ICU 2.0
|
||||
* @stable
|
||||
*/
|
||||
int32_t
|
||||
getInt(UErrorCode& status) const;
|
||||
|
|
|
@ -200,7 +200,7 @@ ures_open(const char* path,
|
|||
* @param status fills in the outgoing error code. Either U_ZERO_ERROR or U_MISSING_RESOURCE_ERROR
|
||||
* @return a newly allocated resource bundle or NULL if it doesn't exist.
|
||||
* @see ures_close
|
||||
* @draft ICU 2.0
|
||||
* @stable
|
||||
*/
|
||||
U_CAPI UResourceBundle* U_EXPORT2
|
||||
ures_openDirect(const char* path,
|
||||
|
@ -402,7 +402,7 @@ ures_getBinary(const UResourceBundle* resourceBundle,
|
|||
* @see ures_getString
|
||||
* @see ures_getInt
|
||||
* @see ures_getUInt
|
||||
* @draft ICU 2.0
|
||||
* @stable
|
||||
*/
|
||||
U_CAPI const int32_t* U_EXPORT2
|
||||
ures_getIntVector(const UResourceBundle* resourceBundle,
|
||||
|
@ -423,7 +423,7 @@ ures_getIntVector(const UResourceBundle* resourceBundle,
|
|||
* @see ures_getIntVector
|
||||
* @see ures_getBinary
|
||||
* @see ures_getString
|
||||
* @draft ICU 2.0
|
||||
* @stable
|
||||
*/
|
||||
U_CAPI uint32_t U_EXPORT2
|
||||
ures_getUInt(const UResourceBundle* resourceBundle,
|
||||
|
@ -443,7 +443,7 @@ ures_getUInt(const UResourceBundle* resourceBundle,
|
|||
* @see ures_getIntVector
|
||||
* @see ures_getBinary
|
||||
* @see ures_getString
|
||||
* @draft ICU 2.0
|
||||
* @stable
|
||||
*/
|
||||
U_CAPI int32_t U_EXPORT2
|
||||
ures_getInt(const UResourceBundle* resourceBundle,
|
||||
|
@ -627,7 +627,7 @@ U_NAMESPACE_BEGIN
|
|||
* could be a non-failing error
|
||||
* e.g.: <TT>U_USING_FALLBACK_ERROR</TT>,<TT>U_USING_DEFAULT_ERROR </TT>
|
||||
* @return an UnicodeString object. If there is an error, string is bogus
|
||||
* @draft ICU 2.0
|
||||
* @stable
|
||||
*/
|
||||
inline UnicodeString
|
||||
ures_getUnicodeString(const UResourceBundle *resB,
|
||||
|
@ -646,7 +646,7 @@ ures_getUnicodeString(const UResourceBundle *resB,
|
|||
* @param key fill in for key associated with this string
|
||||
* @param status fills in the outgoing error code
|
||||
* @return an UnicodeString object.
|
||||
* @draft ICU 2.0
|
||||
* @stable
|
||||
*/
|
||||
inline UnicodeString
|
||||
ures_getNextUnicodeString(UResourceBundle *resB,
|
||||
|
@ -665,7 +665,7 @@ ures_getNextUnicodeString(UResourceBundle *resB,
|
|||
* @param index an index to the wanted string.
|
||||
* @param status fills in the outgoing error code
|
||||
* @return an UnicodeString object. If there is an error, string is bogus
|
||||
* @draft ICU 2.0
|
||||
* @stable
|
||||
*/
|
||||
inline UnicodeString
|
||||
ures_getUnicodeStringByIndex(const UResourceBundle *resB,
|
||||
|
@ -685,7 +685,7 @@ ures_getUnicodeStringByIndex(const UResourceBundle *resB,
|
|||
* @param key a key associated with the wanted string
|
||||
* @param status fills in the outgoing error code
|
||||
* @return an UnicodeString object. If there is an error, string is bogus
|
||||
* @draft ICU 2.0
|
||||
* @stable
|
||||
*/
|
||||
inline UnicodeString
|
||||
ures_getUnicodeStringByKey(const UResourceBundle *resB,
|
||||
|
|
|
@ -578,7 +578,7 @@ public:
|
|||
* U_CE_NOT_FOUND_ERROR if more than one character was passed and there is no such a contraction<br>
|
||||
* U_PRIMARY_TOO_LONG_ERROR if the primary for the variable top has more than two bytes
|
||||
* @return a 32 bit value containing the value of the variable top in upper 16 bits. Lower 16 bits are undefined
|
||||
* @draft ICU 2.0
|
||||
* @stable
|
||||
*/
|
||||
virtual uint32_t setVariableTop(const UChar *varTop, int32_t len, UErrorCode &status) = 0;
|
||||
|
||||
|
@ -589,7 +589,7 @@ public:
|
|||
* U_CE_NOT_FOUND_ERROR if more than one character was passed and there is no such a contraction<br>
|
||||
* U_PRIMARY_TOO_LONG_ERROR if the primary for the variable top has more than two bytes
|
||||
* @return a 32 bit value containing the value of the variable top in upper 16 bits. Lower 16 bits are undefined
|
||||
* @draft ICU 2.0
|
||||
* @stable
|
||||
*/
|
||||
virtual uint32_t setVariableTop(const UnicodeString varTop, UErrorCode &status) = 0;
|
||||
|
||||
|
@ -598,7 +598,7 @@ public:
|
|||
* Lower 16 bits are ignored.
|
||||
* @param varTop CE value, as returned by setVariableTop or ucol)getVariableTop
|
||||
* @param status error code (not changed by function)
|
||||
* @draft ICU 2.0
|
||||
* @stable
|
||||
*/
|
||||
virtual void setVariableTop(const uint32_t varTop, UErrorCode &status) = 0;
|
||||
|
||||
|
@ -606,7 +606,7 @@ public:
|
|||
* Gets the variable top value of a Collator.
|
||||
* Lower 16 bits are undefined and should be ignored.
|
||||
* @param status error code (not changed by function). If error code is set, the return value is undefined.
|
||||
* @draft ICU 2.0
|
||||
* @stable
|
||||
*/
|
||||
virtual uint32_t getVariableTop(UErrorCode &status) const = 0;
|
||||
|
||||
|
|
|
@ -463,7 +463,7 @@ public:
|
|||
* U_CE_NOT_FOUND_ERROR if more than one character was passed and there is no such a contraction<br>
|
||||
* U_PRIMARY_TOO_LONG_ERROR if the primary for the variable top has more than two bytes
|
||||
* @return a 32 bit value containing the value of the variable top in upper 16 bits. Lower 16 bits are undefined
|
||||
* @draft ICU 2.0
|
||||
* @stable
|
||||
*/
|
||||
virtual uint32_t setVariableTop(const UChar *varTop, int32_t len, UErrorCode &status);
|
||||
|
||||
|
@ -474,7 +474,7 @@ public:
|
|||
* U_CE_NOT_FOUND_ERROR if more than one character was passed and there is no such a contraction<br>
|
||||
* U_PRIMARY_TOO_LONG_ERROR if the primary for the variable top has more than two bytes
|
||||
* @return a 32 bit value containing the value of the variable top in upper 16 bits. Lower 16 bits are undefined
|
||||
* @draft ICU 2.0
|
||||
* @stable
|
||||
*/
|
||||
virtual uint32_t setVariableTop(const UnicodeString varTop, UErrorCode &status);
|
||||
|
||||
|
@ -483,7 +483,7 @@ public:
|
|||
* Lower 16 bits are ignored.
|
||||
* @param varTop CE value, as returned by setVariableTop or ucol)getVariableTop
|
||||
* @param status error code (not changed by function)
|
||||
* @draft ICU 2.0
|
||||
* @stable
|
||||
*/
|
||||
virtual void setVariableTop(const uint32_t varTop, UErrorCode &status);
|
||||
|
||||
|
@ -491,7 +491,7 @@ public:
|
|||
* Gets the variable top value of a Collator.
|
||||
* Lower 16 bits are undefined and should be ignored.
|
||||
* @param status error code (not changed by function). If error code is set, the return value is undefined.
|
||||
* @draft ICU 2.0
|
||||
* @stable
|
||||
*/
|
||||
virtual uint32_t getVariableTop(UErrorCode &status) const;
|
||||
|
||||
|
|
|
@ -561,7 +561,7 @@ ucol_getVersion(const UCollator* coll, UVersionInfo info);
|
|||
* @param destCapacity size of the buffer for the result
|
||||
* @return size of the result. If the buffer is big enough size is always
|
||||
* src1Length+src2Length-1
|
||||
* @draft ICU 2.0
|
||||
* @stable
|
||||
*/
|
||||
U_CAPI int32_t U_EXPORT2
|
||||
ucol_mergeSortkeys(const uint8_t *src1, int32_t src1Length,
|
||||
|
@ -613,7 +613,7 @@ ucol_getAttribute(const UCollator *coll, UColAttribute attr, UErrorCode *status)
|
|||
* Lower 16 bits are undefined
|
||||
* @see ucol_getVariableTop
|
||||
* @see ucol_restoreVariableTop
|
||||
* @draft ICU 2.0
|
||||
* @stable
|
||||
*/
|
||||
U_CAPI uint32_t U_EXPORT2
|
||||
ucol_setVariableTop(UCollator *coll,
|
||||
|
@ -629,7 +629,7 @@ ucol_setVariableTop(UCollator *coll,
|
|||
* @return the variable top value of a Collator.
|
||||
* @see ucol_setVariableTop
|
||||
* @see ucol_restoreVariableTop
|
||||
* @draft ICU 2.0
|
||||
* @stable
|
||||
*/
|
||||
U_CAPI uint32_t U_EXPORT2 ucol_getVariableTop(const UCollator *coll, UErrorCode *status);
|
||||
|
||||
|
@ -642,7 +642,7 @@ U_CAPI uint32_t U_EXPORT2 ucol_getVariableTop(const UCollator *coll, UErrorCode
|
|||
* @param status error code (not changed by function)
|
||||
* @see ucol_getVariableTop
|
||||
* @see ucol_setVariableTop
|
||||
* @draft ICU 2.0
|
||||
* @stable
|
||||
*/
|
||||
U_CAPI void U_EXPORT2
|
||||
ucol_restoreVariableTop(UCollator *coll, const uint32_t varTop, UErrorCode *status);
|
||||
|
|
Loading…
Add table
Reference in a new issue