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

  /bionic/libc/private/
icu.h 39 typedef int32_t UChar32;
  /external/clang/test/ARCMT/
Common.h 19 typedef int32_t UChar32;
  /external/icu/icu4c/source/common/unicode/
umachine.h 288 /* UChar and UChar32 definitions -------------------------------------------- */
380 * Define UChar32 as a type for single Unicode code points.
381 * UChar32 is a signed 32-bit integer (same as int32_t).
388 * Before ICU 2.4 (Jitterbug 2146), UChar32 was defined
391 * That is, the definition of UChar32 was platform-dependent.
396 typedef int32_t UChar32;
400 * (take or) return single code points (UChar32).
413 * @see UChar32
  /external/libchrome/base/third_party/icu/
icu_utf.h 24 typedef int32_t UChar32;
33 * (take or) return single code points (UChar32).
46 * @see UChar32
172 UChar32 utf8_nextCharSafeBody(const uint8_t* s,
175 UChar32 c,
192 * @param c output UChar32 variable, set to <0 in case of an error
305 (((base_icu::UChar32)(lead)<<10UL)+(base_icu::UChar32)(trail)-CBU16_SURROGATE_OFFSET)
360 * @param c output UChar32 variable

Completed in 168 milliseconds