Home
last modified time | relevance | path

Searched refs:UArray_endsWith_ (Results 1 – 4 of 4) sorted by relevance

/dports/lang/io-devel/io-9bfac31d/libs/basekit/source/
H A DUArray_string.h58 BASEKIT_API int UArray_endsWith_(UArray *self, const UArray *other);
H A DUArray_string.c353 BASEKIT_API int UArray_endsWith_(UArray *self, const UArray *other) in UArray_endsWith_() function
467 if(UArray_beginsWith_(self, &q) && UArray_endsWith_(self, &q)) in UArray_unquote()
/dports/lang/io-devel/io-9bfac31d/libs/iovm/source/
H A DIoSeq_mutable.c763 if (UArray_endsWith_(DATA(self), DATA(other))) in IO_METHOD()
H A DIoSeq_immutable.c668 return IOBOOL(self, UArray_endsWith_(DATA(self), DATA(other))); in IO_METHOD()