OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:filenameBegin
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/tools/genrb/
genrb.c
475
const char *
filenameBegin
= uprv_strrchr(filename, U_FILE_SEP_CHAR);
478
if (
filenameBegin
!= NULL) {
485
int32_t filenameSize = (int32_t)(
filenameBegin
- filename + 1);
parse.c
696
const char *
filenameBegin
= uprv_strrchr(filename, U_FILE_SEP_CHAR);
699
if (
filenameBegin
!= NULL) {
706
int32_t filenameSize = (int32_t)(
filenameBegin
- filename + 1);
[
all
...]
Completed in 120 milliseconds