HomeSort by relevance Sort by last modified time
    Searched defs:tempString (Results 1 - 5 of 5) sorted by null

  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
Inet6AddressTest.java     [all...]
  /libcore/luni/src/main/java/org/apache/xml/serializer/utils/
URI.java 538 String tempString = null;
542 tempString = path.substring(0, path.indexOf("/../"));
543 segIndex = tempString.lastIndexOf('/');
547 if (!tempString.substring(segIndex++).equals(".."))
559 tempString = path.substring(0, path.length() - 3);
560 segIndex = tempString.lastIndexOf('/');
    [all...]
  /libcore/luni/src/main/java/org/apache/xml/utils/
URI.java 558 String tempString = null;
562 tempString = path.substring(0, path.indexOf("/../"));
563 segIndex = tempString.lastIndexOf('/');
567 if (!tempString.substring(segIndex++).equals(".."))
579 tempString = path.substring(0, path.length() - 3);
580 segIndex = tempString.lastIndexOf('/');
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
numrgts.cpp 883 UnicodeString tempString;
913 tempString = formatter->format (-5789.9876, tempString);
915 if (tempString == expectedDefault) {
920 " Received " + tempString );
926 tempString.remove();
927 tempString = formatter->format( 5789.9876, tempString );
929 if (tempString == expectedCurrency) {
934 " Received " + tempString );
    [all...]
  /external/icu4c/test/intltest/
numrgts.cpp 883 UnicodeString tempString;
913 tempString = formatter->format (-5789.9876, tempString);
915 if (tempString == expectedDefault) {
920 " Received " + tempString );
926 tempString.remove();
927 tempString = formatter->format( 5789.9876, tempString );
929 if (tempString == expectedCurrency) {
934 " Received " + tempString );
    [all...]

Completed in 3139 milliseconds