Lines Matching refs:keyPath
931 char *chAlias = NULL, *path = NULL, *locale = NULL, *keyPath = NULL; in init_resb_result() local
983 keyPath = locale; in init_resb_result()
990 keyPath = uprv_strchr(locale, RES_PATH_SEPARATOR); in init_resb_result()
991 if(keyPath) { in init_resb_result()
992 *keyPath = 0; in init_resb_result()
993 keyPath++; in init_resb_result()
999 keyPath = uprv_strchr(locale, RES_PATH_SEPARATOR); in init_resb_result()
1000 if(keyPath) { in init_resb_result()
1001 *keyPath = 0; in init_resb_result()
1002 keyPath++; in init_resb_result()
1016 if(keyPath == NULL) { in init_resb_result()
1080 if(uprv_strlen(keyPath) > URES_MAX_BUFFER_SIZE) { in init_resb_result()
1081 … pathBuf = (char *)uprv_malloc((uprv_strlen(keyPath)+1)*sizeof(char)); in init_resb_result()
1087 uprv_strcpy(pathBuf, keyPath); in init_resb_result()
1107 uprv_strcpy(pathBuf, keyPath); in init_resb_result()