HomeSort by relevance Sort by last modified time
    Searched refs:iValue (Results 26 - 50 of 70) sorted by null

12 3

  /libcore/ojluni/src/main/java/java/lang/
FloatingDecimal.java 318 int ivalue = (int)lvalue; local
322 c = ivalue%10;
323 ivalue /= 10;
326 c = ivalue%10;
327 ivalue /= 10;
329 while ( ivalue != 0){
332 c = ivalue%10;
333 ivalue /= 10;
    [all...]
  /external/pdfium/fpdfsdk/src/javascript/
util.cpp 277 int iValue;
289 sValue.Format(L"%d", cTableAd[i].iValue);
357 int iValue;
370 sValue.Format(L"%d", cTableAd[i].iValue);
  /external/pdfium/xfa/src/fxfa/src/common/
xfa_object.h 173 int32_t iValue,
175 return SetValue(eAttr, XFA_ATTRIBUTETYPE_Integer, (void*)(uintptr_t)iValue,
179 int32_t& iValue,
182 int32_t iValue;
183 return TryInteger(eAttr, iValue, TRUE) ? iValue : 0;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msiquery.h 106 UINT WINAPI MsiSummaryInfoSetPropertyA(MSIHANDLE hSummaryInfo,UINT uiProperty,UINT uiDataType,INT iValue,FILETIME *pftValue,LPCSTR szValue);
107 UINT WINAPI MsiSummaryInfoSetPropertyW(MSIHANDLE hSummaryInfo,UINT uiProperty,UINT uiDataType,INT iValue,FILETIME *pftValue,LPCWSTR szValue);
148 UINT WINAPI MsiRecordSetInteger(MSIHANDLE hRecord,UINT iField,int iValue);
  /external/icu/icu4c/source/test/intltest/
numfmtst.h 325 double checkRound(DecimalFormat* df, double iValue, double lastParsed);
numfmtst.cpp     [all...]
  /external/pdfium/core/src/fxcrt/
fx_arabic.h 36 int32_t iValue);
fx_arabic.cpp 332 int32_t iValue) {
336 values.SetAt(i, iValue);
841 int32_t iValue) {
849 pTC->m_iBidiClass = (int16_t)iValue;
854 pTC->m_iBidiLevel = (int16_t)iValue;
    [all...]
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_script_hostpseudomodel.cpp 595 int32_t iValue = pNotify->GetAppProvider()->MsgBox(
599 FXJSE_Value_SetInteger(hValue, iValue);
636 int32_t iValue = pNotify->GetAppProvider()->GetDocumentCountInBatch();
639 FXJSE_Value_SetInteger(hValue, iValue);
xfa_objectacc_imp.cpp 273 int32_t iValue = 0;
274 m_pNode->TryInteger(XFA_ATTRIBUTE_LineThrough, iValue);
275 return iValue;
283 int32_t iValue = 0;
284 m_pNode->TryInteger(XFA_ATTRIBUTE_Overline, iValue);
285 return iValue;
293 int32_t iValue = 0;
294 m_pNode->TryInteger(XFA_ATTRIBUTE_Underline, iValue);
295 return iValue;
438 int32_t iValue = 0;
    [all...]
xfa_object_imp.cpp 877 int32_t iValue = 0;
884 iValue = pArguments->GetInt32(1);
887 CXFA_Node* pNode = this->GetProperty(iValue, pElementInfo->eName);
    [all...]
  /external/opencv3/3rdparty/libtiff/
tif_jpeg.c     [all...]
  /external/pdfium/xfa/src/fgas/src/font/
fx_stdfontmgr.cpp 417 int32_t iValue = 0;
420 iValue += 64;
424 iValue += 32;
428 iValue += 16;
432 iValue += 8;
434 return iValue;
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
UnicodeProperty.java 477 String iValue = (String) myIntern.get(value);
478 if (iValue == null)
479 myIntern.put(value, iValue = value);
480 result.put(i, iValue);
    [all...]
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/
UnicodeProperty.java 476 String iValue = (String) myIntern.get(value);
477 if (iValue == null)
478 myIntern.put(value, iValue = value);
479 result.put(i, iValue);
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
NumberFormatTest.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
NumberFormatTest.java     [all...]
  /external/pdfium/third_party/libtiff/
tif_jpeg.c     [all...]
  /external/pdfium/xfa/src/fdp/src/css/
fde_cssstyleselector.cpp 641 int32_t iValue = (int32_t)pPrimitive->GetFloat() / 100;
642 if (iValue >= 1 && iValue <= 9) {
643 FDE_CSSINHERITS.m_wFontWeight = iValue * 100;
    [all...]
  /external/pdfium/xfa/src/fdp/include/
fde_css.h 862 virtual FX_BOOL GetCounterReset(int32_t index, int32_t& iValue) = 0;
863 virtual FX_BOOL GetCounterIncrement(int32_t index, int32_t& iValue) = 0;
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.2.1/
commons-lang3-3.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.3/
commons-lang3-3.3.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.3.2/
commons-lang3-3.3.2.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.4/
commons-lang3-3.4.jar 
  /prebuilts/tools/common/offline-m2/org/apache/commons/commons-lang3/3.3.2/
commons-lang3-3.3.2.jar 

Completed in 788 milliseconds

12 3