Home | History | Annotate | Download | only in unicode

Lines Matching defs:US_INV

98 #define US_INV icu::UnicodeString::kInvariant
124 # define UNICODE_STRING(cs, _length) icu::UnicodeString(cs, _length, US_INV)
255 * Use the macro US_INV instead of the full qualification for this value.
257 * @see US_INV
1489 * Use US_INV as the last, signature-distinguishing parameter.
1502 * @param inv Signature-distinguishing paramater, use US_INV.
2970 * the constructor that takes a US_INV (for its enum EInvariant).
3072 * Use the macro US_INV as the third, signature-distinguishing parameter.
3077 * UnicodeString ustr(s, -1, US_INV);
3084 * @param inv Signature-distinguishing paramater, use US_INV.
3086 * @see US_INV