Home
last modified time | relevance | path

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

/dports/devel/py-simpleparse/SimpleParse-2.2.2/simpleparse/stt/TextTools/mxTextTools/
H A DmxTextTools.c1217 int mxCharSet_FindChar(PyObject *self, in mxCharSet_FindChar() function
1431 position = mxCharSet_FindChar(self, in mxCharSet_Search()
1482 position = mxCharSet_FindChar(self, in mxCharSet_Match()
1543 left = mxCharSet_FindChar(self, in mxCharSet_Strip()
1557 right = mxCharSet_FindChar(self, in mxCharSet_Strip()
1650 x = mxCharSet_FindChar(self, tx, x, text_len, include_splits, 1); in mxCharSet_Split()
1672 x = mxCharSet_FindChar(self, tx, x, text_len, !include_splits, 1); in mxCharSet_Split()