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

  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/
Providers.java 84 * accessed through a class loader, a leading "/" is not allowed in pathToResource
86 public static Provider resourceProvider(ClassLoader classLoader, String pathToResource, Charset encoding) throws IOException {
87 InputStream resourceAsStream = classLoader.getResourceAsStream(pathToResource);
89 throw new IOException("Cannot find " + pathToResource);
96 * resource is accessed through a class loader, a leading "/" is not allowed in pathToResource
98 public static Provider resourceProvider(String pathToResource, Charset encoding) throws IOException {
100 return resourceProvider(classLoader, pathToResource, encoding);
105 * accessed through a class loader, a leading "/" is not allowed in pathToResource
107 public static Provider resourceProvider(String pathToResource) throws IOException {
108 return resourceProvider(pathToResource, UTF8)
    [all...]
  /external/icu/icu4c/source/common/
uresimp.h 114 * Returns a resource that can be located using the pathToResource argument. One needs optional package, locale
122 * @param pathToResource a path that will lead to the requested resource
129 ures_findResource(const char* pathToResource,
133 * Returns a sub resource that can be located using the pathToResource argument. One needs a path inside
141 * @param pathToResource a path that will lead to the requested resource
149 char* pathToResource,
uresbund.cpp     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtUtils.java 524 return pathToResource(filePath);
561 public static IResource pathToResource(IPath path) {
    [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 

Completed in 235 milliseconds