Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/gennorm2/
Dn2builder.cpp555 int32_t lastStarterIndex() const { return fLastStarterIndex; } in lastStarterIndex() function in BuilderReorderingBuffer
634 int32_t lastStarterIndex=buffer.lastStarterIndex(); in hasNoCompBoundaryAfter() local
635 if(lastStarterIndex<0) { in hasNoCompBoundaryAfter()
638 UChar32 starter=buffer.charAt(lastStarterIndex); in hasNoCompBoundaryAfter()
641 0<lastStarterIndex && Hangul::isJamoL(buffer.charAt(lastStarterIndex-1))) in hasNoCompBoundaryAfter()
645 return lastStarterIndex==buffer.length()-1; in hasNoCompBoundaryAfter()
654 for(int32_t combMarkIndex=lastStarterIndex+1; combMarkIndex<buffer.length();) { in hasNoCompBoundaryAfter()