ICU-11917 Add missing deprecated flags
X-SVN-Rev: 37975
This commit is contained in:
parent
4a0beedc03
commit
2657e9f6c6
@ -750,7 +750,9 @@ private:
|
||||
|
||||
FilteredNormalizer2*fFilteredNorm2; // owned if not NULL
|
||||
const Normalizer2 *fNorm2; // not owned; may be equal to fFilteredNorm2
|
||||
#ifndef U_HIDE_DEPRECATED_API
|
||||
UNormalizationMode fUMode;
|
||||
#endif /* U_HIDE_DEPRECATED_API */
|
||||
int32_t fOptions;
|
||||
|
||||
// The input text and our position in it
|
||||
|
@ -129,6 +129,7 @@
|
||||
* For more usage examples, see the Unicode Standard Annex.
|
||||
*/
|
||||
|
||||
#ifndef U_HIDE_DEPRECATED_API
|
||||
/**
|
||||
* Constants for normalization modes.
|
||||
* @deprecated ICU 56 Use unorm2.h instead.
|
||||
@ -152,6 +153,7 @@ typedef enum {
|
||||
/** One more than the highest normalization mode constant. @deprecated ICU 56 Use unorm2.h instead. */
|
||||
UNORM_MODE_COUNT
|
||||
} UNormalizationMode;
|
||||
#endif /* U_HIDE_DEPRECATED_API */
|
||||
|
||||
/**
|
||||
* Constants for options flags for normalization.
|
||||
|
Loading…
Reference in New Issue
Block a user