OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:arrayForm
(Results
1 - 3
of
3
) sorted by null
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPNormalizer.java
192
PropertyOptions
arrayForm
= (PropertyOptions) dcArrayForms.get(currProp.getName());
193
if (
arrayForm
== null)
201
XMPNode newArray = new XMPNode(currProp.getName(),
arrayForm
);
207
if (
arrayForm
.isArrayAltText() && !currProp.getOptions().getHasLanguage())
222
currProp.getOptions().mergeWith(
arrayForm
);
224
if (
arrayForm
.isArrayAltText())
XMPUtilsImpl.java
359
//
arrayForm
means take what exists.
360
PropertyOptions
arrayForm
= arrayNode.getOptions();
361
if (!
arrayForm
.isArray() ||
arrayForm
.isArrayAlternate())
366
if (arrayOptions.equalArrayTypes(
arrayForm
))
[
all
...]
/external/clang/include/clang/AST/
ExprCXX.h
[
all
...]
Completed in 864 milliseconds