HomeSort by relevance Sort by last modified time
    Searched refs:secondColonIndex (Results 1 - 14 of 14) sorted by null

  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
SystemIDResolver.java 241 int secondColonIndex = systemId.indexOf(':', 5);
242 if (secondColonIndex > 0)
244 String localPath = systemId.substring(secondColonIndex-1);
247 absoluteURI = systemId.substring(0, secondColonIndex-1) +
  /external/apache-xml/src/main/java/org/apache/xml/utils/
SystemIDResolver.java 234 int secondColonIndex = systemId.indexOf(':', 5);
235 if (secondColonIndex > 0)
237 String localPath = systemId.substring(secondColonIndex-1);
240 absoluteURI = systemId.substring(0, secondColonIndex-1) +
  /external/nist-sip/java/gov/nist/core/
HostNameParser.java 247 int secondColonIndex = host.indexOf(Lexer.COLON, firstColonIndex + 1);
249 if(secondColonIndex == -1)
  /frameworks/base/cmds/content/src/com/android/commands/content/
Content.java 402 final int secondColonIndex = argument.indexOf(COLON, firstColonIndex + 1);
403 if (secondColonIndex < 0) {
407 String type = argument.substring(firstColonIndex + 1, secondColonIndex);
408 String value = argument.substring(secondColonIndex + 1);
  /prebuilts/tools/common/m2/repository/xalan/serializer/2.7.1/
serializer-2.7.1.jar 
  /prebuilts/tools/common/m2/repository/com/sun/xml/fastinfoset/FastInfoset/1.2.13/
FastInfoset-1.2.13.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
android-all-o-preview-4-robolectric-0.jar 

Completed in 145 milliseconds