Searched refs:bufchar (Results 1 – 1 of 1) sorted by relevance
141 function parseHangul(bufchar){ argument142 if(bufchar=='' || bufchar.length>1) return null143 var code=bufchar.charCodeAt()145 else if(code<0x314F && code>0x3130) return [Korean.Jamo[bufchar][1],-1,0] // consonant in buffer