HomeSort by relevance Sort by last modified time
    Searched defs:US_INV (Results 1 - 4 of 4) sorted by null

  /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/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/icu4c/common/unicode/
unistr.h 96 #define US_INV icu::UnicodeString::kInvariant
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
    [all...]

Completed in 77 milliseconds