Home
last modified time | relevance | path

Searched refs:GetBreakProperty (Results 1 – 4 of 4) sorted by relevance

/dports/devel/youcompleteme/YouCompleteMe-ab73ca2/third_party/ycmd/cpp/ycm/
H A DWord.cpp59 auto previous_property = ( *previous_code_point_pos )->GetBreakProperty(); in BreakCodePointsIntoCharacters()
61 auto property = ( *code_point_pos )->GetBreakProperty(); in BreakCodePointsIntoCharacters()
H A DCharacter.cpp92 switch ( code_point->GetBreakProperty() ) { in Character()
H A DCodePoint.h117 inline BreakProperty GetBreakProperty() const { in GetBreakProperty() function
/dports/devel/youcompleteme/YouCompleteMe-ab73ca2/third_party/ycmd/cpp/ycm/tests/
H A DTestUtils.h52 code_point.GetBreakProperty() ) { in CodePointTuple()