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

  /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 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/icu/icu4c/source/i18n/
anytrans.cpp 287 UnicodeString sourceName(uscript_getName(source), -1, US_INV);
337 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 95 #define US_INV icu::UnicodeString::kInvariant
121 # define UNICODE_STRING(cs, _length) icu::UnicodeString(cs, _length, US_INV)
252 * Use the macro US_INV instead of the full qualification for this value.
254 * @see US_INV
    [all...]
  /external/icu/icu4c/source/common/unicode/
unistr.h 95 #define US_INV icu::UnicodeString::kInvariant
121 # define UNICODE_STRING(cs, _length) icu::UnicodeString(cs, _length, US_INV)
252 * Use the macro US_INV instead of the full qualification for this value.
254 * @see US_INV
    [all...]

Completed in 148 milliseconds