Searched refs:character (Results 26 - 42 of 42) sorted by relevance

12

/haiku/src/kits/debugger/source_language/c_family/
H A DCLanguageTokenizer.cpp146 throw ParseException("unexpected character", _CurrentPos());
250 throw ParseException("unexpected character",
/haiku/src/kits/tracker/
H A DCountView.cpp350 BCountView::AddFilterCharacter(const char* character) argument
352 fFilterString.AppendChars(character, 1);
/haiku/src/add-ons/translators/gif/
H A DGIFSave.cpp228 // Terminating character
360 character = NextPixel(x);
362 if ((y = CheckHashtable(string_code, character)) != -1)
365 AddToHashtable(string_code, character);
394 string_code = character;
688 character = 0;
/haiku/headers/libs/glut/GL/
H A Dglut.h682 GLUTAPI void GLUTAPIENTRY glutBitmapCharacter(void *font, int character);
683 GLUTAPI int GLUTAPIENTRY glutBitmapWidth(void *font, int character);
684 GLUTAPI void GLUTAPIENTRY glutStrokeCharacter(void *font, int character);
685 GLUTAPI int GLUTAPIENTRY glutStrokeWidth(void *font, int character);
/haiku/src/apps/charactermap/
H A DUnicodeBlocks.cpp113 {B_TRANSLATE("Optical character recognition"),
388 BlockForCharacter(const uint32 character) argument
398 if (start <= character && end >= character)
401 if (end < character) {
/haiku/src/bin/
H A Dleak_analyser.sh43 character.
/haiku/src/bin/rc/
H A Dlexer.l163 <RAWDATA>. LEXERROR("invalid character in raw data")
/haiku/src/apps/terminal/
H A DTerminalLine.h196 UTF8Char character; member in struct:TerminalCell
239 uint16 offset; // character offset
H A DBasicTerminalBuffer.h93 UTF8Char& character,
114 // actually point to a character (as opposed
116 // character).
H A DTermView.cpp1137 // Draw character.
1171 UTF8Char character; local
1192 character, attr) == A_CHAR
1197 int32 bytes = UTF8Char::ByteCount(character.bytes[0]);
1198 memcpy(buffer, character.bytes, bytes);
1496 // If(x1, y1) Buffer is in string full width character,
3131 // illegal: character starts with utf-8 intermediate byte, skip it
3134 // single byte character/code, just feed that
/haiku/src/kits/package/
H A DPackageInfoParser.cpp276 // a separator character -- this ends the string
406 throw ParseError("invalid character in pre-release string",
433 throw ParseError("invalid character in micro version string",
440 throw ParseError("invalid character in minor version string",
447 throw ParseError("invalid character in major version string",
466 throw ParseError("invalid character in resolvable name",
510 throw ParseError("invalid character in resolvable name",
609 throw ParseError("invalid character in resolvable name",
1003 throw ParseError("invalid character in package name",
/haiku/headers/os/interface/
H A DTextView.h197 void DisallowChar(uint32 character);
198 void AllowChar(uint32 character);
/haiku/src/kits/interface/
H A DMenu.cpp3277 const char* nextCharacter, *character; local
3281 character = nextCharacter;
3284 character = nextCharacter;
3288 index = (int32)(character - title);
3294 character = nextCharacter;
3297 character = nextCharacter;
3301 index = (int32)(character - title);
H A DTextView.cpp774 // bail out if the character is not allowed
1890 // return the offset of the character preceding the newline
2473 BTextView::DisallowChar(uint32 character) argument
2477 if (!fDisallowedChars->HasItem(reinterpret_cast<void*>(character)))
2478 fDisallowedChars->AddItem(reinterpret_cast<void*>(character));
2483 BTextView::AllowChar(uint32 character) argument
2486 fDisallowedChars->RemoveItem(reinterpret_cast<void*>(character));
3612 // character in the buffer, otherwise get the starting
3613 // offset of the next line, and go to the previous character
3724 \param bytes The string or character associate
[all...]
/haiku/src/system/libroot/posix/glibc/libio/
H A Dgenops.c232 __overflow(_IO_FILE *file, int character)
238 return _IO_OVERFLOW(file, character);
/haiku/src/libs/iconv/
H A Daliases.h28 /* The character set is not based on ISO-646. */
29 #error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gnu-gperf@gnu.org>."
/haiku/src/apps/bootmanager/
H A Dbootman.S642 ; al ... ASCII character

Completed in 158 milliseconds

12