Searched defs:testPtr (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcbiapts.c783 const RBBITailoringTest * testPtr; local
784 for (testPtr = tailoringTests; testPtr->locale != NULL; ++testPtr) {
786 UBreakIterator* ubrkiter = ubrk_open(testPtr->type, testPtr->locale, testPtr->test, -1, &status);
793 if (!foundError && offsindx >= testPtr->numOffsets) {
795 testPtr->locale, testPtr
[all...]
H A Dcnumtst.c1150 const SpelloutParseTest * testPtr; local
1151 for (testPtr = spelloutParseTests; testPtr->testname != NULL; ++testPtr) {
1153 int32_t value, position = testPtr->startPos;
1154 UNumberFormat *nf = unum_open(UNUM_SPELLOUT, NULL, 0, testPtr->locale, NULL, &status);
1156 log_err_status(status, "unum_open fails for UNUM_SPELLOUT with locale %s, status %s\n", testPtr->locale, myErrorName(status));
1159 value = unum_parse(nf, testPtr->source, -1, &position, &status);
1160 if ( value != testPtr->value || position != testPtr
[all...]
H A Dnucnvtst.c4602 const EmptySegmentTest * testPtr; local
4603 for (testPtr = emptySegmentTests; testPtr->converterName != NULL; ++testPtr) {
4605 UConverter * cnv = ucnv_open(testPtr->converterName, &err);
4607 log_data_err("Unable to open %s converter: %s\n", testPtr->converterName, u_errorName(err));
4612 log_data_err("Unable to setToUCallBack for %s converter: %s\n", testPtr->converterName, u_errorName(err));
4620 const char * inCharsPtr = testPtr->inputText;
4621 const char * inCharsLimit = inCharsPtr + testPtr->inputTextLength;
/external/icu/icu4c/source/test/cintltst/
H A Dcbiapts.c783 const RBBITailoringTest * testPtr; local
784 for (testPtr = tailoringTests; testPtr->locale != NULL; ++testPtr) {
786 UBreakIterator* ubrkiter = ubrk_open(testPtr->type, testPtr->locale, testPtr->test, -1, &status);
793 if (!foundError && offsindx >= testPtr->numOffsets) {
795 testPtr->locale, testPtr
[all...]
H A Dcnumtst.c1153 const SpelloutParseTest * testPtr; local
1154 for (testPtr = spelloutParseTests; testPtr->testname != NULL; ++testPtr) {
1156 int32_t value, position = testPtr->startPos;
1157 UNumberFormat *nf = unum_open(UNUM_SPELLOUT, NULL, 0, testPtr->locale, NULL, &status);
1159 log_err_status(status, "unum_open fails for UNUM_SPELLOUT with locale %s, status %s\n", testPtr->locale, myErrorName(status));
1162 value = unum_parse(nf, testPtr->source, -1, &position, &status);
1163 if ( value != testPtr->value || position != testPtr
[all...]
H A Dnucnvtst.c4607 const EmptySegmentTest * testPtr; local
4608 for (testPtr = emptySegmentTests; testPtr->converterName != NULL; ++testPtr) {
4610 UConverter * cnv = ucnv_open(testPtr->converterName, &err);
4612 log_data_err("Unable to open %s converter: %s\n", testPtr->converterName, u_errorName(err));
4617 log_data_err("Unable to setToUCallBack for %s converter: %s\n", testPtr->converterName, u_errorName(err));
4625 const char * inCharsPtr = testPtr->inputText;
4626 const char * inCharsLimit = inCharsPtr + testPtr->inputTextLength;
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DEdgeWalker.cpp1863 InEdge** testPtr = currentPtr - 1; local
1867 while (++testPtr != lastPtr) {
1868 InEdge* test = *testPtr;
1950 InEdge** testPtr = currentPtr - 1; local
1954 while (++testPtr != lastPtr - 1) {
1955 InEdge* test = *testPtr;
1956 InEdge** nextPtr = testPtr;
2048 InEdge** testPtr = currentPtr - 1; local
2049 while (++testPtr != lastPtr) {
2050 if ((*testPtr)
2137 findBottom(InEdge** currentPtr, InEdge** edgeListEnd, SkTDArray<ActiveEdge>* activeEdges, SkScalar y, bool , InEdge**& testPtr) argument
[all...]
/external/skia/experimental/Intersection/
H A DEdgeWalker.cpp1863 InEdge** testPtr = currentPtr - 1; local
1867 while (++testPtr != lastPtr) {
1868 InEdge* test = *testPtr;
1950 InEdge** testPtr = currentPtr - 1; local
1954 while (++testPtr != lastPtr - 1) {
1955 InEdge* test = *testPtr;
1956 InEdge** nextPtr = testPtr;
2048 InEdge** testPtr = currentPtr - 1; local
2049 while (++testPtr != lastPtr) {
2050 if ((*testPtr)
2137 findBottom(InEdge** currentPtr, InEdge** edgeListEnd, SkTDArray<ActiveEdge>* activeEdges, SkScalar y, bool , InEdge**& testPtr) argument
[all...]

Completed in 494 milliseconds