OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bytestr
(Results
1 - 5
of
5
) sorted by null
/system/bt/test/bluedroidtest/
bluedroidtest.c
189
char
bytestr
[4] = {0};
local
213
snprintf(
bytestr
, sizeof(
bytestr
), "%02X ", *p);
214
strncat(hexstr,
bytestr
, sizeof(hexstr)-strlen(hexstr)-1);
217
snprintf(
bytestr
, sizeof(
bytestr
), "%c", c);
218
strncat(charstr,
bytestr
, sizeof(charstr)-strlen(charstr)-1);
/external/pdfium/core/src/fxcrt/
fx_basic_wstring.cpp
1030
CFX_ByteString
bytestr
;
local
1031
FX_LPSTR dest_buf =
bytestr
.GetBuffer(dest_len);
1033
bytestr
.ReleaseBuffer(dest_len);
1034
return
bytestr
;
1036
static CFX_WideString _DefMap_GetWideString(CFX_CharMap* pCharMap, const CFX_ByteString&
bytestr
)
1038
int src_len =
bytestr
.GetLength();
1040
int dest_len = FXSYS_MultiByteToWideChar(codepage, 0,
bytestr
, src_len, NULL, 0);
1046
FXSYS_MultiByteToWideChar(codepage, 0,
bytestr
, src_len, dest_buf, dest_len);
[
all
...]
/external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font.cpp
481
static CFX_WideString _FontMap_GetWideString(CFX_CharMap* pMap, const CFX_ByteString&
bytestr
)
483
return ((CPDF_FontCharMap*)pMap)->m_pFont->DecodeString(
bytestr
);
[
all
...]
/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
TestCharset.java
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
oaidl.h
210
BYTE_SIZEDARR
ByteStr
;
[
all
...]
Completed in 533 milliseconds