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

/haiku/src/libs/glut/
H A Dbeos_x11.cpp102 char *nextCharacter; local
110 tempWidth = ReadInteger(strind, &nextCharacter);
111 if (strind == nextCharacter)
113 strind = nextCharacter;
119 tempHeight = ReadInteger(strind, &nextCharacter);
120 if (strind == nextCharacter)
122 strind = nextCharacter;
129 tempX = -ReadInteger(strind, &nextCharacter);
130 if (strind == nextCharacter)
132 strind = nextCharacter;
[all...]
/haiku/src/kits/interface/
H A DMenu.cpp3277 const char* nextCharacter, *character; local
3280 nextCharacter = title;
3281 character = nextCharacter;
3282 while ((c = BUnicodeChar::FromUTF8(&nextCharacter)) != 0) {
3284 character = nextCharacter;
3293 nextCharacter = title;
3294 character = nextCharacter;
3295 while ((c = BUnicodeChar::FromUTF8(&nextCharacter)) != 0) {
3297 character = nextCharacter;

Completed in 45 milliseconds