Home
last modified time | relevance | path

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

/third_party/python/Modules/
Dunicodedata.c1008 static const char * const hangul_syllables[][3] = { variable
1103 strcpy(buffer, hangul_syllables[L][0]); in _getucname()
1104 buffer += strlen(hangul_syllables[L][0]); in _getucname()
1105 strcpy(buffer, hangul_syllables[V][1]); in _getucname()
1106 buffer += strlen(hangul_syllables[V][1]); in _getucname()
1107 strcpy(buffer, hangul_syllables[T][2]); in _getucname()
1108 buffer += strlen(hangul_syllables[T][2]); in _getucname()
1192 const char *s = hangul_syllables[i][column]; in find_syllable()