| STD_CopyString (STD_StrCpy) |
Copies a string. |
|---|---|
| STD_CopyLString (STD_StrLCpy) |
Copies only the specified length of a string. |
| STD_CopyLStringZeroFill | Copies only the specified length of a string. |
| STD_SearchString (STD_StrStr) |
Searches for a specified string. |
| STD_GetStringLength (STD_StrLen) |
Finds the length of a string. |
| STD_ConcatenateString (STD_StrCat) |
Concantenates strings. |
| STD_CompareString (STD_StrCmp) |
Compares strings. |
| STD_CompareNString (STD_StrNCmp) |
Compares only a specified length of strings. |
| STD_CompareLString (STD_StrLCmp) |
Compares strings. |
| STD_TSScanf | Performs a form scan of a string in response to a variable argument. |
| STD_TVSScanf | Performs a form scan of a string in response to an argument list. |
| STD_ConvertStringSjisToUnicode |
This function converts a ShiftJIS-format character string to a Unicode-format character string. |
|---|---|
| STD_ConvertCharSjisToUnicode |
This function converts a ShiftJIS-format character to a Unicode-format character. |
| STD_ConvertStringUnicodeToSjis |
This function converts a Unicode-format character string to a ShiftJIS-format character string. |
| STD_ConvertCharUnicodeToSjis |
This function converts a Unicode-format character to a ShiftJIS-format character. |
| STDConvertUnicodeCallback |
This is the type of the callback function configured with STD_ConvertStringSjisToUnicode. |
|---|---|
| STDConvertSjisCallback |
This is the type of the callback function configured with STD_ConvertStringUnicodeToSjis. |
CONFIDENTIAL