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.java202 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 …]
DICUResourceBundleReader.java188 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/
DICUBinary.java206 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 …]
DICUResourceBundleReader.java190 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/
Dudata.cpp426 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/
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()