OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pBackSlash
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/test/cintltst/
cintltst.c
308
char *
pBackSlash
;
315
pBackSlash
= strrchr(p, U_FILE_SEP_CHAR);
316
if (
pBackSlash
!= NULL) {
317
*
pBackSlash
= 0; /* Truncate the string at the '\' */
321
if (
pBackSlash
!= NULL) {
325
strcpy(
pBackSlash
, U_FILE_SEP_STRING "data" U_FILE_SEP_STRING );
375
char *
pBackSlash
;
382
pBackSlash
= strrchr(p, U_FILE_SEP_CHAR);
383
if (
pBackSlash
!= NULL) {
384
*
pBackSlash
= 0; /* Truncate the string at the '\' *
[
all
...]
/external/icu4c/test/iotest/
iotest.cpp
90
char *
pBackSlash
;
97
pBackSlash
= strrchr(p, U_FILE_SEP_CHAR);
98
if (
pBackSlash
!= NULL) {
99
*
pBackSlash
= 0; /* Truncate the string at the '\' */
103
if (
pBackSlash
!= NULL) {
107
strcpy(
pBackSlash
, U_FILE_SEP_STRING "data" U_FILE_SEP_STRING );
731
char *
pBackSlash
;
738
pBackSlash
= strrchr(p, U_FILE_SEP_CHAR);
739
if (
pBackSlash
!= NULL) {
740
*
pBackSlash
= 0; /* Truncate the string at the '\' *
[
all
...]
/external/icu4c/test/intltest/
intltest.cpp
393
char *
pBackSlash
;
400
pBackSlash
= strrchr(p, U_FILE_SEP_CHAR);
401
if (
pBackSlash
!= NULL) {
402
*
pBackSlash
= 0; /* Truncate the string at the '\' */
406
if (
pBackSlash
!= NULL) {
410
strcpy(
pBackSlash
, U_FILE_SEP_STRING "data" U_FILE_SEP_STRING "out" U_FILE_SEP_STRING);
[
all
...]
/external/icu4c/test/letest/
letest.cpp
[
all
...]
Completed in 780 milliseconds