Home
last modified time | relevance | path

Searched refs:itemPath (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DICUBinary.java199 protected final String itemPath;
202 itemPath = item;
206 return itemPath;
234 if (requestedPath.equals(itemPath)) {
243 if (itemPath.length() > folder.length() + suffix.length() &&
244 itemPath.startsWith(folder) &&
245 itemPath.endsWith(suffix) &&
246 itemPath.charAt(folder.length()) == '/' &&
247 itemPath.indexOf('/', folder.length() + 1) < 0) {
248 names.add(itemPath.substring(folder.length() + 1,
[all …]
DICUResourceBundleReader.java185 String itemPath = fullName.substring(ICUData.ICU_BASE_NAME.length() + 1); in createInstance() local
186 inBytes = ICUBinary.getData(loader, fullName, itemPath); in createInstance()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DICUBinary.java203 protected final String itemPath;
206 itemPath = item;
210 return itemPath;
238 if (requestedPath.equals(itemPath)) {
247 if (itemPath.length() > folder.length() + suffix.length() &&
248 itemPath.startsWith(folder) &&
249 itemPath.endsWith(suffix) &&
250 itemPath.charAt(folder.length()) == '/' &&
251 itemPath.indexOf('/', folder.length() + 1) < 0) {
252 names.add(itemPath.substring(folder.length() + 1,
[all …]
DICUResourceBundleReader.java187 String itemPath = fullName.substring(ICUData.ICU_BASE_NAME.length() + 1); in createInstance() local
188 inBytes = ICUBinary.getData(loader, fullName, itemPath); in createInstance()
/external/icu/icu4c/source/common/
Dudata.cpp417 CharString itemPath; /* path passed in with item name */ member in UDataPathIterator
465 itemPath.append(item, (int32_t)(basename-item), *pErrorCode); in UDataPathIterator()
466 nextPath = itemPath.data(); in UDataPathIterator()
490 itemPath.data(), in UDataPathIterator()
520 if(nextPath == itemPath.data()) { /* we were processing item's path. */ in next()
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DXMPMetaImpl.java201 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()