Lines Matching +defs:c +defs:set +defs:style
105 void u_charAge_android(UChar32 c, UVersionInfo versionArray) { in u_charAge_android()
108 int32_t u_charDigitValue_android(UChar32 c) { in u_charDigitValue_android()
111 UCharDirection u_charDirection_android(UChar32 c) { in u_charDirection_android()
117 UChar32 u_charMirror_android(UChar32 c) { in u_charMirror_android()
123 int8_t u_charType_android(UChar32 c) { in u_charType_android()
147 UChar32 u_foldCase_android(UChar32 c, uint32_t options) { in u_foldCase_android()
167 UChar32 u_getBidiPairedBracket_android(UChar32 c) { in u_getBidiPairedBracket_android()
170 uint8_t u_getCombiningClass_android(UChar32 c) { in u_getCombiningClass_android()
179 int32_t u_getFC_NFKC_Closure_android(UChar32 c, UChar * dest, int32_t destCapacity, UErrorCode * pE… in u_getFC_NFKC_Closure_android()
188 int32_t u_getIntPropertyValue_android(UChar32 c, UProperty which) { in u_getIntPropertyValue_android()
191 double u_getNumericValue_android(UChar32 c) { in u_getNumericValue_android()
212 UBool u_hasBinaryProperty_android(UChar32 c, UProperty which) { in u_hasBinaryProperty_android()
218 UBool u_isIDIgnorable_android(UChar32 c) { in u_isIDIgnorable_android()
221 UBool u_isIDPart_android(UChar32 c) { in u_isIDPart_android()
224 UBool u_isIDStart_android(UChar32 c) { in u_isIDStart_android()
227 UBool u_isISOControl_android(UChar32 c) { in u_isISOControl_android()
230 UBool u_isJavaIDPart_android(UChar32 c) { in u_isJavaIDPart_android()
233 UBool u_isJavaIDStart_android(UChar32 c) { in u_isJavaIDStart_android()
236 UBool u_isJavaSpaceChar_android(UChar32 c) { in u_isJavaSpaceChar_android()
239 UBool u_isMirrored_android(UChar32 c) { in u_isMirrored_android()
242 UBool u_isUAlphabetic_android(UChar32 c) { in u_isUAlphabetic_android()
245 UBool u_isULowercase_android(UChar32 c) { in u_isULowercase_android()
248 UBool u_isUUppercase_android(UChar32 c) { in u_isUUppercase_android()
251 UBool u_isUWhiteSpace_android(UChar32 c) { in u_isUWhiteSpace_android()
254 UBool u_isWhitespace_android(UChar32 c) { in u_isWhitespace_android()
257 UBool u_isalnum_android(UChar32 c) { in u_isalnum_android()
260 UBool u_isalpha_android(UChar32 c) { in u_isalpha_android()
263 UBool u_isbase_android(UChar32 c) { in u_isbase_android()
266 UBool u_isblank_android(UChar32 c) { in u_isblank_android()
269 UBool u_iscntrl_android(UChar32 c) { in u_iscntrl_android()
272 UBool u_isdefined_android(UChar32 c) { in u_isdefined_android()
275 UBool u_isdigit_android(UChar32 c) { in u_isdigit_android()
278 UBool u_isgraph_android(UChar32 c) { in u_isgraph_android()
281 UBool u_islower_android(UChar32 c) { in u_islower_android()
284 UBool u_isprint_android(UChar32 c) { in u_isprint_android()
287 UBool u_ispunct_android(UChar32 c) { in u_ispunct_android()
290 UBool u_isspace_android(UChar32 c) { in u_isspace_android()
293 UBool u_istitle_android(UChar32 c) { in u_istitle_android()
296 UBool u_isupper_android(UChar32 c) { in u_isupper_android()
299 UBool u_isxdigit_android(UChar32 c) { in u_isxdigit_android()
305 UChar * u_memchr_android(const UChar * s, UChar c, int32_t count) { in u_memchr_android()
308 UChar * u_memchr32_android(const UChar * s, UChar32 c, int32_t count) { in u_memchr32_android()
323 UChar * u_memrchr_android(const UChar * s, UChar c, int32_t count) { in u_memrchr_android()
326 UChar * u_memrchr32_android(const UChar * s, UChar32 c, int32_t count) { in u_memrchr32_android()
329 UChar * u_memset_android(UChar * dest, UChar c, int32_t count) { in u_memset_android()
430 UChar * u_strchr_android(const UChar * s, UChar c) { in u_strchr_android()
433 UChar * u_strchr32_android(const UChar * s, UChar32 c) { in u_strchr32_android()
469 UChar * u_strrchr_android(const UChar * s, UChar c) { in u_strrchr_android()
472 UChar * u_strrchr32_android(const UChar * s, UChar32 c) { in u_strrchr32_android()
487 UChar32 u_tolower_android(UChar32 c) { in u_tolower_android()
490 UChar32 u_totitle_android(UChar32 c) { in u_totitle_android()
493 UChar32 u_toupper_android(UChar32 c) { in u_toupper_android()
544 UCharDirection ubidi_getCustomizedClass_android(UBiDi * pBiDi, UChar32 c) { in ubidi_getCustomizedClass_android()
661 UBlockCode ublock_getCode_android(UChar32 c) { in ublock_getCode_android()
1947 uint8_t unorm2_getCombiningClass_android(const UNormalizer2 * norm2, UChar32 c) { in unorm2_getCombiningClass_android()
1950 int32_t unorm2_getDecomposition_android(const UNormalizer2 * norm2, UChar32 c, UChar * decompositio… in unorm2_getDecomposition_android()
1971 int32_t unorm2_getRawDecomposition_android(const UNormalizer2 * norm2, UChar32 c, UChar * decomposi… in unorm2_getRawDecomposition_android()
1974 UBool unorm2_hasBoundaryAfter_android(const UNormalizer2 * norm2, UChar32 c) { in unorm2_hasBoundaryAfter_android()
1977 UBool unorm2_hasBoundaryBefore_android(const UNormalizer2 * norm2, UChar32 c) { in unorm2_hasBoundaryBefore_android()
1980 UBool unorm2_isInert_android(const UNormalizer2 * norm2, UChar32 c) { in unorm2_isInert_android()
2058 UNumberFormat * unum_open_android(UNumberFormatStyle style, const UChar * pattern, int32_t patternL… in unum_open_android()
2469 int32_t uscript_getScriptExtensions_android(UChar32 c, UScriptCode * scripts, int32_t capacity, UEr… in uscript_getScriptExtensions_android()
2478 UBool uscript_hasScript_android(UChar32 c, UScriptCode sc) { in uscript_hasScript_android()
2562 void uset_add_android(USet * set, UChar32 c) { in uset_add_android()
2565 void uset_addAll_android(USet * set, const USet * additionalSet) { in uset_addAll_android()
2568 void uset_addAllCodePoints_android(USet * set, const UChar * str, int32_t strLen) { in uset_addAllCodePoints_android()
2571 void uset_addRange_android(USet * set, UChar32 start, UChar32 end) { in uset_addRange_android()
2574 void uset_addString_android(USet * set, const UChar * str, int32_t strLen) { in uset_addString_android()
2577 void uset_applyIntPropertyValue_android(USet * set, UProperty prop, int32_t value, UErrorCode * ec)… in uset_applyIntPropertyValue_android()
2580 int32_t uset_applyPattern_android(USet * set, const UChar * pattern, int32_t patternLength, uint32_… in uset_applyPattern_android()
2583 void uset_applyPropertyAlias_android(USet * set, const UChar * prop, int32_t propLength, const UCha… in uset_applyPropertyAlias_android()
2586 UChar32 uset_charAt_android(const USet * set, int32_t charIndex) { in uset_charAt_android()
2589 void uset_clear_android(USet * set) { in uset_clear_android()
2592 USet * uset_clone_android(const USet * set) { in uset_clone_android()
2595 USet * uset_cloneAsThawed_android(const USet * set) { in uset_cloneAsThawed_android()
2598 void uset_close_android(USet * set) { in uset_close_android()
2601 void uset_closeOver_android(USet * set, int32_t attributes) { in uset_closeOver_android()
2604 void uset_compact_android(USet * set) { in uset_compact_android()
2607 void uset_complement_android(USet * set) { in uset_complement_android()
2610 void uset_complementAll_android(USet * set, const USet * complement) { in uset_complementAll_android()
2613 UBool uset_contains_android(const USet * set, UChar32 c) { in uset_contains_android()
2619 UBool uset_containsAllCodePoints_android(const USet * set, const UChar * str, int32_t strLen) { in uset_containsAllCodePoints_android()
2625 UBool uset_containsRange_android(const USet * set, UChar32 start, UChar32 end) { in uset_containsRange_android()
2631 UBool uset_containsString_android(const USet * set, const UChar * str, int32_t strLen) { in uset_containsString_android()
2637 void uset_freeze_android(USet * set) { in uset_freeze_android()
2640 int32_t uset_getItem_android(const USet * set, int32_t itemIndex, UChar32 * start, UChar32 * end, U… in uset_getItem_android()
2643 int32_t uset_getItemCount_android(const USet * set) { in uset_getItemCount_android()
2646 UBool uset_getSerializedRange_android(const USerializedSet * set, int32_t rangeIndex, UChar32 * pSt… in uset_getSerializedRange_android()
2649 int32_t uset_getSerializedRangeCount_android(const USerializedSet * set) { in uset_getSerializedRangeCount_android()
2655 int32_t uset_indexOf_android(const USet * set, UChar32 c) { in uset_indexOf_android()
2658 UBool uset_isEmpty_android(const USet * set) { in uset_isEmpty_android()
2661 UBool uset_isFrozen_android(const USet * set) { in uset_isFrozen_android()
2676 void uset_remove_android(USet * set, UChar32 c) { in uset_remove_android()
2679 void uset_removeAll_android(USet * set, const USet * removeSet) { in uset_removeAll_android()
2682 void uset_removeAllStrings_android(USet * set) { in uset_removeAllStrings_android()
2685 void uset_removeRange_android(USet * set, UChar32 start, UChar32 end) { in uset_removeRange_android()
2688 void uset_removeString_android(USet * set, const UChar * str, int32_t strLen) { in uset_removeString_android()
2694 void uset_retain_android(USet * set, UChar32 start, UChar32 end) { in uset_retain_android()
2697 void uset_retainAll_android(USet * set, const USet * retain) { in uset_retainAll_android()
2700 int32_t uset_serialize_android(const USet * set, uint16_t * dest, int32_t destCapacity, UErrorCode … in uset_serialize_android()
2703 UBool uset_serializedContains_android(const USerializedSet * set, UChar32 c) { in uset_serializedContains_android()
2706 void uset_set_android(USet * set, UChar32 start, UChar32 end) { in uset_set_android()
2709 void uset_setSerializedToOne_android(USerializedSet * fillSet, UChar32 c) { in uset_setSerializedToOne_android()
2712 int32_t uset_size_android(const USet * set) { in uset_size_android()
2715 int32_t uset_span_android(const USet * set, const UChar * s, int32_t length, USetSpanCondition span… in uset_span_android()
2718 int32_t uset_spanBack_android(const USet * set, const UChar * s, int32_t length, USetSpanCondition … in uset_spanBack_android()
2721 int32_t uset_spanBackUTF8_android(const USet * set, const char * s, int32_t length, USetSpanConditi… in uset_spanBackUTF8_android()
2724 int32_t uset_spanUTF8_android(const USet * set, const char * s, int32_t length, USetSpanCondition s… in uset_spanUTF8_android()
2727 int32_t uset_toPattern_android(const USet * set, UChar * result, int32_t resultCapacity, UBool esca… in uset_toPattern_android()
2901 int32_t utf8_appendCharSafeBody_android(uint8_t * s, int32_t i, int32_t length, UChar32 c, UBool * … in utf8_appendCharSafeBody_android()
2907 UChar32 utf8_nextCharSafeBody_android(const uint8_t * s, int32_t * pi, int32_t length, UChar32 c, U… in utf8_nextCharSafeBody_android()
2910 UChar32 utf8_prevCharSafeBody_android(const uint8_t * s, int32_t start, int32_t * pi, UChar32 c, UB… in utf8_prevCharSafeBody_android()