HomeSort by relevance Sort by last modified time
    Searched refs:isJamoL (Results 1 - 3 of 3) sorted by null

  /external/icu4c/common/
normalizer2impl.h 65 static inline UBool isJamoL(UChar32 c) {
469 static UBool isJamoL(uint16_t norm16) { return norm16==1; }
normalizer2impl.cpp     [all...]
  /external/icu4c/tools/gennorm2/
n2builder.cpp 636 if( Hangul::isJamoL(starter) ||
638 0<lastStarterIndex && Hangul::isJamoL(buffer.charAt(lastStarterIndex-1)))
    [all...]

Completed in 43 milliseconds