Searched defs:UChar32 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/base/third_party/icu/
H A Dicu_utf.h24 typedef int32 UChar32; typedef in namespace:base_icu
33 * (take or) return single code points (UChar32).
46 * @see UChar32
173 UChar32 utf8_nextCharSafeBody(const uint8 *s, int32 *pi, int32 length, UChar32 c, UBool strict);
189 * @param c output UChar32 variable, set to <0 in case of an error
298 (((base_icu::UChar32)(lead)<<10UL)+(base_icu::UChar32)(trail)-CBU16_SURROGATE_OFFSET)
353 * @param c output UChar32 variable
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dumachine.h252 /* UChar and UChar32 definitions -------------------------------------------- */
282 * Define UChar32 as a type for single Unicode code points.
283 * UChar32 is a signed 32-bit integer (same as int32_t).
290 * Before ICU 2.4 (Jitterbug 2146), UChar32 was defined
293 * That is, the definition of UChar32 was platform-dependent.
298 typedef int32_t UChar32; typedef
302 * (take or) return single code points (UChar32).
315 * @see UChar32
/external/clang/test/ARCMT/
H A DCommon.h19 typedef int32_t UChar32; typedef
/external/icu/icu4c/source/common/unicode/
H A Dumachine.h252 /* UChar and UChar32 definitions -------------------------------------------- */
282 * Define UChar32 as a type for single Unicode code points.
283 * UChar32 is a signed 32-bit integer (same as int32_t).
290 * Before ICU 2.4 (Jitterbug 2146), UChar32 was defined
293 * That is, the definition of UChar32 was platform-dependent.
298 typedef int32_t UChar32; typedef
302 * (take or) return single code points (UChar32).
315 * @see UChar32

Completed in 1026 milliseconds