HomeSort by relevance Sort by last modified time
    Searched refs:plResult (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/icu/source/test/intltest/
plurfmts.cpp 277 UnicodeString plResult, numResult;
279 plResult = pluralFmt.format(i, status);
286 if ( numResult != plResult ) {
287 errln("Wrong ruleset loaded by setLocale() - got:"+plResult+ UnicodeString(" expecting:")+numResult);
486 UnicodeString plResult = plFmt.format(0.0, status); // retrun ONE
487 plResult = plFmt.format(0.5, status); // retrun ONE
488 plResult = plFmt.format(1.0, status); // retrun ONE
489 plResult = plFmt.format(1.9, status); // retrun ONE
490 plResult = plFmt.format(2.0, status); // retrun OTHER
509 UnicodeString plResult, numResult
    [all...]
  /external/icu/icu4c/source/test/intltest/
plurfmts.cpp 283 UnicodeString plResult, numResult;
285 plResult = pluralFmt.format(i, status);
292 if ( numResult != plResult ) {
293 errln("Wrong ruleset loaded by setLocale() - got:"+plResult+ UnicodeString(" expecting:")+numResult);
533 UnicodeString plResult = plFmt.format(0.0, status); // retrun ONE
534 plResult = plFmt.format(0.5, status); // retrun ONE
535 plResult = plFmt.format(1.0, status); // retrun ONE
536 plResult = plFmt.format(1.9, status); // retrun ONE
537 plResult = plFmt.format(2.0, status); // retrun OTHER
700 UnicodeString plResult, numResult
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dimm.h 364 virtual HRESULT WINAPI EscapeA(HKL hKL,HIMC hIMC,UINT uEscape,LPVOID pData,LRESULT *plResult) = 0;
365 virtual HRESULT WINAPI EscapeW(HKL hKL,HIMC hIMC,UINT uEscape,LPVOID pData,LRESULT *plResult) = 0;
416 virtual HRESULT WINAPI OnDefWindowProc(HWND hWnd,UINT Msg,WPARAM wParam,LPARAM lParam,LRESULT *plResult) = 0;
439 HRESULT (WINAPI *EscapeA)(IActiveIMMApp *This,HKL hKL,HIMC hIMC,UINT uEscape,LPVOID pData,LRESULT *plResult);
440 HRESULT (WINAPI *EscapeW)(IActiveIMMApp *This,HKL hKL,HIMC hIMC,UINT uEscape,LPVOID pData,LRESULT *plResult);
491 HRESULT (WINAPI *OnDefWindowProc)(IActiveIMMApp *This,HWND hWnd,UINT Msg,WPARAM wParam,LPARAM lParam,LRESULT *plResult);
    [all...]
dwmapi.h 172 LRESULT *plResult
mshtmhst.h 398 virtual HRESULT WINAPI ShowMessage(HWND hwnd,LPOLESTR lpstrText,LPOLESTR lpstrCaption,DWORD dwType,LPOLESTR lpstrHelpFile,DWORD dwHelpContext,LRESULT *plResult) = 0;
407 HRESULT (WINAPI *ShowMessage)(IDocHostShowUI *This,HWND hwnd,LPOLESTR lpstrText,LPOLESTR lpstrCaption,DWORD dwType,LPOLESTR lpstrHelpFile,DWORD dwHelpContext,LRESULT *plResult);
418 #define IDocHostShowUI_ShowMessage(This,hwnd,lpstrText,lpstrCaption,dwType,lpstrHelpFile,dwHelpContext,plResult) (This)->lpVtbl->ShowMessage(This,hwnd,lpstrText,lpstrCaption,dwType,lpstrHelpFile,dwHelpContext,plResult)
422 HRESULT WINAPI IDocHostShowUI_ShowMessage_Proxy(IDocHostShowUI *This,HWND hwnd,LPOLESTR lpstrText,LPOLESTR lpstrCaption,DWORD dwType,LPOLESTR lpstrHelpFile,DWORD dwHelpContext,LRESULT *plResult);
ocidl.h     [all...]
msctf.h     [all...]
shlobj.h 233 STDMETHOD(HandleMenuMsg2)(THIS_ UINT uMsg,WPARAM wParam,LPARAM lParam,LRESULT *plResult) PURE;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 640 milliseconds