Searched refs:checkOffsets (Results 1 – 5 of 5) sorted by relevance
/third_party/icu/icu4c/source/test/cintltst/ |
D | ncnvfbts.c | 149 UBool checkOffsets = TRUE; in testConvertFromUnicode() local 188 checkOffsets = FALSE; in testConvertFromUnicode() 191 checkOffsets = FALSE; in testConvertFromUnicode() 215 checkOffsets ? offs : NULL, in testConvertFromUnicode() 244 if ( checkOffsets ) in testConvertFromUnicode() 263 if (checkOffsets && (expectOffsets != 0) ) in testConvertFromUnicode() 308 UBool checkOffsets = TRUE; in testConvertToUnicode() local 352 checkOffsets = FALSE; in testConvertToUnicode() 355 checkOffsets = FALSE; in testConvertToUnicode() 378 checkOffsets ? offs : NULL, in testConvertToUnicode() [all …]
|
D | nccbtst.c | 2640 UBool checkOffsets = TRUE; in testConvertFromUnicode() local 2692 checkOffsets = FALSE; in testConvertFromUnicode() 2695 checkOffsets = FALSE; in testConvertFromUnicode() 2719 checkOffsets ? offs : NULL, in testConvertFromUnicode() 2763 if ( checkOffsets ) in testConvertFromUnicode() 2782 if (checkOffsets && (expectOffsets != 0) ) in testConvertFromUnicode() 2834 UBool checkOffsets = TRUE; in testConvertToUnicode() local 2889 checkOffsets = FALSE; in testConvertToUnicode() 2892 checkOffsets = FALSE; in testConvertToUnicode() 2915 checkOffsets ? offs : NULL, in testConvertToUnicode() [all …]
|
D | ncnvtst.c | 1198 UBool checkOffsets = TRUE; in testConvertFromU() local 1237 checkOffsets = FALSE; in testConvertFromU() 1240 checkOffsets = FALSE; in testConvertFromU() 1298 if ( checkOffsets ) in testConvertFromU() 1319 if (checkOffsets && (expectOffsets != 0) ) in testConvertFromU() 1368 UBool checkOffsets = TRUE; in testConvertToU() local 1411 checkOffsets = FALSE; in testConvertToU() 1414 checkOffsets = FALSE; in testConvertToU() 1475 if ( checkOffsets ) in testConvertToU() 1486 if (checkOffsets && (expectOffsets != 0)) in testConvertToU()
|
D | nucnvtst.c | 379 UBool checkOffsets = TRUE; in testConvertFromU() local 413 checkOffsets = FALSE; in testConvertFromU() 436 checkOffsets ? offs : NULL, in testConvertFromU() 464 if ( checkOffsets ) { in testConvertFromU() 482 if (checkOffsets && (expectOffsets != 0) ) { in testConvertFromU() 534 UBool checkOffsets = TRUE; in testConvertToU() local 571 checkOffsets = FALSE; in testConvertToU() 594 checkOffsets ? offs : NULL, in testConvertToU() 627 if ( checkOffsets ) in testConvertToU() 638 if (checkOffsets && (expectOffsets != 0)) in testConvertToU()
|
/third_party/jsoncpp/src/test_lib_json/ |
D | main.cpp | 2783 auto checkOffsets = [&](const Json::Value& v, int start, int limit) { in JSONTEST_FIXTURE_LOCAL() local 2787 checkOffsets(root, 0, 114); in JSONTEST_FIXTURE_LOCAL() 2788 checkOffsets(root["property"], 15, 34); in JSONTEST_FIXTURE_LOCAL() 2789 checkOffsets(root["property"][0], 16, 23); in JSONTEST_FIXTURE_LOCAL() 2790 checkOffsets(root["property"][1], 25, 33); in JSONTEST_FIXTURE_LOCAL() 2791 checkOffsets(root["obj"], 44, 81); in JSONTEST_FIXTURE_LOCAL() 2792 checkOffsets(root["obj"]["nested"], 57, 65); in JSONTEST_FIXTURE_LOCAL() 2793 checkOffsets(root["obj"]["bool"], 76, 80); in JSONTEST_FIXTURE_LOCAL() 2794 checkOffsets(root["null"], 92, 96); in JSONTEST_FIXTURE_LOCAL() 2795 checkOffsets(root["false"], 108, 113); in JSONTEST_FIXTURE_LOCAL()
|