Home | History | Annotate | Download | only in common

Lines Matching refs:enumAlgNames

955  * Important: enumAlgNames() and findAlgName() are almost the same.
959 enumAlgNames(AlgorithmicRange *range,
1096 * findAlgName() is almost the same as enumAlgNames() except that it
1697 enumAlgNames(algRange, start, limit, fn, context, nameChoice);
1700 if(!enumAlgNames(algRange, start, (UChar32)algRange->end+1, fn, context, nameChoice)) {