Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dunicodedata.c999 find_syllable(const char *str, int *len, int *pos, int count, int column) in find_syllable() function
1029 find_syllable(pos, &len, &L, LCount, 0); in _getcode()
1031 find_syllable(pos, &len, &V, VCount, 1); in _getcode()
1033 find_syllable(pos, &len, &T, TCount, 2); in _getcode()
/external/python/cpython3/Modules/
Dunicodedata.c1060 find_syllable(const char *str, int *len, int *pos, int count, int column) in find_syllable() function
1110 find_syllable(pos, &len, &L, LCount, 0); in _getcode()
1112 find_syllable(pos, &len, &V, VCount, 1); in _getcode()
1114 find_syllable(pos, &len, &T, TCount, 2); in _getcode()