Searched refs:toSource (Results 1 – 5 of 5) sorted by relevance
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/ |
D | RoundTripTest.java | 1081 UnicodeSet toSource; field in RoundTripTest.Test 1183 toSource = new UnicodeSet(backtoSourceRange); in test() 1184 toSource.addAll(okAnyway); in test() 1494 if (!toSource.containsAll(targ) 1497 if (!toSource.containsAll(targD) 1500 … logWrongScript("" + getTargetSource(transliteratorID) + "", cs, targ, toSource, badCharacters); 1565 … if (!toSource.containsAll(targ) /*&& !failTargSource.contains(c) && !failTargSource.contains(d)*/ 1568 … if (!toSource.containsAll(targD) /*&& !failTargSource.contains(c) && !failTargSource.contains(d)*/ 1570 … logWrongScript("" + getTargetSource(transliteratorID) + "", cs, targ, toSource, badCharacters);
|
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
D | RoundTripTest.java | 1077 UnicodeSet toSource; field in RoundTripTest.Test 1179 toSource = new UnicodeSet(backtoSourceRange); in test() 1180 toSource.addAll(okAnyway); in test() 1490 if (!toSource.containsAll(targ) 1493 if (!toSource.containsAll(targD) 1496 … logWrongScript("" + getTargetSource(transliteratorID) + "", cs, targ, toSource, badCharacters); 1561 … if (!toSource.containsAll(targ) /*&& !failTargSource.contains(c) && !failTargSource.contains(d)*/ 1564 … if (!toSource.containsAll(targD) /*&& !failTargSource.contains(c) && !failTargSource.contains(d)*/ 1566 … logWrongScript("" + getTargetSource(transliteratorID) + "", cs, targ, toSource, badCharacters);
|
/external/icu/icu4c/source/test/intltest/ |
D | transrt.cpp | 338 UnicodeSet toSource; member in RTTest 500 this->toSource.clear(); in test() 501 this->toSource.applyPattern(sourceRangeVal, status); in test() 507 this->toSource.addAll(okAnyway); in test() 768 if (toSource.containsAll(targ) == FALSE || in test2() 776 if (toSource.containsAll(targD) == FALSE) { in test2() 843 if (toSource.containsAll(targ) == FALSE || in test2() 853 if (toSource.containsAll(targD) == FALSE in test2()
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
D | SocksProxy.java | 188 BufferedSource toSource = Okio.buffer(Okio.source(toSocket)); in acceptCommand() local 191 transfer(fromAddress, toAddress, toSource, fromSink); in acceptCommand()
|
/external/v8/test/mozilla/ |
D | mozilla.status | 403 # No support for toSource().
|