filex
_fx_unicode_search_name
is only used within filex.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
filex
_fx_unicode_search_name
_fx_unicode_search_name variable
Syntax
Show:
Summary
Declaration
Definition
from
fx_unicode.h:57
extern
UCHAR
_fx_unicode_search_name
[
FX_MAX_LONG_NAME_LEN
*
2
]
;
Implemented in
fx_unicode_directory_search.c:41
Examples
References
from
examples
Code
Location
Referrer
UCHAR
_fx_unicode_search_name
[
FX_MAX_LONG_NAME_LEN
*
2
]
;
fx_unicode_directory_search.c:41
extern
UCHAR
_fx_unicode_search_name
[
FX_MAX_LONG_NAME_LEN
*
2
]
;
fx_unicode.h:57
status
=
_fx_unicode_directory_entry_read
(
media_ptr
,
search_dir_ptr
,
&
i
,
entry_ptr
,
&
_fx_unicode_search_name
[
0
]
,
&
unicode_search_length
)
;
fx_unicode_directory_search.c:275
_fx_unicode_directory_search()
unicode_name
[
j
]
=
_fx_unicode_search_name
[
j
]
;
fx_unicode_directory_search.c:407
_fx_unicode_directory_search()
if
(
unicode_name
[
j
]
!=
_fx_unicode_search_name
[
j
]
)
fx_unicode_directory_search.c:433
_fx_unicode_directory_search()
if
(
(
_fx_unicode_search_name
[
j
+
1
]
==
0
)
&&
(
unicode_name
[
j
+
1
]
==
0
)
)
fx_unicode_directory_search.c:437
_fx_unicode_directory_search()
if
(
(
unicode_name
[
j
]
-
0x20
)
==
_fx_unicode_search_name
[
j
]
)
fx_unicode_directory_search.c:443
_fx_unicode_directory_search()
if
(
(
_fx_unicode_search_name
[
j
]
)
>=
'a'
&&
(
_fx_unicode_search_name
[
j
]
<=
'z'
)
)
fx_unicode_directory_search.c:448
_fx_unicode_directory_search()
if
(
(
_fx_unicode_search_name
[
j
]
-
0x20
)
==
unicode_name
[
j
]
)
fx_unicode_directory_search.c:450
_fx_unicode_directory_search()
if
(
unicode_name
[
j
+
1
]
!=
_fx_unicode_search_name
[
j
+
1
]
)
fx_unicode_directory_search.c:461
_fx_unicode_directory_search()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
_fx_unicode_search_name
is read by 1 function:
All items filtered out
_fx_unicode_search_name
_fx_unicode_directory_search()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out