HomeSort by relevance Sort by last modified time
    Searched defs:wsPattern (Results 1 - 4 of 4) sorted by null

  /tools/tradefederation/core/src/com/android/tradefed/util/
QuotationAwareTokenizer.java 131 final Pattern wsPattern = Pattern.compile("\\s");
135 final Matcher wsMatcher = wsPattern.matcher(token);
  /external/pdfium/xfa/fxfa/app/
xfa_fftextedit.cpp 420 CFX_WideString wsPattern;
421 m_pDataAcc->GetPictureContent(wsPattern, XFA_VALUEPICTURE_Edit);
422 if (!wsPattern.IsEmpty()) {
  /external/icu/icu4c/source/test/intltest/
usettest.cpp     [all...]
  /external/pdfium/xfa/fxfa/fm2js/
xfa_fm2jscontext.cpp 379 void AlternateDateTimeSymbols(CFX_WideString& wsPattern,
382 int32_t nLength = wsPattern.GetLength();
387 FX_WCHAR wc = wsPattern[i];
393 wsPattern.Delete(i);
402 wsPattern.SetAt(i, wsAltSymbols[nAlt]);
411 CFX_WideString wsPattern = CFX_WideString::FromUTF8(szPattern);
412 if (L"datetime" == wsPattern.Left(8)) {
416 if (L"date" == wsPattern.Left(4)) {
417 patternType = wsPattern.Find(L"time") > 0 ? XFA_VT_DATETIME : XFA_VT_DATE;
420 if (L"time" == wsPattern.Left(4))
    [all...]

Completed in 164 milliseconds