Searched refs:nextChar (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/haikudepot/textview/
H A DMarkupParser.cpp139 uint32 nextChar = UTF8ToCharCode(&c); local
141 switch (nextChar) {
/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DCommandActuators.cpp885 char nextChar = fSequence.ByteAt(i); local
892 temp.AddInt32("raw_char", (int32) nextChar);
923 t[0] = nextChar;

Completed in 92 milliseconds