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

  /external/icu/icu4c/source/i18n/
anytrans.cpp 289 UnicodeString sourceName(uscript_getName(source), -1, US_INV);
339 name.extract(0, nameLen, buf, (int32_t)sizeof(buf), US_INV);
translit.cpp 764 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);
    [all...]
  /external/icu/icu4c/source/common/unicode/
unistr.h 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
    [all...]

Completed in 208 milliseconds