Home | History | Annotate | Download | only in scrptrun

Lines Matching defs:reset

42     void reset();
44 void reset(int32_t start, int32_t count);
46 void reset(const UChar chars[], int32_t start, int32_t length);
102 reset(NULL, 0, 0);
107 reset(chars, 0, length);
112 reset(chars, start, length);
130 inline void ScriptRun::reset()
138 inline void ScriptRun::reset(int32_t start, int32_t length)
143 reset();
146 inline void ScriptRun::reset(const UChar chars[], int32_t start, int32_t length)
150 reset(start, length);