Searched refs:sValue (Results 1 - 25 of 32) sorted by relevance

12

/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DStringTrieBuilder.java194 public Node add(StringTrieBuilder builder, CharSequence s, int start, int sValue) { argument
295 public Node add(StringTrieBuilder builder, CharSequence s, int start, int sValue) { argument
300 ValueNode node=builder.createSuffixNode(s, start, sValue);
378 public Node add(StringTrieBuilder builder, CharSequence s, int start, int sValue) { argument
383 setValue(sValue);
393 suffixNode.setValue(sValue);
434 ValueNode newSuffixNode=builder.createSuffixNode(s, start+1, sValue);
441 next=next.add(builder, s, start, sValue);
511 public Node add(StringTrieBuilder builder, CharSequence s, int start, int sValue) { argument
516 setValue(sValue);
805 createSuffixNode(CharSequence s, int start, int sValue) argument
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/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/pdfium/fpdfsdk/src/formfiller/
H A DFFL_TextField.cpp169 fa.sValue = pWnd->GetText();
179 fa.sValue = pWnd->GetText();
184 fa.sValue = m_pWidget->GetValue();
227 m_State.sValue = pWnd->GetText();
235 pWnd->SetText(m_State.sValue.c_str());
H A DFFL_ListBox.cpp156 fa.sValue = L"";
162 fa.sValue = m_pWidget->GetOptionLabel(nCurSel);
169 fa.sValue = L"";
173 fa.sValue = m_pWidget->GetOptionLabel(nCurSel);
H A DFFL_ComboBox.cpp133 fa.sValue = pEdit->GetText();
147 fa.sValue = pEdit->GetText();
153 fa.sValue = m_pWidget->GetValue();
202 m_State.sValue = pEdit->GetText();
216 pEdit->SetText(m_State.sValue.c_str());
H A DFFL_IFormFiller.cpp728 CFX_WideString sValue = local
735 pInterForm->ResetFieldAppearance(pWidget->GetFormField(), sValue.c_str(),
H A DFFL_FormFiller.cpp581 fa.sValue = m_pWidget->GetValue();
/external/pdfium/fpdfsdk/include/formfiller/
H A DFFL_ComboBox.h20 CFX_WideString sValue; member in struct:FFL_ComboBoxState
H A DFFL_TextField.h21 CFX_WideString sValue; member in struct:FFL_TextFieldState
/external/pdfium/fpdfsdk/include/
H A Dfsdk_baseform.h63 CFX_WideString sValue; // in[out] member in struct:_PDFSDK_FieldAction
147 void SetValue(const CFX_WideString& sValue, FX_BOOL bNotify);
148 void SetDefaultValue(const CFX_WideString& sValue);
156 void ResetAppearance(const FX_WCHAR* sValue, FX_BOOL bValueChanged);
185 void ResetAppearance_ComboBox(const FX_WCHAR* sValue);
187 void ResetAppearance_TextField(const FX_WCHAR* sValue);
294 const FX_WCHAR* sValue,
/external/pdfium/fpdfsdk/src/javascript/
H A Dutil.cpp288 CFX_WideString sValue; local
289 sValue.Format(L"%d", cTableAd[i].iValue);
290 memcpy(tszValue, (wchar_t*)sValue.GetBuffer(sValue.GetLength() + 1),
291 (sValue.GetLength() + 1) * sizeof(wchar_t));
369 CFX_WideString sValue; local
370 sValue.Format(L"%d", cTableAd[i].iValue);
371 memcpy(tszValue, (wchar_t*)sValue.GetBuffer(sValue.GetLength() + 1),
372 sValue
[all...]
H A Dglobal.cpp350 CFX_ByteString sValue = local
355 pObjElement->sData = sValue;
H A DPublicMethods.cpp1831 CFX_WideString sValue = params[0].ToCFXWideString(); local
1834 double dDate = MakeRegularDate(sValue, sFormat, nullptr);
H A DField.cpp218 CFX_WideString sValue = pWidget->OnFormat(bFormatted); local
219 pWidget->ResetAppearance(bFormatted ? sValue.c_str() : nullptr, FALSE);
255 CFX_WideString sValue = pWidget->OnFormat(bFormated); local
257 pWidget->ResetAppearance(sValue.c_str(), FALSE);
/external/pdfium/fpdfsdk/src/
H A Dfsdk_baseform.cpp216 param.m_wsFullText = data.sValue;
219 param.m_wsNewText = data.sValue;
225 param.m_wsPrevText = data.sValue;
371 CFX_WideString sValue; local
372 pWidgetAcc->GetValue(sValue, XFA_VALUEPICTURE_Display);
373 pFormField->SetValue(sValue, TRUE);
403 CFX_WideString sValue; local
404 pWidgetAcc->GetValue(sValue, XFA_VALUEPICTURE_Display);
405 pFormField->SetValue(sValue, TRUE);
618 CFX_WideString sValue; local
707 SetValue(const CFX_WideString& sValue, FX_BOOL bNotify) argument
716 SetDefaultValue(const CFX_WideString& sValue) argument
757 CFX_WideString sValue = this->OnFormat(bFormated); local
770 ResetAppearance(const FX_WCHAR* sValue, FX_BOOL bValueChanged) argument
1384 ResetAppearance_ComboBox(const FX_WCHAR* sValue) argument
1546 ResetAppearance_TextField(const FX_WCHAR* sValue) argument
2221 CFX_WideString sValue = sOldValue; local
2248 CFX_WideString sValue = pFormField->GetValue(); local
2295 ResetFieldAppearance(CPDF_FormField* pFormField, const FX_WCHAR* sValue, FX_BOOL bValueChanged) argument
2635 CFX_WideString sValue = OnFormat(pFormField, bFormated); local
[all...]
H A Dfsdk_actionhandler.cpp497 data.sValue);
501 data.sValue);
506 data.bShift, pFormField, data.sValue,
512 data.sValue, data.bRC);
H A Dfsdk_annothandler.cpp657 CFX_WideString sValue = pWidget->OnFormat(bFormated); local
659 pWidget->ResetAppearance(sValue.c_str(), FALSE);
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonAsmBackend.cpp255 int64_t sValue = Value; variable
276 bool isFarAway = -maxValue > sValue || sValue > maxValue - 1;
/external/libnfc-nxp/src/
H A DphFriNfc_LlcpTransport.c318 phNfc_sData_t sValue; local
341 &sValue );
345 if (sValue.length < 2)
351 nTid = sValue.buffer[0];
353 sServiceName.buffer = sValue.buffer + 1;
354 sServiceName.length = sValue.length - 1;
397 if (sValue.length != 2)
403 nTid = sValue.buffer[0];
409 nSap = sValue.buffer[1];
/external/pdfium/fpdfsdk/include/jsapi/
H A Dfxjs_v8.h194 const wchar_t* sValue);
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Edit.cpp38 CFX_ByteString sValue = CFX_ByteString::FromUnicode(swText); local
41 CXML_Element::Parse(sValue.c_str(), sValue.GetLength())) {
/external/pdfium/fpdfsdk/src/jsapi/
H A Dfxjs_v8.cpp581 const wchar_t* sValue) {
586 FXJS_WSToJSString(pIsolate, sValue)).FromJust();
578 FXJS_PutObjectString(v8::Isolate* pIsolate, v8::Local<v8::Object> pObj, const wchar_t* PropertyName, const wchar_t* sValue) argument
/external/sonivox/jet_tools/JetCreator/
H A DJetDialogs.py159 sValue = self.je.ctrls[JetDefs.F_JLIST].GetString(self.je.ctrls[JetDefs.F_JLIST].GetSelection())
160 self.je.ctrls[JetDefs.F_JFILE].SetValue(sValue)
164 sValue = self.je.ctrls[JetDefs.F_JLIST].GetString(self.je.ctrls[JetDefs.F_JLIST].GetSelection())
165 self.je.ctrls[JetDefs.F_JFILE].SetValue(sValue)
/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/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-core.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE SQLite/ SQLite/Authorizer.class Authorizer.java package ...

Completed in 375 milliseconds

12