Home
last modified time | relevance | path

Searched defs:possibilities (Results 1 – 5 of 5) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/tool/
DMatchStrings.java119 Set<Info> possibilities = letter_correspondances.getAll(firstLetter); in interleave2() local
155 int checkPossibilities(Collection<Info> possibilities, int englishPosition, int ipaPosition) { in checkPossibilities()
/external/python/cpython2/Lib/
Ddifflib.py701 def get_close_matches(word, possibilities, n=3, cutoff=0.6): argument
Doptparse.py146 def __init__(self, opt_str, possibilities): argument
/external/python/cpython3/Lib/
Ddifflib.py688 def get_close_matches(word, possibilities, n=3, cutoff=0.6): argument
Doptparse.py152 def __init__(self, opt_str, possibilities): argument