Searched defs:hangul_syllables (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython2/Modules/
H A Dunicodedata.c848 static char *hangul_syllables[][3] = { variable
920 strcpy(buffer, hangul_syllables[L][0]);
921 buffer += strlen(hangul_syllables[L][0]);
922 strcpy(buffer, hangul_syllables[V][1]);
923 buffer += strlen(hangul_syllables[V][1]);
924 strcpy(buffer, hangul_syllables[T][2]);
925 buffer += strlen(hangul_syllables[T][2]);
1000 char *s = hangul_syllables[i][column];

Completed in 2467 milliseconds