Lines Matching refs:keyPath
933 char *chAlias = NULL, *path = NULL, *locale = NULL, *keyPath = NULL; in init_resb_result() local
985 keyPath = locale; in init_resb_result()
992 keyPath = uprv_strchr(locale, RES_PATH_SEPARATOR); in init_resb_result()
993 if(keyPath) { in init_resb_result()
994 *keyPath = 0; in init_resb_result()
995 keyPath++; in init_resb_result()
1001 keyPath = uprv_strchr(locale, RES_PATH_SEPARATOR); in init_resb_result()
1002 if(keyPath) { in init_resb_result()
1003 *keyPath = 0; in init_resb_result()
1004 keyPath++; in init_resb_result()
1018 if(keyPath == NULL) { in init_resb_result()
1082 if(uprv_strlen(keyPath) > URES_MAX_BUFFER_SIZE) { in init_resb_result()
1083 … pathBuf = (char *)uprv_malloc((uprv_strlen(keyPath)+1)*sizeof(char)); in init_resb_result()
1089 uprv_strcpy(pathBuf, keyPath); in init_resb_result()
1109 uprv_strcpy(pathBuf, keyPath); in init_resb_result()