OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:currItem
(Results
1 - 6
of
6
) sorted by null
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPNodeUtils.java
611
XMPNode
currItem
= arrayNode.getChild(index);
613
if (!
currItem
.getOptions().isStruct())
619
for (int f = 1; f <=
currItem
.getChildrenLength(); f++)
621
XMPNode currField =
currItem
.getChild(f);
676
XMPNode
currItem
= arrayNode.getChild(index);
678
for (Iterator it =
currItem
.iterateQualifier(); it.hasNext();)
835
XMPNode
currItem
= (XMPNode) it.next();
838
if (
currItem
.getOptions().isCompositeProperty())
842
else if (!
currItem
.hasQualifier()
843
|| !XML_LANG.equals(
currItem
.getQualifier(1).getName())
[
all
...]
XMPMetaImpl.java
483
XMPNode
currItem
= (XMPNode) it.next();
484
if (!
currItem
.hasQualifier()
485
|| !XMPConst.XML_LANG.equals(
currItem
.getQualifier(1).getName()))
489
else if (XMPConst.X_DEFAULT.equals(
currItem
.getQualifier(1).getValue()))
491
xdItem =
currItem
;
547
XMPNode
currItem
= (XMPNode) it.next();
548
if (
currItem
== xdItem
549
|| !
currItem
.getValue().equals(
554
currItem
.setValue(itemValue);
[
all
...]
XMPUtilsImpl.java
100
XMPNode
currItem
= null;
128
currItem
= (XMPNode) it.next();
129
if (
currItem
.getOptions().isCompositeProperty())
133
String str = applyQuotes(
currItem
.getValue(), openQuote, closeQuote, allowCommas);
[
all
...]
/external/skia/third_party/vulkanmemoryallocator/include/
vk_mem_alloc.h
[
all
...]
/external/skqp/third_party/vulkanmemoryallocator/include/
vk_mem_alloc.h
[
all
...]
/external/icu/icu4c/source/common/
ucurr.cpp
[
all
...]
Completed in 153 milliseconds