Home | History | Annotate | Download | only in common

Lines Matching defs:keyPath

854                 char *chAlias = NULL, *path = NULL, *locale = NULL, *keyPath = NULL;
906 keyPath = locale;
913 keyPath = uprv_strchr(locale, RES_PATH_SEPARATOR);
914 if(keyPath) {
915 *keyPath = 0;
916 keyPath++;
922 keyPath = uprv_strchr(locale, RES_PATH_SEPARATOR);
923 if(keyPath) {
924 *keyPath = 0;
925 keyPath++;
939 if(keyPath == NULL) {
956 /* we need to make keyPath from parent's fResPath and
1003 if(uprv_strlen(keyPath) > URES_MAX_BUFFER_SIZE) {
1004 pathBuf = (char *)uprv_malloc((uprv_strlen(keyPath)+1)*sizeof(char));
1010 uprv_strcpy(pathBuf, keyPath);
1030 uprv_strcpy(pathBuf, keyPath);