Searched defs:possibilities (Results 1 – 6 of 6) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | MatchStrings.java | 120 Set<Info> possibilities = letter_correspondances.getAll(firstLetter); in interleave2() local 156 int checkPossibilities(Collection<Info> possibilities, int englishPosition, int ipaPosition) { in checkPossibilities()
|
/external/llvm-project/flang/runtime/ |
D | tools.cpp | 58 const char *value, std::size_t length, const char *possibilities[]) { in IdentifyValue()
|
/external/python/cpython2/Lib/ |
D | difflib.py | 701 def get_close_matches(word, possibilities, n=3, cutoff=0.6): argument
|
D | optparse.py | 146 def __init__(self, opt_str, possibilities): argument
|
/external/python/cpython3/Lib/ |
D | difflib.py | 698 def get_close_matches(word, possibilities, n=3, cutoff=0.6): argument
|
D | optparse.py | 152 def __init__(self, opt_str, possibilities): argument
|