Searched refs:lcl_CharIsJoiner (Results 1 – 1 of 1) sorted by relevance
383 static bool lcl_CharIsJoiner(sal_Unicode cChar) in lcl_CharIsJoiner() function505 if ( (nCharPos > 0) && lcl_CharIsJoiner(rArgs.mpStr[nCharPos-1]) ) in operator ()()507 … else if ( (nCharPos + 1 < nEndRunPos) && lcl_CharIsJoiner(rArgs.mpStr[nCharPos+1]) ) in operator ()()
Completed in 12 milliseconds