Searched refs:itemPath (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | ICUBinary.java | 202 protected final String itemPath; 205 itemPath = item; 209 return itemPath; 237 if (requestedPath.equals(itemPath)) { 246 if (itemPath.length() > folder.length() + suffix.length() && 247 itemPath.startsWith(folder) && 248 itemPath.endsWith(suffix) && 249 itemPath.charAt(folder.length()) == '/' && 250 itemPath.indexOf('/', folder.length() + 1) < 0) { 251 names.add(itemPath.substring(folder.length() + 1, [all …]
|
D | ICUResourceBundleReader.java | 188 String itemPath = fullName.substring(ICUData.ICU_BASE_NAME.length() + 1); in createInstance() local 189 inBytes = ICUBinary.getData(loader, fullName, itemPath); in createInstance()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | ICUBinary.java | 206 protected final String itemPath; 209 itemPath = item; 213 return itemPath; 241 if (requestedPath.equals(itemPath)) { 250 if (itemPath.length() > folder.length() + suffix.length() && 251 itemPath.startsWith(folder) && 252 itemPath.endsWith(suffix) && 253 itemPath.charAt(folder.length()) == '/' && 254 itemPath.indexOf('/', folder.length() + 1) < 0) { 255 names.add(itemPath.substring(folder.length() + 1, [all …]
|
D | ICUResourceBundleReader.java | 190 String itemPath = fullName.substring(ICUData.ICU_BASE_NAME.length() + 1); in createInstance() local 191 inBytes = ICUBinary.getData(loader, fullName, itemPath); in createInstance()
|
/external/icu/icu4c/source/common/ |
D | udata.cpp | 426 CharString itemPath; /* path passed in with item name */ member in UDataPathIterator 476 itemPath.append(item, (int32_t)(basename-item), *pErrorCode); in UDataPathIterator() 477 nextPath = itemPath.data(); in UDataPathIterator() 501 itemPath.data(), in UDataPathIterator() 531 if(nextPath == itemPath.data()) { /* we were processing item's path. */ in next()
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
D | XMPMetaImpl.java | 201 String itemPath = XMPPathFactory.composeArrayItemPath(arrayName, itemIndex); in deleteArrayItem() local 202 deleteProperty(schemaNS, itemPath); in deleteArrayItem() 374 String itemPath = XMPPathFactory.composeArrayItemPath(arrayName, itemIndex); in getArrayItem() local 375 return getProperty(schemaNS, itemPath); in getArrayItem()
|
/external/cldr/tools/java/libs/ |
D | icu4j.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ ... |