/external/chromium_org/third_party/skia/tools/ |
win_lcid.cpp | 5 BOOL CALLBACK MyFuncLocaleEx(LPWSTR pStr, DWORD dwFlags, LPARAM lparam) { 9 bufferSize = GetLocaleInfoEx(pStr, LOCALE_SENGLANGUAGE, wcBuffer, BUFFER_SIZE); 11 wprintf(L"Locale %s had error %d\n", pStr, GetLastError()); 15 LCID lcid = LocaleNameToLCID(pStr, NULL); 24 wprintf(L" { 0x%.4x, \"%s\" }, //%s\n", lcid, pStr, wcBuffer);
|
/external/skia/tools/ |
win_lcid.cpp | 5 BOOL CALLBACK MyFuncLocaleEx(LPWSTR pStr, DWORD dwFlags, LPARAM lparam) { 9 bufferSize = GetLocaleInfoEx(pStr, LOCALE_SENGLANGUAGE, wcBuffer, BUFFER_SIZE); 11 wprintf(L"Locale %s had error %d\n", pStr, GetLastError()); 15 LCID lcid = LocaleNameToLCID(pStr, NULL); 24 wprintf(L" { 0x%.4x, \"%s\" }, //%s\n", lcid, pStr, wcBuffer);
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
regex_internal.c | 24 re_string_t *pstr, 43 re_string_allocate (re_string_t *pstr, const char *str, Idx len, Idx init_len, 53 re_string_construct_common (str, len, pstr, trans, icase, dfa); 55 ret = re_string_realloc_buffers (pstr, init_buf_len); 59 pstr->word_char = dfa->word_char; 60 pstr->word_ops_used = dfa->word_ops_used; 61 pstr->mbs = pstr->mbs_allocated ? pstr->mbs : (unsigned char *) str; 62 pstr->valid_len = (pstr->mbs_allocated || dfa->mb_cur_max > 1) ? 0 : len [all...] |
regex_internal.h | 431 static reg_errcode_t re_string_realloc_buffers (re_string_t *pstr, 435 static void build_wcs_buffer (re_string_t *pstr) internal_function; 436 static reg_errcode_t build_wcs_upper_buffer (re_string_t *pstr) 439 static void build_upper_buffer (re_string_t *pstr) internal_function; 440 static void re_string_translate_buffer (re_string_t *pstr) internal_function; 444 #define re_string_peek_byte(pstr, offset) \ 445 ((pstr)->mbs[(pstr)->cur_idx + offset]) 446 #define re_string_fetch_byte(pstr) \ 447 ((pstr)->mbs[(pstr)->cur_idx++] [all...] |
/external/clang/test/CodeGen/ |
2009-05-22-callingconv.c | 6 static reg_errcode_t re_string_construct (re_string_t *pstr, const char *str, 11 re_string_construct (pstr, str, len, trans, icase, dfa) 12 re_string_t *pstr;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
_dbdao.h | 73 CONSTRUCTOR CdbVariant(LPCTSTR pstr); 78 VOID operator =(LPCTSTR pstr); 99 inline CONSTRUCTOR CdbVariant::CdbVariant(LPCTSTR pstr): COleVariant(pstr,VT_BSTRT) { 100 if(!pstr) { 143 inline VOID CdbVariant::operator =(LPCTSTR pstr) { 144 if(!pstr) { 150 bstrVal = SysAllocString(pstr); 152 bstrVal = SysAllocStringByteLen(pstr,strlen(pstr)); [all...] |
advpub.h | 51 HRESULT WINAPI TranslateInfString(PCSTR pszInfFilename,PCSTR pszInstallSection,PCSTR pszTranslateSection,PCSTR pszTranslateKey,PSTR pszBuffer,DWORD dwBufferSize,PDWORD pdwRequiredSize,PVOID pvReserved); 53 typedef HRESULT (WINAPI *TRANSLATEINFSTRING)(PCSTR pszInfFilename,PCSTR pszInstallSection,PCSTR pszTranslateSection,PCSTR pszTranslateKey,PSTR pszBuffer,DWORD dwBufferSize,PDWORD pdwRequiredSize,PVOID pvReserved); 79 HRESULT WINAPI LaunchINFSectionEx(HWND hwnd,HINSTANCE hInstance,PSTR pszParms,INT nShow); 81 typedef HRESULT (WINAPI *LAUNCHINFSECTIONEX)(HWND hwnd,HINSTANCE hInst,PSTR pszParams,INT nShow); 95 PSTR pszCab; 96 PSTR pszInf; 97 PSTR pszSection; 157 HRESULT WINAPI RegRestoreAll(HWND hWnd,PSTR pszTitleString,HKEY hkBckupKey); 158 typedef HRESULT (WINAPI *REGRESTOREALL)(HWND hWnd,PSTR pszTitleString,HKEY hkBckupKey); 215 HRESULT WINAPI DelNodeRunDLL32(HWND hwnd,HINSTANCE hInstance,PSTR pszParms,INT nShow) [all...] |
adshlp.h | 26 LPWSTR WINAPI AllocADsStr(LPCWSTR pStr); 27 WINBOOL WINAPI FreeADsStr(LPWSTR pStr); 28 WINBOOL WINAPI ReallocADsStr(LPWSTR *ppStr,LPWSTR pStr);
|
dbgeng.h | 137 STDMETHOD(GetCommand)(THIS_ PSTR Buffer,ULONG BufferSize,PULONG CommandSize) PURE; 139 STDMETHOD(GetOffsetExpression)(THIS_ PSTR Buffer,ULONG BufferSize,PULONG ExpressionSize) PURE; 210 STDMETHOD(GetKernelConnectionOptions)(THIS_ PSTR Buffer,ULONG BufferSize,PULONG OptionsSize) PURE; 217 STDMETHOD(GetRunningProcessDescription)(THIS_ ULONG64 Server,ULONG SystemId,ULONG Flags,PSTR ExeName,ULONG ExeNameSize,PULONG ActualExeNameSize,PSTR Description,ULONG DescriptionSize,PULONG ActualDescriptionSize) PURE; 219 STDMETHOD(CreateProcess)(THIS_ ULONG64 Server,PSTR CommandLine,ULONG CreateFlags) PURE; 220 STDMETHOD(CreateProcessAndAttach)(THIS_ ULONG64 Server,PSTR CommandLine,ULONG CreateFlags,ULONG ProcessId,ULONG AttachFlags) PURE; 247 STDMETHOD(GetOutputLinePrefix)(THIS_ PSTR Buffer,ULONG BufferSize,PULONG PrefixSize) PURE; 249 STDMETHOD(GetIdentity)(THIS_ PSTR Buffer,ULONG BufferSize,PULONG IdentitySize) PURE; 281 STDMETHOD(GetKernelConnectionOptions)(THIS_ PSTR Buffer,ULONG BufferSize,PULONG OptionsSize) PURE [all...] |
intshcut.h | 97 INTSHCUTAPI HRESULT WINAPI TranslateURLA(PCSTR pcszURL,DWORD dwInFlags,PSTR *ppszTranslatedURL); 106 INTSHCUTAPI HRESULT WINAPI URLAssociationDialogA(HWND hwndParent,DWORD dwInFlags,PCSTR pcszFile,PCSTR pcszURL,PSTR pszAppBuf,UINT ucAppBufLen); 115 INTSHCUTAPI HRESULT WINAPI MIMEAssociationDialogA(HWND hwndParent,DWORD dwInFlags,PCSTR pcszFile,PCSTR pcszMIMEContentType,PSTR pszAppBuf,UINT ucAppBufLen);
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
dbghelp.h | 27 PSTR ModuleName; 47 typedef BOOL (CALLBACK *PFIND_DEBUG_FILE_CALLBACK)(HANDLE FileHandle,PSTR FileName,PVOID CallerData); 48 typedef BOOL (CALLBACK *PFINDFILEINPATHCALLBACK)(PSTR filename,PVOID context); 49 typedef BOOL (CALLBACK *PFIND_EXE_FILE_CALLBACK)(HANDLE FileHandle,PSTR FileName,PVOID CallerData); 59 HANDLE IMAGEAPI FindDebugInfoFile(PSTR FileName,PSTR SymbolPath,PSTR DebugFilePath); 60 HANDLE IMAGEAPI FindDebugInfoFileEx(PSTR FileName,PSTR SymbolPath,PSTR DebugFilePath,PFIND_DEBUG_FILE_CALLBACK Callback,PVOID CallerData) [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
dbghelp.h | 27 PSTR ModuleName; 47 typedef BOOL (CALLBACK *PFIND_DEBUG_FILE_CALLBACK)(HANDLE FileHandle,PSTR FileName,PVOID CallerData); 48 typedef BOOL (CALLBACK *PFINDFILEINPATHCALLBACK)(PSTR filename,PVOID context); 49 typedef BOOL (CALLBACK *PFIND_EXE_FILE_CALLBACK)(HANDLE FileHandle,PSTR FileName,PVOID CallerData); 59 HANDLE IMAGEAPI FindDebugInfoFile(PSTR FileName,PSTR SymbolPath,PSTR DebugFilePath); 60 HANDLE IMAGEAPI FindDebugInfoFileEx(PSTR FileName,PSTR SymbolPath,PSTR DebugFilePath,PFIND_DEBUG_FILE_CALLBACK Callback,PVOID CallerData) [all...] |
/external/pdfium/fpdfsdk/include/javascript/ |
PublicMethods.h | 78 static CFX_WideString StrLTrim(FX_LPCWSTR pStr);
79 static CFX_WideString StrRTrim(FX_LPCWSTR pStr);
80 static CFX_WideString StrTrim(FX_LPCWSTR pStr);
82 static CFX_ByteString StrLTrim(FX_LPCSTR pStr);
83 static CFX_ByteString StrRTrim(FX_LPCSTR pStr);
84 static CFX_ByteString StrTrim(FX_LPCSTR pStr);
|
/frameworks/compile/mclinker/include/mcld/LD/ |
MsgHandler.h | 30 void addString(llvm::StringRef pStr) const; 32 void addString(const std::string& pStr) const; 46 operator<<(const MsgHandler& pHandler, llvm::StringRef pStr) 48 pHandler.addString(pStr); 53 operator<<(const MsgHandler& pHandler, const std::string& pStr) 55 pHandler.addString(pStr); 67 operator<<(const MsgHandler& pHandler, const char* pStr) 69 pHandler.addTaggedVal(reinterpret_cast<intptr_t>(pStr),
|
/hardware/ti/omap3/dspbridge/inc/ |
csl.h | 86 IN PSTR pstrSource, ULONG uSize); 118 extern VOID CSL_ByteSwap(IN PSTR pstrSrc, 119 OUT PSTR pstrDest, IN ULONG ulBytes); 160 extern VOID CSL_NumToAscii(OUT PSTR pstrNumber, IN DWORD dwNum); 180 extern LONG CSL_Strcmp(IN CONST PSTR pstrStr1, IN CONST PSTR pstrStr2); 200 extern PSTR CSL_Strcpyn(OUT PSTR pstrDest, IN CONST PSTR pstrSrc, 218 extern PSTR CSL_Strstr(IN CONST PSTR haystack, IN CONST PSTR needle) [all...] |
dbdcddef.h | 71 PSTR pstrCreatePhaseFxn; 72 PSTR pstrDeletePhaseFxn; 73 PSTR pstrExecutePhaseFxn; 74 PSTR pstrIAlgName;
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
csl.h | 87 IN PSTR pstrSource, ULONG uSize); 119 extern VOID CSL_ByteSwap(IN PSTR pstrSrc, 120 OUT PSTR pstrDest, IN ULONG ulBytes); 161 extern VOID CSL_NumToAscii(OUT PSTR pstrNumber, IN DWORD dwNum); 181 extern LONG CSL_Strcmp(IN CONST PSTR pstrStr1, IN CONST PSTR pstrStr2); 201 extern PSTR CSL_Strcpyn(OUT PSTR pstrDest, IN CONST PSTR pstrSrc, 219 extern PSTR CSL_Strstr(IN CONST PSTR haystack, IN CONST PSTR needle) [all...] |
dbdcddef.h | 71 PSTR pstrCreatePhaseFxn; 72 PSTR pstrDeletePhaseFxn; 73 PSTR pstrExecutePhaseFxn; 74 PSTR pstrIAlgName;
|
/external/bluetooth/bluedroid/embdrv/sbc/decoder/include/ |
oi_string.h | 111 * Copies the Null terminated string from pStr to pDest, and 116 OI_CHAR const *pStr); 121 * Concatonates the pStr string to the end of pDest, and 126 OI_CHAR const *pStr) ; 131 * Calculates the number of OI_CHARs in pStr (not including 134 OI_UINT OI_StrLen(OI_CHAR const *pStr) ;
|
/external/stlport/test/unit/ |
find_test.cpp | 120 char *pstr = (char*)str; local 124 char *d = find(pstr, pstr + str_size, 'd'); 130 char *last = find(pstr, pstr + str_size, 'x'); 131 CPPUNIT_ASSERT( last == pstr + str_size );
|
/ndk/tests/device/test-gnustl-full/unit/ |
find_test.cpp | 120 char *pstr = (char*)str; local 124 char *d = find(pstr, pstr + str_size, 'd'); 130 char *last = find(pstr, pstr + str_size, 'x'); 131 CPPUNIT_ASSERT( last == pstr + str_size );
|
/ndk/tests/device/test-stlport/unit/ |
find_test.cpp | 120 char *pstr = (char*)str; local 124 char *d = find(pstr, pstr + str_size, 'd'); 130 char *last = find(pstr, pstr + str_size, 'x'); 131 CPPUNIT_ASSERT( last == pstr + str_size );
|
/external/pdfium/core/src/fxcrt/ |
fx_extension.cpp | 247 FX_DWORD FX_HashCode_String_GetA(FX_LPCSTR pStr, FX_INT32 iLength, FX_BOOL bIgnoreCase)
249 FXSYS_assert(pStr != NULL);
251 iLength = (FX_INT32)FXSYS_strlen(pStr);
253 FX_LPCSTR pStrEnd = pStr + iLength;
256 while (pStr < pStrEnd) {
257 dwHashCode = 31 * dwHashCode + FXSYS_tolower(*pStr++);
260 while (pStr < pStrEnd) {
261 dwHashCode = 31 * dwHashCode + *pStr ++;
266 FX_DWORD FX_HashCode_String_GetW(FX_LPCWSTR pStr, FX_INT32 iLength, FX_BOOL bIgnoreCase)
268 FXSYS_assert(pStr != NULL); [all...] |
/frameworks/compile/mclinker/lib/LD/ |
MsgHandler.cpp | 29 void MsgHandler::addString(llvm::StringRef pStr) const 34 m_Engine.state().ArgumentStrs[m_NumArgs++] = pStr.data(); 37 void MsgHandler::addString(const std::string& pStr) const 42 m_Engine.state().ArgumentStrs[m_NumArgs++] = pStr;
|
/external/valgrind/main/docs/lib/ |
line-wrap.xsl | 13 <xsl:param name="pStr"/> 16 <xsl:when test="not(string($pStr))"> 24 <xsl:with-param name="arg2" select="substring($pStr,1,1)"/> 30 <xsl:with-param name="pStr" select="substring($pStr,2)"/> 42 <xsl:param name="pStr"/> 56 <xsl:with-param name="pStr" select="$pStr"/>
|