OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nextSepP
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/common/
uresdata.c
538
char *pathP = *path, *
nextSepP
= *path;
555
while(
nextSepP
&& *pathP && t1 != RES_BOGUS && URES_IS_CONTAINER(type)) {
559
nextSepP
= uprv_strchr(pathP, RES_PATH_SEPARATOR);
563
if(
nextSepP
!= NULL) {
564
*
nextSepP
= 0; /* overwrite the separator with a NUL to terminate the key */
565
*path =
nextSepP
+1;
[
all
...]
/external/icu4c/common/
uresdata.c
557
char *pathP = *path, *
nextSepP
= *path;
574
while(
nextSepP
&& *pathP && t1 != RES_BOGUS && URES_IS_CONTAINER(type)) {
578
nextSepP
= uprv_strchr(pathP, RES_PATH_SEPARATOR);
582
if(
nextSepP
!= NULL) {
583
*
nextSepP
= 0; /* overwrite the separator with a NUL to terminate the key */
584
*path =
nextSepP
+1;
[
all
...]
Completed in 53 milliseconds