Searched refs:lastStarterIndex (Results 1 – 1 of 1) sorted by relevance
521 int32_t lastStarterIndex() const { return fLastStarterIndex; } in lastStarterIndex() function in BuilderReorderingBuffer592 int32_t lastStarterIndex=buffer.lastStarterIndex(); in hasNoCompBoundaryAfter() local593 if(lastStarterIndex<0) { in hasNoCompBoundaryAfter()596 UChar32 starter=buffer.charAt(lastStarterIndex); in hasNoCompBoundaryAfter()599 0<lastStarterIndex && Hangul::isJamoL(buffer.charAt(lastStarterIndex-1))) in hasNoCompBoundaryAfter()603 return lastStarterIndex==buffer.length()-1; in hasNoCompBoundaryAfter()612 for(int32_t combMarkIndex=lastStarterIndex+1; combMarkIndex<buffer.length();) { in hasNoCompBoundaryAfter()