Home
last modified time | relevance | path

Searched refs:prevtype (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Lib/test/
Dtest_htmlparser.py19 prevtype = None
22 if type == prevtype == "data":
26 prevtype = type
/third_party/curl/lib/
Dformdata.c213 const char *prevtype = NULL; in FormAdd() local
577 type = prevtype; in FormAdd()
647 prevtype = form->contenttype; in FormAdd()
/third_party/ntfs-3g/ntfsprogs/
Dplaylog.c311 u32 prevtype; in sanity_mft() local
322 prevtype = 0; in sanity_mft()
327 if (type < prevtype) { in sanity_mft()
329 (long)type, (long)prevtype); in sanity_mft()
368 prevtype = type; in sanity_mft()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
DUCharacterTest.java1566 int prevtype = -1; in TestIteration() local
1618 if (result.value == prevtype) { in TestIteration()
1621 prevtype = result.value; in TestIteration()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUCharacterTest.java1569 int prevtype = -1; in TestIteration() local
1623 if (result.value == prevtype) { in TestIteration()
1626 prevtype = result.value; in TestIteration()