Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dunicodedata.c670 int LIndex, VIndex; in nfc_nfkc() local
671 LIndex = i[0] - LBase; in nfc_nfkc()
673 code = SBase + (LIndex*VCount+VIndex)*TCount; in nfc_nfkc()
/external/python/cpython3/Modules/
Dunicodedata.c687 int LIndex, VIndex; in nfc_nfkc() local
688 LIndex = code - LBase; in nfc_nfkc()
690 code = SBase + (LIndex*VCount+VIndex)*TCount; in nfc_nfkc()