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

/external/python/cpython2/Modules/
H A Dunicodedata.c668 int LIndex, VIndex; local
669 LIndex = i[0] - LBase;
671 code = SBase + (LIndex*VCount+VIndex)*TCount;

Completed in 632 milliseconds