Home
last modified time | relevance | path

Searched refs:unicode_name (Results 1 – 9 of 9) sorted by relevance

/FileX-v6.2.1/common/src/
Dfx_unicode_directory_search.c106 … UCHAR *unicode_name, ULONG *unicode_name_length, ULONG unicode_name_buffer_length) in _fx_unicode_directory_search() argument
239 if ((unicode_name[j * 2] <= 0x7F) && (unicode_name[j * 2 + 1] == 0)) in _fx_unicode_directory_search()
242 unicode_to_short_name[j] = (CHAR)unicode_name[j * 2]; in _fx_unicode_directory_search()
406 unicode_name[j] = _fx_unicode_search_name[j]; in _fx_unicode_directory_search()
410 unicode_name[j] = (UCHAR)0; in _fx_unicode_directory_search()
411 unicode_name[j + 1] = (UCHAR)0; in _fx_unicode_directory_search()
432 if (unicode_name[j] != _fx_unicode_search_name[j]) in _fx_unicode_directory_search()
436 if ((_fx_unicode_search_name[j + 1] == 0) && (unicode_name[j + 1] == 0)) in _fx_unicode_directory_search()
440 if ((unicode_name[j]) >= 'a' && (unicode_name[j] <= 'z')) in _fx_unicode_directory_search()
442 if ((unicode_name[j] - 0x20) == _fx_unicode_search_name[j]) in _fx_unicode_directory_search()
[all …]
Dfx_unicode_length_get_extended.c71 ULONG _fx_unicode_length_get_extended(UCHAR *unicode_name, UINT buffer_length) in _fx_unicode_length_get_extended() argument
84 if ((unicode_name[i] == 0) && (unicode_name[i + 1] == 0)) in _fx_unicode_length_get_extended()
97 …FX_TRACE_IN_LINE_INSERT(FX_TRACE_UNICODE_LENGTH_GET, unicode_name, length, 0, 0, FX_TRACE_FILE_EVE… in _fx_unicode_length_get_extended()
Dfx_unicode_length_get.c74 ULONG _fx_unicode_length_get(UCHAR *unicode_name) in _fx_unicode_length_get() argument
78 return(_fx_unicode_length_get_extended(unicode_name, 256)); in _fx_unicode_length_get()
Dfx_unicode_directory_entry_change.c80 …ory_entry_change(FX_MEDIA *media_ptr, FX_DIR_ENTRY *entry_ptr, UCHAR *unicode_name, ULONG unicode_… in _fx_unicode_directory_entry_change() argument
197 work_ptr[i] = unicode_name[k]; in _fx_unicode_directory_entry_change()
198 work_ptr[i + 1] = unicode_name[k + 1]; in _fx_unicode_directory_entry_change()
Dfx_unicode_directory_entry_read.c81 UCHAR *unicode_name, ULONG *unicode_size) in _fx_unicode_directory_entry_read() argument
417 unicode_name[k + 26 * card + j] = read_ptr[i]; in _fx_unicode_directory_entry_read()
418 unicode_name[k + 26 * card + j + 1] = read_ptr[i + 1]; in _fx_unicode_directory_entry_read()
/FileX-v6.2.1/common/inc/
Dfx_unicode.h67 ULONG _fx_unicode_length_get(UCHAR *unicode_name);
68 ULONG _fx_unicode_length_get_extended(UCHAR *unicode_name, UINT buffer_length);
101 … UCHAR *unicode_name, ULONG *unicode_name_length, ULONG unicode_name_buffer_length);
104 UCHAR *unicode_name, ULONG *unicode_size);
105 …ory_entry_change(FX_MEDIA *media_ptr, FX_DIR_ENTRY *entry_ptr, UCHAR *unicode_name, ULONG unicode_…
Dfx_api.h1502 ULONG fx_unicode_length_get(UCHAR *unicode_name);
1503 ULONG fx_unicode_length_get_extended(UCHAR *unicode_name, UINT buffer_length);
/FileX-v6.2.1/test/regression_test/
Dfilex_unicode_directory_entry_change_test.c39 …ory_entry_change(FX_MEDIA *media_ptr, FX_DIR_ENTRY *entry_ptr, UCHAR *unicode_name, ULONG unicode_…
Dfilextestcontrol.c476 UCHAR unicode_name[] = { 1,0,2,0,3,0,4,0,5,0,6,0,0,0}; in tx_application_define() local
2024 status = _fxe_unicode_directory_create(&media_instance, unicode_name, 0, "SHORT"); in tx_application_define()
2038 status = _fxe_unicode_directory_create(&media_instance, unicode_name, 8, FX_NULL); in tx_application_define()
2052 status = _fxe_unicode_directory_create(&media_instance, unicode_name, 6,"SHORT"); in tx_application_define()
2066 status = _fxe_unicode_directory_create(&media_instance, unicode_name, 6, "SHORT"); in tx_application_define()
2083 status = _fxe_unicode_directory_create(&media_instance, unicode_name, 6, "SHORT"); in tx_application_define()