Home
last modified time | relevance | path

Searched defs:testee (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dloctest.cpp880 UnicodeString testee(test[i],""); in TestGetLangsAndCountries() local
905 UnicodeString testee(test[j],""); in TestGetLangsAndCountries() local
910 UnicodeString testee(test[j],""); in TestGetLangsAndCountries() local
916 UnicodeString testee(test[i],""); in TestGetLangsAndCountries() local
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DRedundentExprEliminator.java186 protected MultistepExprHolder matchAndEliminatePartialPaths(MultistepExprHolder testee, in matchAndEliminatePartialPaths()
268 boolean partialIsVariable(MultistepExprHolder testee, int lengthToTest) in partialIsVariable()