Lines Matching refs:keyPath
844 char *chAlias = NULL, *path = NULL, *locale = NULL, *keyPath = NULL;
896 keyPath = locale;
903 keyPath = uprv_strchr(locale, RES_PATH_SEPARATOR);
904 if(keyPath) {
905 *keyPath = 0;
906 keyPath++;
912 keyPath = uprv_strchr(locale, RES_PATH_SEPARATOR);
913 if(keyPath) {
914 *keyPath = 0;
915 keyPath++;
929 if(keyPath == NULL) {
946 /* we need to make keyPath from parent's fResPath and
993 if(uprv_strlen(keyPath) > URES_MAX_BUFFER_SIZE) {
994 pathBuf = (char *)uprv_malloc((uprv_strlen(keyPath)+1)*sizeof(char));
1000 uprv_strcpy(pathBuf, keyPath);
1020 uprv_strcpy(pathBuf, keyPath);