Home
last modified time | relevance | path

Searched refs:bAll (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/tools/tzcode/
Dicuzdump.cpp213 ZoneIterator(UBool bAll = FALSE) { in ZoneIterator() argument
214 if (bAll) { in ZoneIterator()
290 UBool bAll = FALSE; in main() local
320 bAll = options[kOptAllZones].doesOccur; in main()
356 if (bAll) { in main()
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue82/
DPropOrderInfluenceWhenAliasedInGenericCollectionTest.java64 public Collection<Account> bAll; field in PropOrderInfluenceWhenAliasedInGenericCollectionTest.CustomerBA
305 customerBA.bAll = all; in testBA()
312 assertEquals(2, parsed.bAll.size()); in testBA()
314 assertFalse(parsed.bAll.equals(parsed.aGeneral)); in testBA()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_nodehelper.cpp311 bool bAll = false; in CreateNode_ForCondition() local
326 bAll = true; in CreateNode_ForCondition()
332 if (bAll) { in CreateNode_ForCondition()
Dcxfa_resolveprocessor.cpp617 bool bAll = false; in ConditionArray() local
628 bAll = true; in ConditionArray()
634 if (bAll) { in ConditionArray()