Searched defs:sValue (Results 1 - 21 of 21) sorted by relevance

/external/pdfium/fpdfsdk/formfiller/
H A Dcffl_combobox.h19 WideString sValue; member in struct:FFL_ComboBoxState
H A Dcffl_textfield.h24 WideString sValue; member in struct:FFL_TextFieldState
H A Dcffl_interactiveformfiller.cpp688 WideString sValue = pInterForm->OnFormat(pWidget->GetFormField(), bFormatted); local
693 pInterForm->ResetFieldAppearance(pWidget->GetFormField(), &sValue, true);
/external/pdfium/fpdfsdk/
H A Dpdfsdk_fieldaction.h33 WideString sValue; member in struct:PDFSDK_FieldAction
H A Dcpdfsdk_widgethandler.cpp235 WideString sValue = pWidget->OnFormat(bFormatted); local
240 pWidget->ResetAppearance(&sValue, false);
H A Dcpdfsdk_interform.cpp289 WideString sValue = sOldValue; local
291 pContext->OnField_Calculate(pFormField, pField, sValue, bRC);
296 if (bRet && bRC && sValue.Compare(sOldValue) != 0)
297 pField->SetValue(sValue, true);
304 WideString sValue = pFormField->GetValue(); local
307 return sValue;
315 sValue = pFormField->GetOptionLabel(index);
326 WideString Value = sValue;
334 sValue = Value;
340 return sValue;
343 ResetFieldAppearance(CPDF_FormField* pFormField, const WideString* sValue, bool bValueChanged) argument
652 WideString sValue = OnFormat(pField, bFormatted); local
[all...]
H A Dcpdfsdk_widget.cpp246 param.m_wsFullText = data.sValue;
249 param.m_wsNewText = data.sValue;
256 param.m_wsPrevText = data.sValue;
696 void CPDFSDK_Widget::SetValue(const WideString& sValue, bool bNotify) { argument
698 pFormField->SetValue(sValue, bNotify);
705 void CPDFSDK_Widget::SetDefaultValue(const WideString& sValue) {} argument
746 WideString sValue = OnFormat(bFormatted); local
747 ResetAppearance(bFormatted ? &sValue : nullptr, true);
757 void CPDFSDK_Widget::ResetAppearance(const WideString* sValue, argument
777 appStream.SetAsComboBox(sValue);
[all...]
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonAsmBackend.cpp425 int sValue = (int)Value; variable
432 if (!(isIntN(7, sValue)))
441 if (!(isIntN(9, sValue)))
452 if (!(isIntN(13, sValue)))
462 if (!(isIntN(15, sValue)))
473 if (!(isIntN(22, sValue)))
595 int64_t sValue = Value; variable
616 bool isFarAway = -maxValue > sValue || sValue > maxValue - 1;
/external/pdfium/fxjs/
H A Dcjs_global.cpp477 ByteString sValue = ByteString::FromUnicode(pRuntime->ToWideString(v)); local
481 pObjElement->sData = sValue;
H A Dcjs_field.cpp277 WideString sValue = static_cast<CPDFSDK_Widget*>(pObserved.Get()) local
281 ->ResetAppearance(bFormatted ? &sValue : nullptr, false);
335 WideString sValue = pWidget->OnFormat(bFormatted); local
338 pWidget->ResetAppearance(bFormatted ? &sValue : nullptr, false);
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DStringTrieBuilder.java196 public Node add(StringTrieBuilder builder, CharSequence s, int start, int sValue) { argument
297 public Node add(StringTrieBuilder builder, CharSequence s, int start, int sValue) { argument
302 ValueNode node=builder.createSuffixNode(s, start, sValue);
380 public Node add(StringTrieBuilder builder, CharSequence s, int start, int sValue) { argument
385 setValue(sValue);
395 suffixNode.setValue(sValue);
436 ValueNode newSuffixNode=builder.createSuffixNode(s, start+1, sValue);
443 next=next.add(builder, s, start, sValue);
513 public Node add(StringTrieBuilder builder, CharSequence s, int start, int sValue) { argument
518 setValue(sValue);
807 createSuffixNode(CharSequence s, int start, int sValue) argument
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DStringTrieBuilder.java198 public Node add(StringTrieBuilder builder, CharSequence s, int start, int sValue) { argument
299 public Node add(StringTrieBuilder builder, CharSequence s, int start, int sValue) { argument
304 ValueNode node=builder.createSuffixNode(s, start, sValue);
382 public Node add(StringTrieBuilder builder, CharSequence s, int start, int sValue) { argument
387 setValue(sValue);
397 suffixNode.setValue(sValue);
438 ValueNode newSuffixNode=builder.createSuffixNode(s, start+1, sValue);
445 next=next.add(builder, s, start, sValue);
515 public Node add(StringTrieBuilder builder, CharSequence s, int start, int sValue) { argument
520 setValue(sValue);
809 createSuffixNode(CharSequence s, int start, int sValue) argument
[all...]
/external/pdfium/fpdfsdk/pwl/
H A Dcpwl_edit.cpp49 ByteString sValue = ByteString::FromUnicode(swText); local
51 CXML_Element::Parse(sValue.c_str(), sValue.GetLength()));
/external/annotation-tools/asmx/test/lib/
H A Dccl.jarMETA-INF/ META-INF/MANIFEST.MF ccl/ ccl/Main.class Main.java package ccl ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.osgi_3.10.100.v20150529-1857.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 2360 milliseconds