Lines Matching +defs:string +defs:length
352 int32_t u_countChar32(const UChar * s, int32_t length) { in u_countChar32()
496 int32_t u_memcasecmp(const UChar * s1, const UChar * s2, int32_t length, uint32_t options) { in u_memcasecmp()
532 UChar * u_strFindFirst(const UChar * s, int32_t length, const UChar * substring, int32_t subLength)… in u_strFindFirst()
535 UChar * u_strFindLast(const UChar * s, int32_t length, const UChar * substring, int32_t subLength) { in u_strFindLast()
556 UBool u_strHasMoreChar32Than(const UChar * s, int32_t length, int32_t number) { in u_strHasMoreChar32Than()
601 int32_t u_strcspn(const UChar * string, const UChar * matchSet) { in u_strcspn()
622 UChar * u_strpbrk(const UChar * string, const UChar * matchSet) { in u_strpbrk()
634 int32_t u_strspn(const UChar * string, const UChar * matchSet) { in u_strspn()
664 UBiDiDirection ubidi_getBaseDirection(const UChar * text, int32_t length) { in ubidi_getBaseDirection()
727 void ubidi_invertMap(const int32_t * srcMap, int32_t * destMap, int32_t length) { in ubidi_invertMap()
745 void ubidi_reorderLogical(const UBiDiLevel * levels, int32_t length, int32_t * indexMap) { in ubidi_reorderLogical()
748 void ubidi_reorderVisual(const UBiDiLevel * levels, int32_t length, int32_t * indexMap) { in ubidi_reorderVisual()
763 void ubidi_setPara(UBiDi * pBiDi, const UChar * text, int32_t length, UBiDiLevel paraLevel, UBiDiLe… in ubidi_setPara()
952 …uldn_openForContext(const char * locale, UDisplayContext * contexts, int32_t length, UErrorCode * … in uldn_openForContext()
1120 UBool unorm2_isNormalized(const UNormalizer2 * norm2, const UChar * s, int32_t length, UErrorCode *… in unorm2_isNormalized()
1123 int32_t unorm2_normalize(const UNormalizer2 * norm2, const UChar * src, int32_t length, UChar * des… in unorm2_normalize()
1129 …esult unorm2_quickCheck(const UNormalizer2 * norm2, const UChar * s, int32_t length, UErrorCode * … in unorm2_quickCheck()
1132 int32_t unorm2_spanQuickCheckYes(const UNormalizer2 * norm2, const UChar * s, int32_t length, UErro… in unorm2_spanQuickCheckYes()
1201 UText * utext_openUChars(UText * ut, const UChar * s, int64_t length, UErrorCode * status) { in utext_openUChars()
1204 UText * utext_openUTF8(UText * ut, const char * s, int64_t length, UErrorCode * status) { in utext_openUTF8()