Lines Matching refs:int32_t

90 U_STABLE int32_t U_EXPORT2
107 U_STABLE int32_t U_EXPORT2
108 u_countChar32(const UChar *s, int32_t length);
129 u_strHasMoreChar32Than(const UChar *s, int32_t length, int32_t number);
162 int32_t n);
209 u_strFindFirst(const UChar *s, int32_t length, const UChar *substring, int32_t subLength);
296 u_strFindLast(const UChar *s, int32_t length, const UChar *substring, int32_t subLength);
366 U_STABLE int32_t U_EXPORT2
382 U_STABLE int32_t U_EXPORT2
425 U_STABLE int32_t U_EXPORT2
440 U_STABLE int32_t U_EXPORT2
470 U_STABLE int32_t U_EXPORT2
471 u_strCompare(const UChar *s1, int32_t length1,
472 const UChar *s2, int32_t length2,
495 U_STABLE int32_t U_EXPORT2
548 U_STABLE int32_t U_EXPORT2
549 u_strCaseCompare(const UChar *s1, int32_t length1,
550 const UChar *s2, int32_t length2,
566 U_STABLE int32_t U_EXPORT2
569 int32_t n);
584 U_STABLE int32_t U_EXPORT2
585 u_strncmpCodePointOrder(const UChar *s1, const UChar *s2, int32_t n);
606 U_STABLE int32_t U_EXPORT2
630 U_STABLE int32_t U_EXPORT2
631 u_strncasecmp(const UChar *s1, const UChar *s2, int32_t n, uint32_t options);
654 U_STABLE int32_t U_EXPORT2
655 u_memcasecmp(const UChar *s1, const UChar *s2, int32_t length, uint32_t options);
683 int32_t n);
714 int32_t n);
743 int32_t n );
756 u_memcpy(UChar *dest, const UChar *src, int32_t count);
767 u_memmove(UChar *dest, const UChar *src, int32_t count);
779 u_memset(UChar *dest, UChar c, int32_t count);
792 U_STABLE int32_t U_EXPORT2
793 u_memcmp(const UChar *buf1, const UChar *buf2, int32_t count);
808 U_STABLE int32_t U_EXPORT2
809 u_memcmpCodePointOrder(const UChar *s1, const UChar *s2, int32_t count);
829 u_memchr(const UChar *s, UChar c, int32_t count);
849 u_memchr32(const UChar *s, UChar32 c, int32_t count);
869 u_memrchr(const UChar *s, UChar c, int32_t count);
889 u_memrchr32(const UChar *s, UChar32 c, int32_t count);
1006 U_STABLE int32_t U_EXPORT2
1008 UChar *dest, int32_t destCapacity);
1023 typedef UChar (U_CALLCONV *UNESCAPE_CHAR_AT)(int32_t offset, void *context);
1056 int32_t *offset,
1057 int32_t length,
1080 U_STABLE int32_t U_EXPORT2
1081 u_strToUpper(UChar *dest, int32_t destCapacity,
1082 const UChar *src, int32_t srcLength,
1106 U_STABLE int32_t U_EXPORT2
1107 u_strToLower(UChar *dest, int32_t destCapacity,
1108 const UChar *src, int32_t srcLength,
1152 U_STABLE int32_t U_EXPORT2
1153 u_strToTitle(UChar *dest, int32_t destCapacity,
1154 const UChar *src, int32_t srcLength,
1185 U_STABLE int32_t U_EXPORT2
1186 u_strFoldCase(UChar *dest, int32_t destCapacity,
1187 const UChar *src, int32_t srcLength,
1216 int32_t destCapacity,
1217 int32_t *pDestLength,
1219 int32_t srcLength,
1245 int32_t destCapacity,
1246 int32_t *pDestLength,
1248 int32_t srcLength,
1276 int32_t destCapacity,
1277 int32_t *pDestLength,
1279 int32_t srcLength,
1306 int32_t destCapacity,
1307 int32_t *pDestLength,
1309 int32_t srcLength,
1349 int32_t destCapacity,
1350 int32_t *pDestLength,
1352 int32_t srcLength,
1353 UChar32 subchar, int32_t *pNumSubstitutions,
1394 int32_t destCapacity,
1395 int32_t *pDestLength,
1397 int32_t srcLength,
1398 UChar32 subchar, int32_t *pNumSubstitutions,
1454 int32_t destCapacity,
1455 int32_t *pDestLength,
1457 int32_t srcLength,
1484 int32_t destCapacity,
1485 int32_t *pDestLength,
1487 int32_t srcLength,
1514 int32_t destCapacity,
1515 int32_t *pDestLength,
1517 int32_t srcLength,
1557 int32_t destCapacity,
1558 int32_t *pDestLength,
1560 int32_t srcLength,
1561 UChar32 subchar, int32_t *pNumSubstitutions,
1601 int32_t destCapacity,
1602 int32_t *pDestLength,
1604 int32_t srcLength,
1605 UChar32 subchar, int32_t *pNumSubstitutions,
1643 int32_t destCapacity,
1644 int32_t *pDestLength,
1646 int32_t srcLength,
1693 int32_t destCapacity,
1694 int32_t *pDestLength,
1696 int32_t srcLength,
1697 UChar32 subchar, int32_t *pNumSubstitutions,