/external/chromium/chrome/common/ |
time_format.cc | 199 icu::UnicodeString fallback_rules("one: n is 1", -1, US_INV); 246 icu::UnicodeString suffix(GetFallbackFormatSuffix(format_type), -1, US_INV);
|
/external/chromium_org/third_party/icu/source/i18n/ |
anytrans.cpp | 281 UnicodeString sourceName(uscript_getName(source), -1, US_INV); 318 name.extract(0, nameLen, buf, (int32_t)sizeof(buf), US_INV);
|
translit.cpp | 765 ID.extract(0, (int32_t)(sizeof(key)-length), key+length, (int32_t)(sizeof(key)-length), US_INV); 804 s.extract(0, sizeof(key)-length-1, key+length, (int32_t)sizeof(key)-length-1, US_INV); [all...] |
/external/chromium_org/ui/base/l10n/ |
time_format.cc | 272 icu::UnicodeString suffix(GetFallbackFormatSuffix(format_type), -1, US_INV);
|
/external/icu4c/i18n/ |
anytrans.cpp | 281 UnicodeString sourceName(uscript_getName(source), -1, US_INV); 318 name.extract(0, nameLen, buf, (int32_t)sizeof(buf), US_INV);
|
translit.cpp | 762 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); [all...] |
/external/chromium_org/third_party/icu/source/common/unicode/ |
unistr.h | 74 #define US_INV U_NAMESPACE_QUALIFIER UnicodeString::kInvariant 100 # define UNICODE_STRING(cs, _length) U_NAMESPACE_QUALIFIER UnicodeString(cs, _length, US_INV) 194 * Use the macro US_INV instead of the full qualification for this value. 196 * @see US_INV [all...] |
/external/icu4c/common/unicode/ |
unistr.h | 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 [all...] |