Searched refs:currentCodePoint (Results 1 – 2 of 2) sorted by relevance
99 const int currentCodePoint = getPrimaryCodePointAt(index); in existsAdjacentProximityChars() local101 if (leftIndex >= 0 && existsCodePointInProximityAt(leftIndex, currentCodePoint)) { in existsAdjacentProximityChars()106 && existsCodePointInProximityAt(rightIndex, currentCodePoint)) { in existsAdjacentProximityChars()
134 const int currentCodePoint = dicNode->getNodeCodePoint(); in getInsertionCost() local135 const bool sameCodePoint = prevCodePoint == currentCodePoint; in getInsertionCost()