Home
last modified time | relevance | path

Searched defs:endChar (Results 1 – 25 of 263) sorted by relevance

1234567891011

/dports/games/glest/glest_source_3.2.2/source/shared_lib/sources/util/
H A Dconversion.cpp37 char *endChar; in strToInt() local
49 char *endChar; in strToFloat() local
73 char *endChar; in strToInt() local
83 char *endChar; in strToFloat() local
/dports/games/megaglest/megaglest-source-3.13.0/source/shared_lib/sources/util/
H A Dconversion.cpp42 char *endChar; in strToInt() local
54 char *endChar; in strToUInt() local
67 char *endChar; in strToFloat() local
93 char *endChar; in strToInt() local
105 char *endChar; in strToUInt() local
117 char *endChar; in strToFloat() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmerge/source/xmerge/java/org/openoffice/xmerge/merger/diff/
H A DTextNodeEntry.java43 public TextNodeEntry(int startChar, int endChar, Node node) { in TextNodeEntry()
63 public int endChar() { in endChar() method in TextNodeEntry
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmerge/source/xmerge/java/org/openoffice/xmerge/merger/diff/
H A DTextNodeEntry.java43 public TextNodeEntry(int startChar, int endChar, Node node) { in TextNodeEntry()
63 public int endChar() { in endChar() method in TextNodeEntry
/dports/astro/xplanet/xplanet-1.3.1/src/
H A Dparse.cpp33 skipPastToken(int &i, const char *line, const char endChar) in skipPastToken()
61 getValue(const char *line, int &i, const char *key, const char endChar, in getValue()
84 const char endChar, char *&returnstring) in getValueIncludingComment()
93 getValueAfter(const char *line, int &i, const char *key, const char endChar, in getValueAfter()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Xsl/XPath/
H A DXPathCompileException.cs15 public int endChar; field in System.Xml.Xsl.XPath.XPathCompileException
17 …internal XPathCompileException(string queryString, int startChar, int endChar, string resId, param… in XPathCompileException()
H A DXPathParser.cs586 private void PushPosInfo(int startChar, int endChar) in PushPosInfo()
598 private void PopPosInfo(out int startChar, out int endChar) in PopPosInfo()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.SqlXml/System/Xml/Xsl/XPath/
H A DXPathCompileException.cs17 public int endChar; field in System.Xml.Xsl.XPath.XPathCompileException
35 …internal XPathCompileException(string queryString, int startChar, int endChar, string resId, param… in XPathCompileException()
H A DXPathParser.cs517 private void PushPosInfo(int startChar, int endChar) { in PushPosInfo()
527 private void PopPosInfo(out int startChar, out int endChar) { in PopPosInfo()
/dports/games/galaxyhack/galaxyhack/src/
H A DStringInput.cpp45 int endChar = giveString.size() - 1; in StringInput() local
/dports/x11-toolkits/scintilla/scintilla/gtk/
H A DScintillaGTKAccessible.h73 …rRangeFromByteRange(Sci::Position startByte, Sci::Position endByte, int *startChar, int *endChar) { in CharacterRangeFromByteRange()
78 …void ByteRangeFromCharacterRange(int startChar, int endChar, Sci::Position& startByte, Sci::Positi… in ByteRangeFromCharacterRange()
H A DScintillaGTKAccessible.cxx197 gchar *ScintillaGTKAccessible::GetText(int startChar, int endChar) { in GetText()
209 AtkTextBoundary boundaryType, int *startChar, int *endChar) { in GetTextAfterOffset()
260 AtkTextBoundary boundaryType, int *startChar, int *endChar) { in GetTextBeforeOffset()
322 AtkTextBoundary boundaryType, int *startChar, int *endChar) { in GetTextAtOffset()
385 AtkTextGranularity granularity, int *startChar, int *endChar) { in GetStringAtOffset()
584 gchar *ScintillaGTKAccessible::GetSelection(gint selection_num, int *startChar, int *endChar) { in GetSelection()
595 gboolean ScintillaGTKAccessible::AddSelection(int startChar, int endChar) { in AddSelection()
625 gboolean ScintillaGTKAccessible::SetSelection(gint selection_num, int startChar, int endChar) { in SetSelection()
698 void ScintillaGTKAccessible::CopyText(int startChar, int endChar) { in CopyText()
704 void ScintillaGTKAccessible::CutText(int startChar, int endChar) { in CutText()
[all …]
/dports/devel/geany-legacy/geany-1.37.1/scintilla/gtk/
H A DScintillaGTKAccessible.h73 …rRangeFromByteRange(Sci::Position startByte, Sci::Position endByte, int *startChar, int *endChar) { in CharacterRangeFromByteRange()
78 …void ByteRangeFromCharacterRange(int startChar, int endChar, Sci::Position& startByte, Sci::Positi… in ByteRangeFromCharacterRange()
H A DScintillaGTKAccessible.cxx196 gchar *ScintillaGTKAccessible::GetText(int startChar, int endChar) { in GetText()
208 AtkTextBoundary boundaryType, int *startChar, int *endChar) { in GetTextAfterOffset()
259 AtkTextBoundary boundaryType, int *startChar, int *endChar) { in GetTextBeforeOffset()
321 AtkTextBoundary boundaryType, int *startChar, int *endChar) { in GetTextAtOffset()
384 AtkTextGranularity granularity, int *startChar, int *endChar) { in GetStringAtOffset()
583 gchar *ScintillaGTKAccessible::GetSelection(gint selection_num, int *startChar, int *endChar) { in GetSelection()
594 gboolean ScintillaGTKAccessible::AddSelection(int startChar, int endChar) { in AddSelection()
624 gboolean ScintillaGTKAccessible::SetSelection(gint selection_num, int startChar, int endChar) { in SetSelection()
697 void ScintillaGTKAccessible::CopyText(int startChar, int endChar) { in CopyText()
703 void ScintillaGTKAccessible::CutText(int startChar, int endChar) { in CutText()
[all …]
/dports/devel/geany/geany-1.38/scintilla/gtk/
H A DScintillaGTKAccessible.h73 …rRangeFromByteRange(Sci::Position startByte, Sci::Position endByte, int *startChar, int *endChar) { in CharacterRangeFromByteRange()
78 …void ByteRangeFromCharacterRange(int startChar, int endChar, Sci::Position& startByte, Sci::Positi… in ByteRangeFromCharacterRange()
H A DScintillaGTKAccessible.cxx196 gchar *ScintillaGTKAccessible::GetText(int startChar, int endChar) { in GetText()
208 AtkTextBoundary boundaryType, int *startChar, int *endChar) { in GetTextAfterOffset()
259 AtkTextBoundary boundaryType, int *startChar, int *endChar) { in GetTextBeforeOffset()
321 AtkTextBoundary boundaryType, int *startChar, int *endChar) { in GetTextAtOffset()
384 AtkTextGranularity granularity, int *startChar, int *endChar) { in GetStringAtOffset()
583 gchar *ScintillaGTKAccessible::GetSelection(gint selection_num, int *startChar, int *endChar) { in GetSelection()
594 gboolean ScintillaGTKAccessible::AddSelection(int startChar, int endChar) { in AddSelection()
624 gboolean ScintillaGTKAccessible::SetSelection(gint selection_num, int startChar, int endChar) { in SetSelection()
697 void ScintillaGTKAccessible::CopyText(int startChar, int endChar) { in CopyText()
703 void ScintillaGTKAccessible::CutText(int startChar, int endChar) { in CutText()
[all …]
/dports/editors/textadept/scintilla/gtk/
H A DScintillaGTKAccessible.h73 …rRangeFromByteRange(Sci::Position startByte, Sci::Position endByte, int *startChar, int *endChar) { in CharacterRangeFromByteRange()
78 …void ByteRangeFromCharacterRange(int startChar, int endChar, Sci::Position& startByte, Sci::Positi… in ByteRangeFromCharacterRange()
H A DScintillaGTKAccessible.cxx196 gchar *ScintillaGTKAccessible::GetText(int startChar, int endChar) { in GetText()
208 AtkTextBoundary boundaryType, int *startChar, int *endChar) { in GetTextAfterOffset()
259 AtkTextBoundary boundaryType, int *startChar, int *endChar) { in GetTextBeforeOffset()
321 AtkTextBoundary boundaryType, int *startChar, int *endChar) { in GetTextAtOffset()
384 AtkTextGranularity granularity, int *startChar, int *endChar) { in GetStringAtOffset()
583 gchar *ScintillaGTKAccessible::GetSelection(gint selection_num, int *startChar, int *endChar) { in GetSelection()
594 gboolean ScintillaGTKAccessible::AddSelection(int startChar, int endChar) { in AddSelection()
624 gboolean ScintillaGTKAccessible::SetSelection(gint selection_num, int startChar, int endChar) { in SetSelection()
697 void ScintillaGTKAccessible::CopyText(int startChar, int endChar) { in CopyText()
703 void ScintillaGTKAccessible::CutText(int startChar, int endChar) { in CutText()
[all …]
/dports/editors/scite/scintilla/gtk/
H A DScintillaGTKAccessible.h73 …rRangeFromByteRange(Sci::Position startByte, Sci::Position endByte, int *startChar, int *endChar) { in CharacterRangeFromByteRange()
78 …void ByteRangeFromCharacterRange(int startChar, int endChar, Sci::Position& startByte, Sci::Positi… in ByteRangeFromCharacterRange()
H A DScintillaGTKAccessible.cxx197 gchar *ScintillaGTKAccessible::GetText(int startChar, int endChar) { in GetText()
209 AtkTextBoundary boundaryType, int *startChar, int *endChar) { in GetTextAfterOffset()
260 AtkTextBoundary boundaryType, int *startChar, int *endChar) { in GetTextBeforeOffset()
322 AtkTextBoundary boundaryType, int *startChar, int *endChar) { in GetTextAtOffset()
385 AtkTextGranularity granularity, int *startChar, int *endChar) { in GetStringAtOffset()
584 gchar *ScintillaGTKAccessible::GetSelection(gint selection_num, int *startChar, int *endChar) { in GetSelection()
595 gboolean ScintillaGTKAccessible::AddSelection(int startChar, int endChar) { in AddSelection()
625 gboolean ScintillaGTKAccessible::SetSelection(gint selection_num, int startChar, int endChar) { in SetSelection()
698 void ScintillaGTKAccessible::CopyText(int startChar, int endChar) { in CopyText()
704 void ScintillaGTKAccessible::CutText(int startChar, int endChar) { in CutText()
[all …]
/dports/lang/tcl86/tcl8.6.12/pkgs/tdbc1.1.3/generic/
H A DtdbcTokenize.c89 int endChar = zSql[i]; in Tdbc_TokenizeSql() local
/dports/databases/tdbc/tdbc1.1.3/generic/
H A DtdbcTokenize.c89 int endChar = zSql[i]; in Tdbc_TokenizeSql() local
/dports/print/texlive-base/texlive-20150521-source/texk/dvisvgm/dvisvgm-1.9.2/src/
H A DGlyphTracerMessages.h49 void endChar (UInt8 c) { in endChar() function
/dports/lang/kawa/kawa-3.1.1/gnu/kawa/lispexpr/
H A DReaderTypespec.java24 int endChar = ch == '<' ? '>' : -2; in read() local
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/os-win32/
H A DWinMain.cpp55 WCHAR endChar = ' '; in WinMain() local

1234567891011