Searched refs:testModes (Results 1 – 3 of 3) sorted by relevance
100 static final Normalizer.Mode[] testModes = { field in UnicodeSetClosure131 for (int j = 0; j < testModes.length; ++j) { in test()133 close(test, testModes[j], testCases[i]); in test()225 for (mm = 0; ; ++mm) if (m == testModes[mm]) break; // find mode in close()
35 public void testModes() { in testModes() method in AsiExtraFieldTest
3787 std::vector<StoreMode> testModes(commonCases, commonCases + DE_LENGTH_OF_ARRAY(commonCases)); in iterate() local3791 testModes.insert(testModes.end(), coreCases, coreCases + DE_LENGTH_OF_ARRAY(coreCases)); in iterate()3793 std::vector<StoreMode>::iterator currentCase = testModes.begin(); in iterate()3794 while (currentCase != testModes.end()) in iterate()