Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DMatchStrings.java120 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/
Dtools.cpp58 const char *value, std::size_t length, const char *possibilities[]) { in IdentifyValue()
/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.py698 def get_close_matches(word, possibilities, n=3, cutoff=0.6): argument
Doptparse.py152 def __init__(self, opt_str, possibilities): argument