Home | History | Annotate | Download | only in common

Lines Matching full:alias

344             /* handle the alias by trying to get out the %%Alias tag.*/
345 /* We'll try to get alias string from the bundle */
346 Resource aliasres = res_getResource(&(r->fData), "%%ALIAS");
348 const UChar *alias = res_getString(&(r->fData), aliasres, &aliasLen);
349 if(alias != NULL && aliasLen > 0) { /* if there is actual alias - unload and load new data */
350 u_UCharsToChars(alias, aliasName, aliasLen+1);
375 /* Also, we could get here IF we opened an alias */
707 if(RES_GET_TYPE(r) == URES_ALIAS) { /* This is an alias, need to exchange with real data */
710 const UChar *alias = res_getAlias(rdata, r, &len);
712 /* we have an alias, now let's cut it up */
719 * of the alias and parent->fResPath.
750 u_UCharsToChars(alias, chAlias, len);
763 /* this is an XPath alias, starting with "/LOCALE/" */
853 * we start finding keys, but after we resolve one alias, the path might continue.
855 * aliastest:alias { "testtypes/anotheralias/Sequence" }
856 * anotheralias:alias { "/ICUDATA/sh/CollationElements" }
912 /* bad alias, should be an error */
1523 /* here we do looping and circular alias checking */
1525 /* so, when we encounter an alias, it is not an aggregate resource, so we return */
1593 /* We hit an alias, but we didn't finish following the path. */
1955 * or sought. However, alias substitution will happen!