Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/cintltst/
Dcbiapts.c925 const RBBITailoringTest * testPtr; in TestBreakIteratorTailoring() local
926 for (testPtr = tailoringTests; testPtr->locale != NULL; ++testPtr) { in TestBreakIteratorTailoring()
928 … UBreakIterator* ubrkiter = ubrk_open(testPtr->type, testPtr->locale, testPtr->test, -1, &status); in TestBreakIteratorTailoring()
935 if (!foundError && offsindx >= testPtr->numOffsets) { in TestBreakIteratorTailoring()
937 testPtr->locale, testPtr->type, offset); in TestBreakIteratorTailoring()
939 } else if (!foundError && offset != testPtr->offsFwd[offsindx]) { in TestBreakIteratorTailoring()
941 testPtr->locale, testPtr->type, testPtr->offsFwd[offsindx], offset); in TestBreakIteratorTailoring()
945 if (!foundError && offsindx < testPtr->numOffsets) { in TestBreakIteratorTailoring()
947 testPtr->locale, testPtr->type, testPtr->offsFwd[offsindx]); in TestBreakIteratorTailoring()
952 if (!foundError && offsindx >= testPtr->numOffsets) { in TestBreakIteratorTailoring()
[all …]
Dcnumtst.c1196 const SpelloutParseTest * testPtr; in TestSpelloutNumberParse() local
1197 for (testPtr = spelloutParseTests; testPtr->testname != NULL; ++testPtr) { in TestSpelloutNumberParse()
1199 int32_t value, position = testPtr->startPos; in TestSpelloutNumberParse()
1200 UNumberFormat *nf = unum_open(UNUM_SPELLOUT, NULL, 0, testPtr->locale, NULL, &status); in TestSpelloutNumberParse()
1202 …status, "unum_open fails for UNUM_SPELLOUT with locale %s, status %s\n", testPtr->locale, myErrorN… in TestSpelloutNumberParse()
1206 value = unum_parse(nf, testPtr->source, -1, &position, &status); in TestSpelloutNumberParse()
1207 if ( value != testPtr->value || position != testPtr->endPos || status != testPtr->status ) { in TestSpelloutNumberParse()
1209 testPtr->locale, testPtr->testname, testPtr->startPos, in TestSpelloutNumberParse()
1210 testPtr->value, testPtr->endPos, myErrorName(testPtr->status), in TestSpelloutNumberParse()
Dnucnvtst.c4636 const EmptySegmentTest * testPtr; in TestJitterbug6175() local
4637 for (testPtr = emptySegmentTests; testPtr->converterName != NULL; ++testPtr) { in TestJitterbug6175()
4639 UConverter * cnv = ucnv_open(testPtr->converterName, &err); in TestJitterbug6175()
4641 … log_data_err("Unable to open %s converter: %s\n", testPtr->converterName, u_errorName(err)); in TestJitterbug6175()
4646 …log_data_err("Unable to setToUCallBack for %s converter: %s\n", testPtr->converterName, u_errorNam… in TestJitterbug6175()
4654 const char * inCharsPtr = testPtr->inputText; in TestJitterbug6175()
4655 const char * inCharsLimit = inCharsPtr + testPtr->inputTextLength; in TestJitterbug6175()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
DvktRayTracingMiscTests.cpp7880 TestBase* testPtr);
7898 TestBase* testPtr) in RayTracingMiscTestInstance() argument
7903 , m_testPtr (testPtr) in RayTracingMiscTestInstance()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingMiscTests.cpp7880 TestBase* testPtr);
7898 TestBase* testPtr) in RayTracingMiscTestInstance() argument
7903 , m_testPtr (testPtr) in RayTracingMiscTestInstance()