Home
last modified time | relevance | path

Searched refs:UChar32 (Results 1 - 7 of 7) sorted by relevance

/interface/sdk_c/third_party/icu4c/ndk_headers/unicode/
H A Duchar.h161 * For a single character, UChar32 is a simple type that can hold any code point value.
163 * @see UChar32
2491 u_hasBinaryProperty(UChar32 c, UProperty which);
2551 u_isUAlphabetic(UChar32 c);
2566 u_isULowercase(UChar32 c);
2581 u_isUUppercase(UChar32 c);
2602 u_isUWhiteSpace(UChar32 c);
2643 u_getIntPropertyValue(UChar32 c, UProperty which);
2718 u_getNumericValue(UChar32 c);
2753 u_islower(UChar32
[all...]
H A Dunorm2.h359 UChar32 c, UChar *decomposition, int32_t capacity,
393 UChar32 c, UChar *decomposition, int32_t capacity,
411 U_CAPI UChar32 U_EXPORT2
412 unorm2_composePair(const UNormalizer2 *norm2, UChar32 a, UChar32 b);
424 unorm2_getCombiningClass(const UNormalizer2 *norm2, UChar32 c);
508 unorm2_hasBoundaryBefore(const UNormalizer2 *norm2, UChar32 c);
520 unorm2_hasBoundaryAfter(const UNormalizer2 *norm2, UChar32 c);
531 unorm2_isInert(const UNormalizer2 *norm2, UChar32 c);
H A Duset.h263 uset_open(UChar32 start, UChar32 end);
352 uset_add(USet* set, UChar32 c);
375 uset_remove(USet* set, UChar32 c);
434 uset_contains(const USet* set, UChar32 c);
514 UChar32* start, UChar32* end,
H A Duscript.h550 * @param codepoint UChar32 codepoint
556 uscript_getScript(UChar32 codepoint, UErrorCode *err);
571 uscript_hasScript(UChar32 c, UScriptCode sc);
603 uscript_getScriptExtensions(UChar32 c,
H A Dubidi.h1996 UBiDiClassCallback(const void *context, UChar32 c);
2016 ubidi_getCustomizedClass(UBiDi *pBiDi, UChar32 c);
H A Ducnv.h216 * @param codePoint Single UChar32 (UTF-32) containing the concerend Unicode codepoint.
229 UChar32 codePoint,
1235 * @return a UChar32 resulting from the partial conversion of source
1241 U_CAPI UChar32 U_EXPORT2
H A Dumachine.h353 /* UChar and UChar32 definitions -------------------------------------------- */
447 * Define UChar32 as a type for single Unicode code points.
448 * UChar32 is a signed 32-bit integer (same as int32_t).
455 * Before ICU 2.4 (Jitterbug 2146), UChar32 was defined
458 * That is, the definition of UChar32 was platform-dependent.
463 typedef int32_t UChar32; typedef
467 * (take or) return single code points (UChar32).
480 * @see UChar32

Completed in 16 milliseconds