Searched refs:n_res (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Objects/ |
D | unicodeobject.c | 10195 int n_res, j; in do_capitalize() local 10199 n_res = _PyUnicode_ToTitleFull(c, mapped); in do_capitalize() 10200 for (j = 0; j < n_res; j++) { in do_capitalize() 10206 n_res = lower_ucs4(kind, data, length, i, c, mapped); in do_capitalize() 10207 for (j = 0; j < n_res; j++) { in do_capitalize() 10221 int n_res, j; in do_swapcase() local 10223 n_res = lower_ucs4(kind, data, length, i, c, mapped); in do_swapcase() 10226 n_res = _PyUnicode_ToUpperFull(c, mapped); in do_swapcase() 10229 n_res = 1; in do_swapcase() 10232 for (j = 0; j < n_res; j++) { in do_swapcase() [all …]
|
/third_party/libxml2/ |
D | testapi.c | 46947 int n_res; in test_xmlXPathEvalPredicate() local 46950 for (n_res = 0;n_res < gen_nb_xmlXPathObjectPtr;n_res++) { in test_xmlXPathEvalPredicate() 46953 res = gen_xmlXPathObjectPtr(n_res, 1); in test_xmlXPathEvalPredicate() 46959 des_xmlXPathObjectPtr(n_res, res, 1); in test_xmlXPathEvalPredicate() 46966 printf(" %d", n_res); in test_xmlXPathEvalPredicate() 48025 int n_res; in test_xmlXPathEvaluatePredicateResult() local 48028 for (n_res = 0;n_res < gen_nb_xmlXPathObjectPtr;n_res++) { in test_xmlXPathEvaluatePredicateResult() 48031 res = gen_xmlXPathObjectPtr(n_res, 1); in test_xmlXPathEvaluatePredicateResult() 48037 des_xmlXPathObjectPtr(n_res, res, 1); in test_xmlXPathEvaluatePredicateResult() 48044 printf(" %d", n_res); in test_xmlXPathEvaluatePredicateResult()
|