• Home
  • Raw
  • Download

Lines Matching refs:int32_t

80 U_STABLE int32_t U_EXPORT2
96 U_STABLE int32_t U_EXPORT2
97 u_countChar32(const UChar *s, int32_t length);
118 u_strHasMoreChar32Than(const UChar *s, int32_t length, int32_t number);
151 int32_t n);
198 u_strFindFirst(const UChar *s, int32_t length, const UChar *substring, int32_t subLength);
285 u_strFindLast(const UChar *s, int32_t length, const UChar *substring, int32_t subLength);
355 U_STABLE int32_t U_EXPORT2
371 U_STABLE int32_t U_EXPORT2
414 U_STABLE int32_t U_EXPORT2
429 U_STABLE int32_t U_EXPORT2
459 U_STABLE int32_t U_EXPORT2
460 u_strCompare(const UChar *s1, int32_t length1,
461 const UChar *s2, int32_t length2,
484 U_STABLE int32_t U_EXPORT2
537 U_STABLE int32_t U_EXPORT2
538 u_strCaseCompare(const UChar *s1, int32_t length1,
539 const UChar *s2, int32_t length2,
555 U_STABLE int32_t U_EXPORT2
558 int32_t n);
573 U_STABLE int32_t U_EXPORT2
574 u_strncmpCodePointOrder(const UChar *s1, const UChar *s2, int32_t n);
595 U_STABLE int32_t U_EXPORT2
619 U_STABLE int32_t U_EXPORT2
620 u_strncasecmp(const UChar *s1, const UChar *s2, int32_t n, uint32_t options);
643 U_STABLE int32_t U_EXPORT2
644 u_memcasecmp(const UChar *s1, const UChar *s2, int32_t length, uint32_t options);
672 int32_t n);
703 int32_t n);
732 int32_t n );
745 u_memcpy(UChar *dest, const UChar *src, int32_t count);
756 u_memmove(UChar *dest, const UChar *src, int32_t count);
768 u_memset(UChar *dest, UChar c, int32_t count);
781 U_STABLE int32_t U_EXPORT2
782 u_memcmp(const UChar *buf1, const UChar *buf2, int32_t count);
797 U_STABLE int32_t U_EXPORT2
798 u_memcmpCodePointOrder(const UChar *s1, const UChar *s2, int32_t count);
818 u_memchr(const UChar *s, UChar c, int32_t count);
838 u_memchr32(const UChar *s, UChar32 c, int32_t count);
858 u_memrchr(const UChar *s, UChar c, int32_t count);
878 u_memrchr32(const UChar *s, UChar32 c, int32_t count);
977 U_STABLE int32_t U_EXPORT2
979 UChar *dest, int32_t destCapacity);
994 typedef UChar (U_CALLCONV *UNESCAPE_CHAR_AT)(int32_t offset, void *context);
1027 int32_t *offset,
1028 int32_t length,
1051 U_STABLE int32_t U_EXPORT2
1052 u_strToUpper(UChar *dest, int32_t destCapacity,
1053 const UChar *src, int32_t srcLength,
1077 U_STABLE int32_t U_EXPORT2
1078 u_strToLower(UChar *dest, int32_t destCapacity,
1079 const UChar *src, int32_t srcLength,
1123 U_STABLE int32_t U_EXPORT2
1124 u_strToTitle(UChar *dest, int32_t destCapacity,
1125 const UChar *src, int32_t srcLength,
1154 U_STABLE int32_t U_EXPORT2
1155 u_strFoldCase(UChar *dest, int32_t destCapacity,
1156 const UChar *src, int32_t srcLength,
1181 int32_t destCapacity,
1182 int32_t *pDestLength,
1184 int32_t srcLength,
1207 int32_t destCapacity,
1208 int32_t *pDestLength,
1210 int32_t srcLength,
1233 int32_t destCapacity,
1234 int32_t *pDestLength,
1236 int32_t srcLength,
1260 int32_t destCapacity,
1261 int32_t *pDestLength,
1263 int32_t srcLength,
1287 int32_t destCapacity,
1288 int32_t *pDestLength,
1290 int32_t srcLength,
1314 int32_t destCapacity,
1315 int32_t *pDestLength,
1317 int32_t srcLength,