Searched defs:US_INV (Results 1 - 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Danytrans.cpp289 UnicodeString sourceName(uscript_getName(source), -1, US_INV); local
339 name.extract(0, nameLen, buf, (int32_t)sizeof(buf), US_INV);
H A Dtranslit.cpp764 ID.extract(0, (int32_t)(sizeof(key)-length), key+length, (int32_t)(sizeof(key)-length), US_INV);
803 s.extract(0, sizeof(key)-length-1, key+length, (int32_t)sizeof(key)-length-1, US_INV);
1514 UnicodeString id(ures_getKey(colBund), -1, US_INV); local
/external/icu/icu4c/source/common/unicode/
H A Dunistr.h98 #define US_INV icu::UnicodeString::kInvariant macro
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
[all...]

Completed in 147 milliseconds