Home
last modified time | relevance | path

Searched refs:chAlias (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/common/
Duresbund.cpp930 char *chAlias = NULL, *path = NULL, *locale = NULL, *keyPath = NULL; in init_resb_result() local
957 chAlias = stackAlias; in init_resb_result()
959 chAlias = (char *)uprv_malloc(capacity); in init_resb_result()
961 if(chAlias == NULL) { in init_resb_result()
966 u_UCharsToChars(alias, chAlias, len); in init_resb_result()
968 if(*chAlias == RES_PATH_SEPARATOR) { in init_resb_result()
970 locale = uprv_strchr(chAlias+1, RES_PATH_SEPARATOR); in init_resb_result()
972 … locale = uprv_strchr(chAlias, 0); /* avoid locale == NULL to make code below work */ in init_resb_result()
977 path = chAlias+1; in init_resb_result()
997 locale = chAlias; in init_resb_result()
[all …]