Searched refs:wsPattern (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_localevalue.h | 47 const WideString& wsPattern, 82 const WideString& wsPattern,
|
D | cxfa_localevalue.cpp | 124 const WideString& wsPattern, in ValidateValue() argument 132 CFGAS_StringFormatter::SplitOnBars(wsPattern); in ValidateValue() 544 const WideString& wsPattern, in ParsePatternValue() argument 550 CFGAS_StringFormatter::SplitOnBars(wsPattern); in ParsePatternValue()
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_ffnumericedit.cpp | 81 WideString wsPattern = m_pNode->GetPictureContent(XFA_VALUEPICTURE_Edit); in OnValidate() local 82 if (!wsPattern.IsEmpty()) in OnValidate()
|
/external/pdfium/fxjs/xfa/ |
D | cfxjse_formcalc_context.cpp | 326 WideString wsPattern = WideString::FromUTF8(bsPattern); in PatternStringType() local 327 if (L"datetime" == wsPattern.First(8)) in PatternStringType() 329 if (L"date" == wsPattern.First(4)) { in PatternStringType() 330 auto pos = wsPattern.Find(L"time"); in PatternStringType() 335 if (L"time" == wsPattern.First(4)) in PatternStringType() 337 if (L"text" == wsPattern.First(4)) in PatternStringType() 339 if (L"num" == wsPattern.First(3)) { in PatternStringType() 341 if (L"integer" == wsPattern.Substr(4, 7)) { in PatternStringType() 343 } else if (L"decimal" == wsPattern.Substr(4, 7)) { in PatternStringType() 345 } else if (L"currency" == wsPattern.Substr(4, 8)) { in PatternStringType() [all …]
|
/external/pdfium/xfa/fgas/crt/ |
D | cfgas_stringformatter.h | 26 const WideString& wsPattern);
|
D | cfgas_stringformatter.cpp | 824 const WideString& wsPattern) in CFGAS_StringFormatter() argument 826 m_wsPattern(wsPattern), in CFGAS_StringFormatter()
|
/external/icu/icu4c/source/test/intltest/ |
D | usettest.cpp | 2219 UnicodeString wsPattern=UNICODE_STRING("[:White_Space:]", 15); in TestFreezable() local 2220 UnicodeSet wsSet(wsPattern, errorCode); in TestFreezable() 2300 applyPattern(wsPattern, errorCode). in TestFreezable() 2301 applyPattern(wsPattern, USET_IGNORE_SPACE, NULL, errorCode). in TestFreezable() 2302 applyPattern(wsPattern, pos, USET_IGNORE_SPACE, NULL, errorCode). in TestFreezable() 2312 add(wsPattern). in TestFreezable() 2322 retainAll(wsPattern). in TestFreezable()
|