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)
302 * Use the macro US_INV instead of the full qualification for this value.
304 * @see US_INV
1537 * Use US_INV as the last, signature-distinguishing parameter.
1550 * @param inv Signature-distinguishing paramater, use US_INV.
3076 * the constructor that takes a US_INV (for its enum EInvariant).
3178 * Use the macro US_INV as the third, signature-distinguishing parameter.
3183 * UnicodeString ustr(s, -1, US_INV);
3190 * @param inv Signature-distinguishing paramater, use US_INV.
3192 * @see US_INV