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

/external/chromium/chrome/common/
H A Dtime_format.cc199 icu::UnicodeString fallback_rules("one: n is 1", -1, US_INV);
246 icu::UnicodeString suffix(GetFallbackFormatSuffix(format_type), -1, US_INV); local
/external/icu4c/i18n/
H A Danytrans.cpp281 UnicodeString sourceName(uscript_getName(source), -1, US_INV); local
318 name.extract(0, nameLen, buf, (int32_t)sizeof(buf), US_INV);
H A Dtranslit.cpp762 ID.extract(0, (int32_t)(sizeof(key)-length), key+length, (int32_t)(sizeof(key)-length), US_INV);
801 s.extract(0, sizeof(key)-length-1, key+length, (int32_t)sizeof(key)-length-1, US_INV);
1511 UnicodeString id(ures_getKey(colBund), -1, US_INV); local
/external/icu4c/common/unicode/
H A Dunistr.h96 #define US_INV icu::UnicodeString::kInvariant macro
122 # define UNICODE_STRING(cs, _length) icu::UnicodeString(cs, _length, US_INV)
253 * Use the macro US_INV instead of the full qualification for this value.
255 * @see US_INV
1487 * Use US_INV as the last, signature-distinguishing parameter.
1500 * @param inv Signature-distinguishing paramater, use US_INV.
2968 * the constructor that takes a US_INV (for its enum EInvariant).
3070 * Use the macro US_INV as the third, signature-distinguishing parameter.
3075 * UnicodeString ustr(s, -1, US_INV);
3082 * @param inv Signature-distinguishing paramater, use US_INV
[all...]

Completed in 106 milliseconds