-protected:
- void matchInit(InputText *textIn);
- void matchFinish(InputText *textIn);
-
-private:
- uint8_t *prev_fInputBytes;
- int32_t prev_fInputBytesLength;
- UBool deleteBuffer;
-
- UBool isLamAlef(uint8_t b);
- uint8_t *unshapeLamAlef(const uint8_t *inputBytes, int32_t inputBytesLength, int32_t &length);
- uint8_t *unshape(const uint8_t *inputBytes, int32_t inputBytesLength, int32_t &length);