Home | History | Annotate | Download | only in common

Lines Matching refs:enumAlgNames

941  * Important: enumAlgNames() and findAlgName() are almost the same.
945 enumAlgNames(AlgorithmicRange *range,
1082 * findAlgName() is almost the same as enumAlgNames() except that it
1691 enumAlgNames(algRange, start, limit, fn, context, nameChoice);
1694 if(!enumAlgNames(algRange, start, (UChar32)algRange->end+1, fn, context, nameChoice)) {