Home | History | Annotate | Download | only in static_shim

Lines Matching refs:UChar32

63 void UCNV_FROM_U_CALLBACK_ESCAPE_android(const void * context, UConverterFromUnicodeArgs * fromUArgs, const UChar * codeUnits, int32_t length, UChar32 codePoint, UConverterCallbackReason reason, UErrorCode * err) {
66 void UCNV_FROM_U_CALLBACK_SKIP_android(const void * context, UConverterFromUnicodeArgs * fromUArgs, const UChar * codeUnits, int32_t length, UChar32 codePoint, UConverterCallbackReason reason, UErrorCode * err) {
69 void UCNV_FROM_U_CALLBACK_STOP_android(const void * context, UConverterFromUnicodeArgs * fromUArgs, const UChar * codeUnits, int32_t length, UChar32 codePoint, UConverterCallbackReason reason, UErrorCode * err) {
72 void UCNV_FROM_U_CALLBACK_SUBSTITUTE_android(const void * context, UConverterFromUnicodeArgs * fromUArgs, const UChar * codeUnits, int32_t length, UChar32 codePoint, UConverterCallbackReason reason, UErrorCode * err) {
105 void u_charAge_android(UChar32 c, UVersionInfo versionArray) {
108 int32_t u_charDigitValue_android(UChar32 c) {
111 UCharDirection u_charDirection_android(UChar32 c) {
114 UChar32 u_charFromName_android(UCharNameChoice nameChoice, const char * name, UErrorCode * pErrorCode) {
117 UChar32 u_charMirror_android(UChar32 c) {
120 int32_t u_charName_android(UChar32 code, UCharNameChoice nameChoice, char * buffer, int32_t bufferLength, UErrorCode * pErrorCode) {
123 int8_t u_charType_android(UChar32 c) {
135 int32_t u_digit_android(UChar32 ch, int8_t radix) {
138 void u_enumCharNames_android(UChar32 start, UChar32 limit, UEnumCharNamesFn * fn, void * context, UCharNameChoice nameChoice, UErrorCode * pErrorCode) {
147 UChar32 u_foldCase_android(UChar32 c, uint32_t options) {
150 UChar32 u_forDigit_android(int32_t digit, int8_t radix) {
167 UChar32 u_getBidiPairedBracket_android(UChar32 c) {
170 uint8_t u_getCombiningClass_android(UChar32 c) {
179 int32_t u_getFC_NFKC_Closure_android(UChar32 c, UChar * dest, int32_t destCapacity, UErrorCode * pErrorCode) {
188 int32_t u_getIntPropertyValue_android(UChar32 c, UProperty which) {
191 double u_getNumericValue_android(UChar32 c) {
212 UBool u_hasBinaryProperty_android(UChar32 c, UProperty which) {
218 UBool u_isIDIgnorable_android(UChar32 c) {
221 UBool u_isIDPart_android(UChar32 c) {
224 UBool u_isIDStart_android(UChar32 c) {
227 UBool u_isISOControl_android(UChar32 c) {
230 UBool u_isJavaIDPart_android(UChar32 c) {
233 UBool u_isJavaIDStart_android(UChar32 c) {
236 UBool u_isJavaSpaceChar_android(UChar32 c) {
239 UBool u_isMirrored_android(UChar32 c) {
242 UBool u_isUAlphabetic_android(UChar32 c) {
245 UBool u_isULowercase_android(UChar32 c) {
248 UBool u_isUUppercase_android(UChar32 c) {
251 UBool u_isUWhiteSpace_android(UChar32 c) {
254 UBool u_isWhitespace_android(UChar32 c) {
257 UBool u_isalnum_android(UChar32 c) {
260 UBool u_isalpha_android(UChar32 c) {
263 UBool u_isbase_android(UChar32 c) {
266 UBool u_isblank_android(UChar32 c) {
269 UBool u_iscntrl_android(UChar32 c) {
272 UBool u_isdefined_android(UChar32 c) {
275 UBool u_isdigit_android(UChar32 c) {
278 UBool u_isgraph_android(UChar32 c) {
281 UBool u_islower_android(UChar32 c) {
284 UBool u_isprint_android(UChar32 c) {
287 UBool u_ispunct_android(UChar32 c) {
290 UBool u_isspace_android(UChar32 c) {
293 UBool u_istitle_android(UChar32 c) {
296 UBool u_isupper_android(UChar32 c) {
299 UBool u_isxdigit_android(UChar32 c) {
308 UChar * u_memchr32_android(const UChar * s, UChar32 c, int32_t count) {
326 UChar * u_memrchr32_android(const UChar * s, UChar32 c, int32_t count) {
373 UChar * u_strFromJavaModifiedUTF8WithSub_android(UChar * dest, int32_t destCapacity, int32_t * pDestLength, const char * src, int32_t srcLength, UChar32 subchar, int32_t * pNumSubstitutions, UErrorCode * pErrorCode) {
376 UChar * u_strFromUTF32_android(UChar * dest, int32_t destCapacity, int32_t * pDestLength, const UChar32 * src, int32_t srcLength, UErrorCode * pErrorCode) {
379 UChar * u_strFromUTF32WithSub_android(UChar * dest, int32_t destCapacity, int32_t * pDestLength, const UChar32 * src, int32_t srcLength, UChar32 subchar, int32_t * pNumSubstitutions, UErrorCode * pErrorCode) {
388 UChar * u_strFromUTF8WithSub_android(UChar * dest, int32_t destCapacity, int32_t * pDestLength, const char * src, int32_t srcLength, UChar32 subchar, int32_t * pNumSubstitutions, UErrorCode * pErrorCode) {
406 UChar32 * u_strToUTF32_android(UChar32 * dest, int32_t destCapacity, int32_t * pDestLength, const UChar * src, int32_t srcLength, UErrorCode * pErrorCode) {
409 UChar32 * u_strToUTF32WithSub_android(UChar32 * dest, int32_t destCapacity, int32_t * pDestLength, const UChar * src, int32_t srcLength, UChar32 subchar, int32_t * pNumSubstitutions, UErrorCode * pErrorCode) {
415 char * u_strToUTF8WithSub_android(char * dest, int32_t destCapacity, int32_t * pDestLength, const UChar * src, int32_t srcLength, UChar32 subchar, int32_t * pNumSubstitutions, UErrorCode * pErrorCode) {
433 UChar * u_strchr32_android(const UChar * s, UChar32 c) {
472 UChar * u_strrchr32_android(const UChar * s, UChar32 c) {
487 UChar32 u_tolower_android(UChar32 c) {
490 UChar32 u_totitle_android(UChar32 c) {
493 UChar32 u_toupper_android(UChar32 c) {
505 UChar32 u_unescapeAt_android(UNESCAPE_CHAR_AT charAt, int32_t * offset, int32_t length, void * context) {
544 UCharDirection ubidi_getCustomizedClass_android(UBiDi * pBiDi, UChar32 c) {
661 UBlockCode ublock_getCode_android(UChar32 c) {
1000 UChar32 ucnv_getNextUChar_android(UConverter * converter, const char ** source, const char * sourceLimit, UErrorCode * err) {
1663 UChar32 uiter_current32_android(UCharIterator * iter) {
1669 UChar32 uiter_next32_android(UCharIterator * iter) {
1672 UChar32 uiter_previous32_android(UCharIterator * iter) {
1944 UChar32 unorm2_composePair_android(const UNormalizer2 * norm2, UChar32 a, UChar32 b) {
1947 uint8_t unorm2_getCombiningClass_android(const UNormalizer2 * norm2, UChar32 c) {
1950 int32_t unorm2_getDecomposition_android(const UNormalizer2 * norm2, UChar32 c, UChar * decomposition, int32_t capacity, UErrorCode * pErrorCode) {
1971 int32_t unorm2_getRawDecomposition_android(const UNormalizer2 * norm2, UChar32 c, UChar * decomposition, int32_t capacity, UErrorCode * pErrorCode) {
1974 UBool unorm2_hasBoundaryAfter_android(const UNormalizer2 * norm2, UChar32 c) {
1977 UBool unorm2_hasBoundaryBefore_android(const UNormalizer2 * norm2, UChar32 c) {
1980 UBool unorm2_isInert_android(const UNormalizer2 * norm2, UChar32 c) {
2466 UScriptCode uscript_getScript_android(UChar32 codepoint, UErrorCode * err) {
2469 int32_t uscript_getScriptExtensions_android(UChar32 c, UScriptCode * scripts, int32_t capacity, UErrorCode * errorCode) {
2478 UBool uscript_hasScript_android(UChar32 c, UScriptCode sc) {
2562 void uset_add_android(USet * set, UChar32 c) {
2571 void uset_addRange_android(USet * set, UChar32 start, UChar32 end) {
2586 UChar32 uset_charAt_android(const USet * set, int32_t charIndex) {
2613 UBool uset_contains_android(const USet * set, UChar32 c) {
2625 UBool uset_containsRange_android(const USet * set, UChar32 start, UChar32 end) {
2640 int32_t uset_getItem_android(const USet * set, int32_t itemIndex, UChar32 * start, UChar32 * end, UChar * str, int32_t strCapacity, UErrorCode * ec) {
2646 UBool uset_getSerializedRange_android(const USerializedSet * set, int32_t rangeIndex, UChar32 * pStart, UChar32 * pEnd) {
2655 int32_t uset_indexOf_android(const USet * set, UChar32 c) {
2664 USet * uset_open_android(UChar32 start, UChar32 end) {
2676 void uset_remove_android(USet * set, UChar32 c) {
2685 void uset_removeRange_android(USet * set, UChar32 start, UChar32 end) {
2694 void uset_retain_android(USet * set, UChar32 start, UChar32 end) {
2703 UBool uset_serializedContains_android(const USerializedSet * set, UChar32 c) {
2706 void uset_set_android(USet * set, UChar32 start, UChar32 end) {
2709 void uset_setSerializedToOne_android(USerializedSet * fillSet, UChar32 c) {
2829 UChar32 utext_char32At_android(UText * ut, int64_t nativeIndex) {
2841 UChar32 utext_current32_android(UText * ut) {
2874 UChar32 utext_next32_android(UText * ut) {
2877 UChar32 utext_next32From_android(UText * ut, int64_t nativeIndex) {
2886 UChar32 utext_previous32_android(UText * ut) {
2889 UChar32 utext_previous32From_android(UText * ut, int64_t nativeIndex) {
2901 int32_t utf8_appendCharSafeBody_android(uint8_t * s, int32_t i, int32_t length, UChar32 c, UBool * pIsError) {
2907 UChar32 utf8_nextCharSafeBody_android(const uint8_t * s, int32_t * pi, int32_t length, UChar32 c, UBool strict) {
2910 UChar32 utf8_prevCharSafeBody_android(const uint8_t * s, int32_t start, int32_t * pi, UChar32 c, UBool strict) {