OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uclCp
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
os_os2.c
610
static UconvObject
uclCp
= NULL; /* convert between local codepage and UCS-2 */
618
if ( UniCreateUconvObject( (UniChar *)L"@path=yes", &
uclCp
) != ULS_SUCCESS )
619
uclCp
= NULL;
628
if (
uclCp
)
629
UniFreeUconvObject(
uclCp
);
631
uclCp
= NULL;
647
if( !ucUtf8 || !
uclCp
)
655
UniStrFromUcs(
uclCp
, out, tempPath, CCHMAXPATH );
676
if( !ucUtf8 || !
uclCp
)
680
if( UniStrToUcs(
uclCp
, tempPath, (char *)in, CCHMAXPATH ) != ULS_SUCCESS
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
Completed in 488 milliseconds