Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_textprovider.h38 bool bRaw,
Dcxfa_textparser.cpp529 bool bRaw = (ws == L"raw"); in GetEmbbedObj() local
530 if (!bRaw && ws != L"formatted") in GetEmbbedObj()
533 bRet = pTextProvider->GetEmbbedObj(bURI, bRaw, wsAttr, wsValue); in GetEmbbedObj()
Dcxfa_textprovider.cpp146 bool bRaw, in GetEmbbedObj() argument
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestScriptMetadata.java252 public void assertEqualsX(String title, Set<String> a, Set<String> bRaw) { in assertEqualsX() argument
253 TreeSet<String> b = With.in(bRaw).toCollection( in assertEqualsX()