Searched refs:destStr (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/iodbc-42.5/iodbc/iodbcinst/
H A Dunicode.c381 dm_strcpy_A2W (SQLWCHAR * destStr, SQLCHAR * sourStr) argument
385 if (!sourStr || !destStr)
386 return destStr;
390 OPL_A2W (sourStr, destStr, length);
391 destStr[length] = L'\0';
392 return destStr;
397 dm_strcpy_W2A (SQLCHAR * destStr, SQLWCHAR * sourStr) argument
401 if (!sourStr || !destStr)
402 return destStr;
406 OPL_W2A (sourStr, destStr, lengt
[all...]
H A Dunicode.h95 SQLCHAR *dm_strcpy_W2A (SQLCHAR * destStr, SQLWCHAR * sourStr);
99 SQLWCHAR *dm_strcpy_A2W (SQLWCHAR * destStr, SQLCHAR * sourStr);
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Duspoof.cpp641 UnicodeString destStr; local
642 uspoof_getSkeletonUnicodeString(sc, type, idStr, destStr, status);
643 destStr.extract(dest, destCapacity, *status);
644 return destStr.length();
714 UnicodeString destStr; local
715 uspoof_getSkeletonUnicodeString(sc, type, srcStr, destStr, status);
722 destStr.getBuffer(), destStr.length(), status);
/macosx-10.10.1/iodbc-42.5/iodbc/samples/
H A Diodbctest.c140 strcpy_A2W (SQLWCHAR * destStr, char *sourStr) argument
144 if (!sourStr || !destStr)
145 return destStr;
149 OPL_A2W (sourStr, destStr, length);
150 destStr[length] = L'\0';
152 return destStr;
/macosx-10.10.1/modemccl-25.1/CCLEngine/
H A DCCLEngine.c234 void PrepStr(u_int8_t *destStr, u_int32_t *isVarString, u_int32_t *varIndex, int varSubstitution);
1472 Parse and prepare srcStr (from srcNdx) and place result in destStr;
1473 srcStr and destStr are both pascal strings (Str255).
1478 void PrepStr(u_int8_t *destStr, u_int32_t *isVarString, u_int32_t *varIndex, int varSubstitution) argument
1492 destStr[0] = '\0';
1509 d = destStr + 1;
1544 // copy escape character into the destStr
1569 // copy the varString into the destStr
1624 // copy srcStr byte into the destStr
1633 *destStr
[all...]

Completed in 128 milliseconds