Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/tzcode/
Dicuzdump.cpp214 ZoneIterator(UBool bAll = FALSE) { in ZoneIterator() argument
215 if (bAll) { in ZoneIterator()
291 UBool bAll = FALSE; in main() local
321 bAll = options[kOptAllZones].doesOccur; in main()
357 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.cpp280 bool bAll = false; in CreateNode_ForCondition() local
295 bAll = true; in CreateNode_ForCondition()
298 if (bAll) { in CreateNode_ForCondition()
/external/pdfium/fxjs/
Dcfxjse_resolveprocessor.cpp574 bool bAll = false; in ConditionArray() local
583 bAll = true; in ConditionArray()
587 if (bAll) { in ConditionArray()