Lines Matching refs:UChar

63 …ndroid(const void * context, UConverterFromUnicodeArgs * fromUArgs, const UChar * codeUnits, int32…  in UCNV_FROM_U_CALLBACK_ESCAPE_android()
66 …ndroid(const void * context, UConverterFromUnicodeArgs * fromUArgs, const UChar * codeUnits, int32… in UCNV_FROM_U_CALLBACK_SKIP_android()
69 …ndroid(const void * context, UConverterFromUnicodeArgs * fromUArgs, const UChar * codeUnits, int32… in UCNV_FROM_U_CALLBACK_STOP_android()
72 …ndroid(const void * context, UConverterFromUnicodeArgs * fromUArgs, const UChar * codeUnits, int32… in UCNV_FROM_U_CALLBACK_SUBSTITUTE_android()
87 void u_UCharsToChars_android(const UChar * us, char * cs, int32_t length) { in u_UCharsToChars_android()
90 char * u_austrcpy_android(char * dst, const UChar * src) { in u_austrcpy_android()
93 char * u_austrncpy_android(char * dst, const UChar * src, int32_t n) { in u_austrncpy_android()
99 const UChar * u_catgets_android(u_nl_catd catd, int32_t set_num, int32_t msg_num, const UChar * s, … in u_catgets_android()
126 void u_charsToUChars_android(const char * cs, UChar * us, int32_t length) { in u_charsToUChars_android()
132 int32_t u_countChar32_android(const UChar * s, int32_t length) { in u_countChar32_android()
153 …_t u_formatMessage_android(const char * locale, const UChar * pattern, int32_t patternLength, UCha… in u_formatMessage_android()
160 …atMessageWithError_android(const char * locale, const UChar * pattern, int32_t patternLength, UCha… in u_formatMessageWithError_android()
179 int32_t u_getFC_NFKC_Closure_android(UChar32 c, UChar * dest, int32_t destCapacity, UErrorCode * pE… in u_getFC_NFKC_Closure_android()
302 int32_t u_memcasecmp_android(const UChar * s1, const UChar * s2, int32_t length, uint32_t options) { in u_memcasecmp_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()
311 int32_t u_memcmp_android(const UChar * buf1, const UChar * buf2, int32_t count) { in u_memcmp_android()
314 int32_t u_memcmpCodePointOrder_android(const UChar * s1, const UChar * s2, int32_t count) { in u_memcmpCodePointOrder_android()
317 UChar * u_memcpy_android(UChar * dest, const UChar * src, int32_t count) { in u_memcpy_android()
320 UChar * u_memmove_android(UChar * dest, const UChar * src, int32_t count) { in u_memmove_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()
332 … u_parseMessage_android(const char * locale, const UChar * pattern, int32_t patternLength, const U… in u_parseMessage_android()
339 …essageWithError_android(const char * locale, const UChar * pattern, int32_t patternLength, const U… in u_parseMessageWithError_android()
352 int32_t u_shapeArabic_android(const UChar * source, int32_t sourceLength, UChar * dest, int32_t des… in u_shapeArabic_android()
355 int32_t u_strCaseCompare_android(const UChar * s1, int32_t length1, const UChar * s2, int32_t lengt… in u_strCaseCompare_android()
358 int32_t u_strCompare_android(const UChar * s1, int32_t length1, const UChar * s2, int32_t length2, … in u_strCompare_android()
364 UChar * u_strFindFirst_android(const UChar * s, int32_t length, const UChar * substring, int32_t su… in u_strFindFirst_android()
367 UChar * u_strFindLast_android(const UChar * s, int32_t length, const UChar * substring, int32_t sub… in u_strFindLast_android()
370 int32_t u_strFoldCase_android(UChar * dest, int32_t destCapacity, const UChar * src, int32_t srcLen… in u_strFoldCase_android()
373 UChar * u_strFromJavaModifiedUTF8WithSub_android(UChar * dest, int32_t destCapacity, int32_t * pDes… in u_strFromJavaModifiedUTF8WithSub_android()
376 UChar * u_strFromUTF32_android(UChar * dest, int32_t destCapacity, int32_t * pDestLength, const UCh… in u_strFromUTF32_android()
379 UChar * u_strFromUTF32WithSub_android(UChar * dest, int32_t destCapacity, int32_t * pDestLength, co… in u_strFromUTF32WithSub_android()
382 UChar * u_strFromUTF8_android(UChar * dest, int32_t destCapacity, int32_t * pDestLength, const char… in u_strFromUTF8_android()
385 UChar * u_strFromUTF8Lenient_android(UChar * dest, int32_t destCapacity, int32_t * pDestLength, con… in u_strFromUTF8Lenient_android()
388 UChar * u_strFromUTF8WithSub_android(UChar * dest, int32_t destCapacity, int32_t * pDestLength, con… in u_strFromUTF8WithSub_android()
391 UChar * u_strFromWCS_android(UChar * dest, int32_t destCapacity, int32_t * pDestLength, const wchar… in u_strFromWCS_android()
394 UBool u_strHasMoreChar32Than_android(const UChar * s, int32_t length, int32_t number) { in u_strHasMoreChar32Than_android()
397 …8_android(char * dest, int32_t destCapacity, int32_t * pDestLength, const UChar * src, int32_t src… in u_strToJavaModifiedUTF8_android()
400 int32_t u_strToLower_android(UChar * dest, int32_t destCapacity, const UChar * src, int32_t srcLeng… in u_strToLower_android()
403 int32_t u_strToTitle_android(UChar * dest, int32_t destCapacity, const UChar * src, int32_t srcLeng… in u_strToTitle_android()
406 …ndroid(UChar32 * dest, int32_t destCapacity, int32_t * pDestLength, const UChar * src, int32_t src… in u_strToUTF32_android()
409 …ndroid(UChar32 * dest, int32_t destCapacity, int32_t * pDestLength, const UChar * src, int32_t src… in u_strToUTF32WithSub_android()
412 char * u_strToUTF8_android(char * dest, int32_t destCapacity, int32_t * pDestLength, const UChar * … in u_strToUTF8_android()
415 …b_android(char * dest, int32_t destCapacity, int32_t * pDestLength, const UChar * src, int32_t src… in u_strToUTF8WithSub_android()
418 int32_t u_strToUpper_android(UChar * dest, int32_t destCapacity, const UChar * src, int32_t srcLeng… in u_strToUpper_android()
421 …ndroid(wchar_t * dest, int32_t destCapacity, int32_t * pDestLength, const UChar * src, int32_t src… in u_strToWCS_android()
424 int32_t u_strcasecmp_android(const UChar * s1, const UChar * s2, uint32_t options) { in u_strcasecmp_android()
427 UChar * u_strcat_android(UChar * dst, const UChar * src) { in u_strcat_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()
436 int32_t u_strcmp_android(const UChar * s1, const UChar * s2) { in u_strcmp_android()
439 int32_t u_strcmpCodePointOrder_android(const UChar * s1, const UChar * s2) { in u_strcmpCodePointOrder_android()
442 UChar * u_strcpy_android(UChar * dst, const UChar * src) { in u_strcpy_android()
445 int32_t u_strcspn_android(const UChar * string, const UChar * matchSet) { in u_strcspn_android()
448 int32_t u_strlen_android(const UChar * s) { in u_strlen_android()
451 int32_t u_strncasecmp_android(const UChar * s1, const UChar * s2, int32_t n, uint32_t options) { in u_strncasecmp_android()
454 UChar * u_strncat_android(UChar * dst, const UChar * src, int32_t n) { in u_strncat_android()
457 int32_t u_strncmp_android(const UChar * ucs1, const UChar * ucs2, int32_t n) { in u_strncmp_android()
460 int32_t u_strncmpCodePointOrder_android(const UChar * s1, const UChar * s2, int32_t n) { in u_strncmpCodePointOrder_android()
463 UChar * u_strncpy_android(UChar * dst, const UChar * src, int32_t n) { in u_strncpy_android()
466 UChar * u_strpbrk_android(const UChar * string, const UChar * matchSet) { in u_strpbrk_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()
475 UChar * u_strrstr_android(const UChar * s, const UChar * substring) { in u_strrstr_android()
478 int32_t u_strspn_android(const UChar * string, const UChar * matchSet) { in u_strspn_android()
481 UChar * u_strstr_android(const UChar * s, const UChar * substring) { in u_strstr_android()
484 UChar * u_strtok_r_android(UChar * src, const UChar * delim, UChar ** saveState) { in u_strtok_r_android()
496 UChar * u_uastrcpy_android(UChar * dst, const char * src) { in u_uastrcpy_android()
499 UChar * u_uastrncpy_android(UChar * dst, const char * src, int32_t n) { in u_uastrncpy_android()
502 int32_t u_unescape_android(const char * src, UChar * dest, int32_t destCapacity) { in u_unescape_android()
511 void u_versionFromUString_android(UVersionInfo versionArray, const UChar * versionString) { in u_versionFromUString_android()
517 …t u_vformatMessage_android(const char * locale, const UChar * pattern, int32_t patternLength, UCha… in u_vformatMessage_android()
520 …atMessageWithError_android(const char * locale, const UChar * pattern, int32_t patternLength, UCha… in u_vformatMessageWithError_android()
523 …u_vparseMessage_android(const char * locale, const UChar * pattern, int32_t patternLength, const U… in u_vparseMessage_android()
526 …essageWithError_android(const char * locale, const UChar * pattern, int32_t patternLength, const U… in u_vparseMessageWithError_android()
538 UBiDiDirection ubidi_getBaseDirection_android(const UChar * text, int32_t length) { in ubidi_getBaseDirection_android()
589 const UChar * ubidi_getText_android(const UBiDi * pBiDi) { in ubidi_getText_android()
628 void ubidi_setContext_android(UBiDi * pBiDi, const UChar * prologue, int32_t proLength, const UChar in ubidi_setContext_android()
637 void ubidi_setPara_android(UBiDi * pBiDi, const UChar * text, int32_t length, UBiDiLevel paraLevel,… in ubidi_setPara_android()
646 int32_t ubidi_writeReordered_android(UBiDi * pBiDi, UChar * dest, int32_t destSize, uint16_t option… in ubidi_writeReordered_android()
649 int32_t ubidi_writeReverse_android(const UChar * src, int32_t srcLength, UChar * dest, int32_t dest… in ubidi_writeReverse_android()
658 …_transform_android(UBiDiTransform * pBiDiTransform, const UChar * src, int32_t srcLength, UChar * … in ubiditransform_transform_android()
703 UBreakIterator * ubrk_open_android(UBreakIteratorType type, const char * locale, const UChar * text… in ubrk_open_android()
706 …naryRules_android(const uint8_t * binaryRules, int32_t rulesLength, const UChar * text, int32_t te… in ubrk_openBinaryRules_android()
709 UBreakIterator * ubrk_openRules_android(const UChar * rules, int32_t rulesLength, const UChar * tex… in ubrk_openRules_android()
724 void ubrk_setText_android(UBreakIterator * bi, const UChar * text, int32_t textLength, UErrorCode *… in ubrk_setText_android()
760 int32_t ucal_getCanonicalTimeZoneID_android(const UChar * id, int32_t len, UChar * result, int32_t … in ucal_getCanonicalTimeZoneID_android()
763 int32_t ucal_getDSTSavings_android(const UChar * zoneID, UErrorCode * ec) { in ucal_getDSTSavings_android()
769 int32_t ucal_getDefaultTimeZone_android(UChar * result, int32_t resultCapacity, UErrorCode * ec) { in ucal_getDefaultTimeZone_android()
796 …onst UCalendar * cal, UCalendarDisplayNameType type, const char * locale, UChar * result, int32_t … in ucal_getTimeZoneDisplayName_android()
799 int32_t ucal_getTimeZoneID_android(const UCalendar * cal, UChar * result, int32_t resultLength, UEr… in ucal_getTimeZoneID_android()
802 …2_t ucal_getTimeZoneIDForWindowsID_android(const UChar * winid, int32_t len, const char * region, in ucal_getTimeZoneIDForWindowsID_android()
814 int32_t ucal_getWindowsTimeZoneID_android(const UChar * id, int32_t len, UChar * winid, int32_t win… in ucal_getWindowsTimeZoneID_android()
826 UCalendar * ucal_open_android(const UChar * zoneID, int32_t len, const char * locale, UCalendarType… in ucal_open_android()
853 void ucal_setDefaultTimeZone_android(const UChar * zoneID, UErrorCode * ec) { in ucal_setDefaultTimeZone_android()
862 void ucal_setTimeZone_android(UCalendar * cal, const UChar * zoneID, int32_t len, UErrorCode * stat… in ucal_setTimeZone_android()
889 int32_t ucasemap_toTitle_android(UCaseMap * csm, UChar * dest, int32_t destCapacity, const UChar * … in ucasemap_toTitle_android()
910 …mUWriteUChars_android(UConverterFromUnicodeArgs * args, const UChar ** source, const UChar * sourc… in ucnv_cbFromUWriteUChars_android()
916 void ucnv_cbToUWriteUChars_android(UConverterToUnicodeArgs * args, const UChar * source, int32_t le… in ucnv_cbToUWriteUChars_android()
928 …r ** source, const char * sourceLimit, UChar * pivotStart, UChar ** pivotSource, UChar ** pivotTar… in ucnv_convertEx_android()
943 void ucnv_fixFileSeparator_android(const UConverter * cnv, UChar * source, int32_t sourceLen) { in ucnv_fixFileSeparator_android()
952 int32_t ucnv_fromUChars_android(UConverter * cnv, char * dest, int32_t destCapacity, const UChar * … in ucnv_fromUChars_android()
958 … * converter, char ** target, const char * targetLimit, const UChar ** source, const UChar * sourc… in ucnv_fromUnicode_android()
979 int32_t ucnv_getDisplayName_android(const UConverter * converter, const char * displayLocale, UChar in ucnv_getDisplayName_android()
988 void ucnv_getInvalidUChars_android(const UConverter * converter, UChar * errUChars, int8_t * len, U… in ucnv_getInvalidUChars_android()
1048 UConverter * ucnv_openU_android(const UChar * name, UErrorCode * err) { in ucnv_openU_android()
1075 void ucnv_setSubstString_android(UConverter * cnv, const UChar * s, int32_t length, UErrorCode * er… in ucnv_setSubstString_android()
1084 int32_t ucnv_toUChars_android(UConverter * cnv, UChar * dest, int32_t destCapacity, const char * sr… in ucnv_toUChars_android()
1090 void ucnv_toUnicode_android(UConverter * converter, UChar ** target, const UChar * targetLimit, con… in ucnv_toUnicode_android()
1105 UEnumeration * ucnvsel_selectForString_android(const UConverterSelector * sel, const UChar * s, int… in ucnvsel_selectForString_android()
1126 …ol ucol_equal_android(const UCollator * coll, const UChar * source, int32_t sourceLength, const UC… in ucol_equal_android()
1141 int32_t ucol_getDisplayName_android(const char * objLoc, const char * dispLoc, UChar * result, int3… in ucol_getDisplayName_android()
1174 const UChar * ucol_getRules_android(const UCollator * coll, int32_t * length) { in ucol_getRules_android()
1177 int32_t ucol_getRulesEx_android(const UCollator * coll, UColRuleOption delta, UChar * buffer, int32… in ucol_getRulesEx_android()
1180 int32_t ucol_getSortKey_android(const UCollator * coll, const UChar * source, int32_t sourceLength,… in ucol_getSortKey_android()
1198 … ucol_greater_android(const UCollator * coll, const UChar * source, int32_t sourceLength, const UC… in ucol_greater_android()
1201 …reaterOrEqual_android(const UCollator * coll, const UChar * source, int32_t sourceLength, const UC… in ucol_greaterOrEqual_android()
1225 UCollationElements * ucol_openElements_android(const UCollator * coll, const UChar * text, int32_t … in ucol_openElements_android()
1228 UCollator * ucol_openRules_android(const UChar * rules, int32_t rulesLength, UColAttributeValue nor… in ucol_openRules_android()
1261 void ucol_setText_android(UCollationElements * elems, const UChar * text, int32_t textLength, UErro… in ucol_setText_android()
1264 … ucol_strcoll_android(const UCollator * coll, const UChar * source, int32_t sourceLength, const UC… in ucol_strcoll_android()
1300 int32_t ucsdet_getUChars_android(const UCharsetMatch * ucsm, UChar * buf, int32_t cap, UErrorCode *… in ucsdet_getUChars_android()
1318 int32_t ucurr_forLocale_android(const char * locale, UChar * buff, int32_t buffCapacity, UErrorCode… in ucurr_forLocale_android()
1321 int32_t ucurr_forLocaleAndDate_android(const char * locale, UDate date, int32_t index, UChar * buff… in ucurr_forLocaleAndDate_android()
1324 int32_t ucurr_getDefaultFractionDigits_android(const UChar * currency, UErrorCode * ec) { in ucurr_getDefaultFractionDigits_android()
1327 int32_t ucurr_getDefaultFractionDigitsForUsage_android(const UChar * currency, const UCurrencyUsage… in ucurr_getDefaultFractionDigitsForUsage_android()
1333 const UChar * ucurr_getName_android(const UChar * currency, const char * locale, UCurrNameStyle nam… in ucurr_getName_android()
1336 int32_t ucurr_getNumericCode_android(const UChar * currency) { in ucurr_getNumericCode_android()
1339 const UChar * ucurr_getPluralName_android(const UChar * currency, const char * locale, UBool * isCh… in ucurr_getPluralName_android()
1342 double ucurr_getRoundingIncrement_android(const UChar * currency, UErrorCode * ec) { in ucurr_getRoundingIncrement_android()
1345 double ucurr_getRoundingIncrementForUsage_android(const UChar * currency, const UCurrencyUsage usag… in ucurr_getRoundingIncrementForUsage_android()
1348 UBool ucurr_isAvailable_android(const UChar * isoCode, UDate from, UDate to, UErrorCode * errorCode… in ucurr_isAvailable_android()
1354 UCurrRegistryKey ucurr_register_android(const UChar * isoCode, const char * locale, UErrorCode * st… in ucurr_register_android()
1363 void udat_adoptNumberFormatForFields_android(UDateFormat * fmt, const UChar * fields, UNumberFormat… in udat_adoptNumberFormatForFields_android()
1366 void udat_applyPattern_android(UDateFormat * format, UBool localized, const UChar * pattern, int32_… in udat_applyPattern_android()
1381 int32_t udat_format_android(const UDateFormat * format, UDate dateToFormat, UChar * result, int32_t… in udat_format_android()
1384 int32_t udat_formatCalendar_android(const UDateFormat * format, UCalendar * calendar, UChar * resul… in udat_formatCalendar_android()
1387 …lendarForFields_android(const UDateFormat * format, UCalendar * calendar, UChar * result, int32_t … in udat_formatCalendarForFields_android()
1390 int32_t udat_formatForFields_android(const UDateFormat * format, UDate dateToFormat, UChar * result… in udat_formatForFields_android()
1414 const UNumberFormat * udat_getNumberFormatForField_android(const UDateFormat * fmt, UChar field) { in udat_getNumberFormatForField_android()
1417 …const UDateFormat * fmt, UDateFormatSymbolType type, int32_t symbolIndex, UChar * result, int32_t … in udat_getSymbols_android()
1423 …DateFormatStyle dateStyle, const char * locale, const UChar * tzID, int32_t tzIDLength, const UCha… in udat_open_android()
1426 UDate udat_parse_android(const UDateFormat * format, const UChar * text, int32_t textLength, int32_… in udat_parse_android()
1429 void udat_parseCalendar_android(const UDateFormat * format, UCalendar * calendar, const UChar * tex… in udat_parseCalendar_android()
1450 …id(UDateFormat * format, UDateFormatSymbolType type, int32_t symbolIndex, UChar * value, int32_t v… in udat_setSymbols_android()
1456 int32_t udat_toPattern_android(const UDateFormat * fmt, UBool localized, UChar * result, int32_t re… in udat_toPattern_android()
1483 …droid(UDateTimePatternGenerator * dtpg, const UChar * pattern, int32_t patternLength, UBool overri… in udatpg_addPattern_android()
1492 const UChar * udatpg_getAppendItemFormat_android(const UDateTimePatternGenerator * dtpg, UDateTimeP… in udatpg_getAppendItemFormat_android()
1495 const UChar * udatpg_getAppendItemName_android(const UDateTimePatternGenerator * dtpg, UDateTimePat… in udatpg_getAppendItemName_android()
1498 …on_android(UDateTimePatternGenerator * unusedDtpg, const UChar * pattern, int32_t length, UChar * … in udatpg_getBaseSkeleton_android()
1501 …tPattern_android(UDateTimePatternGenerator * dtpg, const UChar * skeleton, int32_t length, UChar *… in udatpg_getBestPattern_android()
1504 …ateTimePatternGenerator * dtpg, const UChar * skeleton, int32_t length, UDateTimePatternMatchOptio… in udatpg_getBestPatternWithOptions_android()
1507 const UChar * udatpg_getDateTimeFormat_android(const UDateTimePatternGenerator * dtpg, int32_t * pL… in udatpg_getDateTimeFormat_android()
1510 const UChar * udatpg_getDecimal_android(const UDateTimePatternGenerator * dtpg, int32_t * pLength) { in udatpg_getDecimal_android()
1513 const UChar * udatpg_getPatternForSkeleton_android(const UDateTimePatternGenerator * dtpg, const UC… in udatpg_getPatternForSkeleton_android()
1516 …on_android(UDateTimePatternGenerator * unusedDtpg, const UChar * pattern, int32_t length, UChar * … in udatpg_getSkeleton_android()
1531 …atternGenerator * dtpg, const UChar * pattern, int32_t patternLength, const UChar * skeleton, int3… in udatpg_replaceFieldTypes_android()
1534 …tpg, const UChar * pattern, int32_t patternLength, const UChar * skeleton, int32_t skeletonLength,… in udatpg_replaceFieldTypesWithOptions_android()
1537 …roid(UDateTimePatternGenerator * dtpg, UDateTimePatternField field, const UChar * value, int32_t l… in udatpg_setAppendItemFormat_android()
1540 …roid(UDateTimePatternGenerator * dtpg, UDateTimePatternField field, const UChar * value, int32_t l… in udatpg_setAppendItemName_android()
1543 void udatpg_setDateTimeFormat_android(const UDateTimePatternGenerator * dtpg, const UChar * dtForma… in udatpg_setDateTimeFormat_android()
1546 void udatpg_setDecimal_android(UDateTimePatternGenerator * dtpg, const UChar * decimal, int32_t len… in udatpg_setDecimal_android()
1552 …roid(const UDateIntervalFormat * formatter, UDate fromDate, UDate toDate, UChar * result, int32_t … in udtitvfmt_format_android()
1555 …udtitvfmt_open_android(const char * locale, const UChar * skeleton, int32_t skeletonLength, const in udtitvfmt_open_android()
1570 UEnumeration * uenum_openUCharStringsEnumeration_android(const UChar *const strings[], int32_t cou… in uenum_openUCharStringsEnumeration_android()
1576 const UChar * uenum_unext_android(UEnumeration * en, int32_t * resultLength, UErrorCode * status) { in uenum_unext_android()
1618 const UChar * ufmt_getUChars_android(UFormattable * fmt, int32_t * len, UErrorCode * status) { in ufmt_getUChars_android()
1636 int32_t uidna_labelToASCII_android(const UIDNA * idna, const UChar * label, int32_t length, UChar *… in uidna_labelToASCII_android()
1642 int32_t uidna_labelToUnicode_android(const UIDNA * idna, const UChar * label, int32_t length, UChar in uidna_labelToUnicode_android()
1648 int32_t uidna_nameToASCII_android(const UIDNA * idna, const UChar * name, int32_t length, UChar * d… in uidna_nameToASCII_android()
1654 int32_t uidna_nameToUnicode_android(const UIDNA * idna, const UChar * name, int32_t length, UChar *… in uidna_nameToUnicode_android()
1678 void uiter_setString_android(UCharIterator * iter, const UChar * s, int32_t length) { in uiter_setString_android()
1699 int32_t uldn_keyDisplayName_android(const ULocaleDisplayNames * ldn, const char * key, UChar * resu… in uldn_keyDisplayName_android()
1702 …id(const ULocaleDisplayNames * ldn, const char * key, const char * value, UChar * result, int32_t … in uldn_keyValueDisplayName_android()
1705 int32_t uldn_languageDisplayName_android(const ULocaleDisplayNames * ldn, const char * lang, UChar in uldn_languageDisplayName_android()
1708 int32_t uldn_localeDisplayName_android(const ULocaleDisplayNames * ldn, const char * locale, UChar in uldn_localeDisplayName_android()
1717 int32_t uldn_regionDisplayName_android(const ULocaleDisplayNames * ldn, const char * region, UChar in uldn_regionDisplayName_android()
1720 …playName_android(const ULocaleDisplayNames * ldn, UScriptCode scriptCode, UChar * result, int32_t … in uldn_scriptCodeDisplayName_android()
1723 int32_t uldn_scriptDisplayName_android(const ULocaleDisplayNames * ldn, const char * script, UChar in uldn_scriptDisplayName_android()
1726 …isplayName_android(const ULocaleDisplayNames * ldn, const char * variant, UChar * result, int32_t … in uldn_variantDisplayName_android()
1732 …st UListFormatter * listfmt, const UChar *const strings[], const int32_t * stringLengths, int32_t… in ulistfmt_format_android()
1771 int32_t uloc_getDisplayCountry_android(const char * locale, const char * displayLocale, UChar * cou… in uloc_getDisplayCountry_android()
1774 int32_t uloc_getDisplayKeyword_android(const char * keyword, const char * displayLocale, UChar * de… in uloc_getDisplayKeyword_android()
1777 …id(const char * locale, const char * keyword, const char * displayLocale, UChar * dest, int32_t de… in uloc_getDisplayKeywordValue_android()
1780 int32_t uloc_getDisplayLanguage_android(const char * locale, const char * displayLocale, UChar * la… in uloc_getDisplayLanguage_android()
1783 int32_t uloc_getDisplayName_android(const char * localeID, const char * inLocaleID, UChar * result,… in uloc_getDisplayName_android()
1786 int32_t uloc_getDisplayScript_android(const char * locale, const char * displayLocale, UChar * scri… in uloc_getDisplayScript_android()
1789 int32_t uloc_getDisplayVariant_android(const char * locale, const char * displayLocale, UChar * var… in uloc_getDisplayVariant_android()
1867 int32_t ulocdata_getDelimiter_android(ULocaleData * uld, ULocaleDataDelimiterType type, UChar * res… in ulocdata_getDelimiter_android()
1873 int32_t ulocdata_getLocaleDisplayPattern_android(ULocaleData * uld, UChar * pattern, int32_t patter… in ulocdata_getLocaleDisplayPattern_android()
1876 int32_t ulocdata_getLocaleSeparator_android(ULocaleData * uld, UChar * separator, int32_t separator… in ulocdata_getLocaleSeparator_android()
1894 void umsg_applyPattern_android(UMessageFormat * fmt, const UChar * pattern, int32_t patternLength, … in umsg_applyPattern_android()
1897 int32_t umsg_autoQuoteApostrophe_android(const UChar * pattern, int32_t patternLength, UChar * dest… in umsg_autoQuoteApostrophe_android()
1906 int32_t umsg_format_android(const UMessageFormat * fmt, UChar * result, int32_t resultLength, UErro… in umsg_format_android()
1916 UMessageFormat * umsg_open_android(const UChar * pattern, int32_t patternLength, const char * local… in umsg_open_android()
1919 void umsg_parse_android(const UMessageFormat * fmt, const UChar * source, int32_t sourceLength, int… in umsg_parse_android()
1929 int32_t umsg_toPattern_android(const UMessageFormat * fmt, UChar * result, int32_t resultLength, UE… in umsg_toPattern_android()
1932 int32_t umsg_vformat_android(const UMessageFormat * fmt, UChar * result, int32_t resultLength, va_l… in umsg_vformat_android()
1935 void umsg_vparse_android(const UMessageFormat * fmt, const UChar * source, int32_t sourceLength, in… in umsg_vparse_android()
1938 …pend_android(const UNormalizer2 * norm2, UChar * first, int32_t firstLength, int32_t firstCapacity… in unorm2_append_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()
1983 UBool unorm2_isNormalized_android(const UNormalizer2 * norm2, const UChar * s, int32_t length, UErr… in unorm2_isNormalized_android()
1986 …unorm2_normalize_android(const UNormalizer2 * norm2, const UChar * src, int32_t length, UChar * de… in unorm2_normalize_android()
1989 …pend_android(const UNormalizer2 * norm2, UChar * first, int32_t firstLength, int32_t firstCapacity… in unorm2_normalizeSecondAndAppend_android()
1995 UNormalizationCheckResult unorm2_quickCheck_android(const UNormalizer2 * norm2, const UChar * s, in… in unorm2_quickCheck_android()
1998 int32_t unorm2_spanQuickCheckYes_android(const UNormalizer2 * norm2, const UChar * s, int32_t lengt… in unorm2_spanQuickCheckYes_android()
2001 int32_t unorm_compare_android(const UChar * s1, int32_t length1, const UChar * s2, int32_t length2,… in unorm_compare_android()
2004 void unum_applyPattern_android(UNumberFormat * format, UBool localized, const UChar * pattern, int3… in unum_applyPattern_android()
2016 int32_t unum_format_android(const UNumberFormat * fmt, int32_t number, UChar * result, int32_t resu… in unum_format_android()
2019 …l_android(const UNumberFormat * fmt, const char * number, int32_t length, UChar * result, int32_t … in unum_formatDecimal_android()
2022 int32_t unum_formatDouble_android(const UNumberFormat * fmt, double number, UChar * result, int32_t… in unum_formatDouble_android()
2025 …DoubleCurrency_android(const UNumberFormat * fmt, double number, UChar * currency, UChar * result,… in unum_formatDoubleCurrency_android()
2028 int32_t unum_formatDoubleForFields_android(const UNumberFormat * format, double number, UChar * res… in unum_formatDoubleForFields_android()
2031 int32_t unum_formatInt64_android(const UNumberFormat * fmt, int64_t number, UChar * result, int32_t… in unum_formatInt64_android()
2034 …rmattable_android(const UNumberFormat * fmt, const UFormattable * number, UChar * result, int32_t … in unum_formatUFormattable_android()
2052 int32_t unum_getSymbol_android(const UNumberFormat * fmt, UNumberFormatSymbol symbol, UChar * buffe… in unum_getSymbol_android()
2055 …ribute_android(const UNumberFormat * fmt, UNumberFormatTextAttribute tag, UChar * result, int32_t … in unum_getTextAttribute_android()
2058 UNumberFormat * unum_open_android(UNumberFormatStyle style, const UChar * pattern, int32_t patternL… in unum_open_android()
2061 int32_t unum_parse_android(const UNumberFormat * fmt, const UChar * text, int32_t textLength, int32… in unum_parse_android()
2064 int32_t unum_parseDecimal_android(const UNumberFormat * fmt, const UChar * text, int32_t textLength… in unum_parseDecimal_android()
2067 double unum_parseDouble_android(const UNumberFormat * fmt, const UChar * text, int32_t textLength, … in unum_parseDouble_android()
2070 …rency_android(const UNumberFormat * fmt, const UChar * text, int32_t textLength, int32_t * parsePo… in unum_parseDoubleCurrency_android()
2073 int64_t unum_parseInt64_android(const UNumberFormat * fmt, const UChar * text, int32_t textLength, … in unum_parseInt64_android()
2076 …rmattable_android(const UNumberFormat * fmt, UFormattable * result, const UChar * text, int32_t te… in unum_parseToUFormattable_android()
2088 void unum_setSymbol_android(UNumberFormat * fmt, UNumberFormatSymbol symbol, const UChar * value, i… in unum_setSymbol_android()
2091 void unum_setTextAttribute_android(UNumberFormat * fmt, UNumberFormatTextAttribute tag, const UChar in unum_setTextAttribute_android()
2094 int32_t unum_toPattern_android(const UNumberFormat * fmt, UBool isPatternLocalized, UChar * result,… in unum_toPattern_android()
2100 int32_t unumsys_getDescription_android(const UNumberingSystem * unumsys, UChar * result, int32_t re… in unumsys_getDescription_android()
2133 int32_t uplrules_select_android(const UPluralRules * uplrules, double number, UChar * keyword, int3… in uplrules_select_android()
2136 …ment_android(URegularExpression * regexp, const UChar * replacementText, int32_t replacementLength… in uregex_appendReplacement_android()
2142 int32_t uregex_appendTail_android(URegularExpression * regexp, UChar ** destBuf, int32_t * destCapa… in uregex_appendTail_android()
2181 const UChar * uregex_getText_android(URegularExpression * regexp, int32_t * textLength, UErrorCode … in uregex_getText_android()
2190 int32_t uregex_group_android(URegularExpression * regexp, int32_t groupNum, UChar * dest, int32_t d… in uregex_group_android()
2199 int32_t uregex_groupNumberFromName_android(URegularExpression * regexp, const UChar * groupName, in… in uregex_groupNumberFromName_android()
2226 URegularExpression * uregex_open_android(const UChar * pattern, int32_t patternLength, uint32_t fla… in uregex_open_android()
2235 const UChar * uregex_pattern_android(const URegularExpression * regexp, int32_t * patLength, UError… in uregex_pattern_android()
2256 …eAll_android(URegularExpression * regexp, const UChar * replacementText, int32_t replacementLength… in uregex_replaceAll_android()
2262 …irst_android(URegularExpression * regexp, const UChar * replacementText, int32_t replacementLength… in uregex_replaceFirst_android()
2295 void uregex_setText_android(URegularExpression * regexp, const UChar * text, int32_t textLength, UE… in uregex_setText_android()
2304 …it_android(URegularExpression * regexp, UChar * destBuf, int32_t destCapacity, int32_t * requiredC… in uregex_split_android()
2364 …* reldatefmt, const UChar * relativeDateString, int32_t relativeDateStringLen, const UChar * timeS… in ureldatefmt_combineDateAndTime_android()
2367 …ateTimeFormatter * reldatefmt, double offset, URelativeDateTimeUnit unit, UChar * result, int32_t … in ureldatefmt_format_android()
2370 …ateTimeFormatter * reldatefmt, double offset, URelativeDateTimeUnit unit, UChar * result, int32_t … in ureldatefmt_formatNumeric_android()
2403 const UChar * ures_getNextString_android(UResourceBundle * resourceBundle, int32_t * len, const cha… in ures_getNextString_android()
2409 const UChar * ures_getString_android(const UResourceBundle * resourceBundle, int32_t * len, UErrorC… in ures_getString_android()
2412 const UChar * ures_getStringByIndex_android(const UResourceBundle * resourceBundle, int32_t indexS,… in ures_getStringByIndex_android()
2415 const UChar * ures_getStringByKey_android(const UResourceBundle * resB, const char * key, int32_t *… in ures_getStringByKey_android()
2448 UResourceBundle * ures_openU_android(const UChar * packageName, const char * locale, UErrorCode * s… in ures_openU_android()
2463 int32_t uscript_getSampleString_android(UScriptCode script, UChar * dest, int32_t capacity, UErrorC… in uscript_getSampleString_android()
2511 int32_t usearch_getMatchedText_android(const UStringSearch * strsrch, UChar * result, int32_t resul… in usearch_getMatchedText_android()
2517 const UChar * usearch_getPattern_android(const UStringSearch * strsrch, int32_t * length) { in usearch_getPattern_android()
2520 const UChar * usearch_getText_android(const UStringSearch * strsrch, int32_t * length) { in usearch_getText_android()
2529 UStringSearch * usearch_open_android(const UChar * pattern, int32_t patternlength, const UChar * te… in usearch_open_android()
2532 …ingSearch * usearch_openFromCollator_android(const UChar * pattern, int32_t patternlength, const U… in usearch_openFromCollator_android()
2556 void usearch_setPattern_android(UStringSearch * strsrch, const UChar * pattern, int32_t patternleng… in usearch_setPattern_android()
2559 void usearch_setText_android(UStringSearch * strsrch, const UChar * text, int32_t textlength, UErro… in usearch_setText_android()
2568 void uset_addAllCodePoints_android(USet * set, const UChar * str, int32_t strLen) { in uset_addAllCodePoints_android()
2574 void uset_addString_android(USet * set, const UChar * str, int32_t strLen) { in uset_addString_android()
2580 int32_t uset_applyPattern_android(USet * set, const UChar * pattern, int32_t patternLength, uint32_… in uset_applyPattern_android()
2583 …oid uset_applyPropertyAlias_android(USet * set, const UChar * prop, int32_t propLength, const UCha… in uset_applyPropertyAlias_android()
2619 UBool uset_containsAllCodePoints_android(const USet * set, const UChar * str, int32_t strLen) { in uset_containsAllCodePoints_android()
2631 UBool uset_containsString_android(const USet * set, const UChar * str, int32_t strLen) { in uset_containsString_android()
2640 …roid(const USet * set, int32_t itemIndex, UChar32 * start, UChar32 * end, UChar * str, int32_t str… in uset_getItem_android()
2670 USet * uset_openPattern_android(const UChar * pattern, int32_t patternLength, UErrorCode * ec) { in uset_openPattern_android()
2673 USet * uset_openPatternOptions_android(const UChar * pattern, int32_t patternLength, uint32_t optio… in uset_openPatternOptions_android()
2688 void uset_removeString_android(USet * set, const UChar * str, int32_t strLen) { in uset_removeString_android()
2691 UBool uset_resemblesPattern_android(const UChar * pattern, int32_t patternLength, int32_t pos) { in uset_resemblesPattern_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()
2727 int32_t uset_toPattern_android(const USet * set, UChar * result, int32_t resultCapacity, UBool esca… in uset_toPattern_android()
2730 …f_areConfusable_android(const USpoofChecker * sc, const UChar * id1, int32_t length1, const UChar in uspoof_areConfusable_android()
2736 int32_t uspoof_check_android(const USpoofChecker * sc, const UChar * id, int32_t length, int32_t * … in uspoof_check_android()
2739 int32_t uspoof_check2_android(const USpoofChecker * sc, const UChar * id, int32_t length, USpoofChe… in uspoof_check2_android()
2784 …eton_android(const USpoofChecker * sc, uint32_t type, const UChar * id, int32_t length, UChar * de… in uspoof_getSkeleton_android()
2826 …ep_prepare_android(const UStringPrepProfile * prep, const UChar * src, int32_t srcLength, UChar * … in usprep_prepare_android()
2847 int32_t utext_extract_android(UText * ut, int64_t nativeStart, int64_t nativeLimit, UChar * dest, i… in utext_extract_android()
2880 UText * utext_openUChars_android(UText * ut, const UChar * s, int64_t length, UErrorCode * status) { in utext_openUChars_android()
2892 int32_t utext_replace_android(UText * ut, int64_t nativeStart, int64_t nativeLimit, const UChar * r… in utext_replace_android()
2959 const UChar * utrans_getUnicodeID_android(const UTransliterator * trans, int32_t * resultLength) { in utrans_getUnicodeID_android()
2968 UTransliterator * utrans_openU_android(const UChar * id, int32_t idLength, UTransDirection dir, con… in utrans_openU_android()
2974 void utrans_setFilter_android(UTransliterator * trans, const UChar * filterPattern, int32_t filterP… in utrans_setFilter_android()
2977 int32_t utrans_toRules_android(const UTransliterator * trans, UBool escapeUnprintable, UChar * resu… in utrans_toRules_android()
2986 void utrans_transIncrementalUChars_android(const UTransliterator * trans, UChar * text, int32_t * t… in utrans_transIncrementalUChars_android()
2989 void utrans_transUChars_android(const UTransliterator * trans, UChar * text, int32_t * textLength, … in utrans_transUChars_android()
2992 void utrans_unregisterID_android(const UChar * id, int32_t idLength) { in utrans_unregisterID_android()