Searched refs:testee (Results 1 – 3 of 3) sorted by relevance
186 protected MultistepExprHolder matchAndEliminatePartialPaths(MultistepExprHolder testee, in matchAndEliminatePartialPaths() argument192 if(null == testee.m_exprOwner) in matchAndEliminatePartialPaths()196 WalkingIterator iter1 = (WalkingIterator) testee.m_exprOwner.getExpression(); in matchAndEliminatePartialPaths()197 if(partialIsVariable(testee, lengthToTest)) in matchAndEliminatePartialPaths()204 if ((meh != testee) && (null != meh.m_exprOwner)) in matchAndEliminatePartialPaths()213 matchedPaths = (MultistepExprHolder)testee.clone(); in matchAndEliminatePartialPaths()214 testee.m_exprOwner = null; // So it won't be processed again. in matchAndEliminatePartialPaths()268 boolean partialIsVariable(MultistepExprHolder testee, int lengthToTest) in partialIsVariable() argument272 WalkingIterator wi = (WalkingIterator)testee.m_exprOwner.getExpression(); in partialIsVariable()
880 UnicodeString testee(test[i],""); in TestGetLangsAndCountries() local882 if (testee != lc.toLower()) in TestGetLangsAndCountries()884 if ( (testee.length() != 2) && (testee.length() != 3)) in TestGetLangsAndCountries()885 errln(testee + " is not two or three characters long."); in TestGetLangsAndCountries()886 if (i > 0 && testee.compare(test[i - 1]) <= 0) in TestGetLangsAndCountries()887 errln(testee + " appears in an out-of-order position in the list."); in TestGetLangsAndCountries()905 UnicodeString testee(test[j],""); in TestGetLangsAndCountries() local907 if (testee == spotCheck2[i]) in TestGetLangsAndCountries()910 UnicodeString testee(test[j],""); in TestGetLangsAndCountries() local911 if (j == testCount || testee != spotCheck2[i]) in TestGetLangsAndCountries()[all …]
67 // Represents a single test case's input. The testee should:80 // Which format should the testee serialize its message to?90 // Setting this string does not necessarily mean the testee failed the112 // For when the testee skipped the test, likely because a certain feature