Home
last modified time | relevance | path

Searched defs:utf16charsBegin (Results 1 – 3 of 3) sorted by relevance

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/cplusplus/
H A DCppDocument.h234 inline int utf16charsBegin() const in utf16charsBegin() function
280 int utf16charsBegin, int utf16charsEnd, in MacroUse()
313 int utf16charsBegin) in UndefinedMacroUse()
H A Dpp-engine.cpp1862 unsigned utf16charsBegin = tk->utf16charsBegin(); in expand() local
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/3rdparty/cplusplus/
H A DToken.h329 inline int utf16charsBegin() const { return utf16charOffset; } in utf16charsBegin() function