Lines Matching refs:keyPath
964 char *chAlias = NULL, *path = NULL, *locale = NULL, *keyPath = NULL; in init_resb_result() local
1016 keyPath = locale; in init_resb_result()
1023 keyPath = uprv_strchr(locale, RES_PATH_SEPARATOR); in init_resb_result()
1024 if(keyPath) { in init_resb_result()
1025 *keyPath = 0; in init_resb_result()
1026 keyPath++; in init_resb_result()
1032 keyPath = uprv_strchr(locale, RES_PATH_SEPARATOR); in init_resb_result()
1033 if(keyPath) { in init_resb_result()
1034 *keyPath = 0; in init_resb_result()
1035 keyPath++; in init_resb_result()
1049 if(keyPath == NULL) { in init_resb_result()
1113 if(uprv_strlen(keyPath) > URES_MAX_BUFFER_SIZE) { in init_resb_result()
1114 … pathBuf = (char *)uprv_malloc((uprv_strlen(keyPath)+1)*sizeof(char)); in init_resb_result()
1121 uprv_strcpy(pathBuf, keyPath); in init_resb_result()
1141 uprv_strcpy(pathBuf, keyPath); in init_resb_result()