OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:chAlias
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/common/
uresbund.c
843
char *
chAlias
= NULL, *path = NULL, *locale = NULL, *keyPath = NULL;
870
chAlias
= stackAlias;
872
chAlias
= (char *)uprv_malloc(capacity);
874
if(
chAlias
== NULL) {
879
u_UCharsToChars(alias,
chAlias
, len);
881
if(*
chAlias
== RES_PATH_SEPARATOR) {
883
locale = uprv_strchr(
chAlias
+1, RES_PATH_SEPARATOR);
885
locale = uprv_strchr(
chAlias
, 0); /* avoid locale == NULL to make code below work */
890
path =
chAlias
+1;
910
locale =
chAlias
;
[
all
...]
/external/icu4c/common/
uresbund.cpp
854
char *
chAlias
= NULL, *path = NULL, *locale = NULL, *keyPath = NULL;
881
chAlias
= stackAlias;
883
chAlias
= (char *)uprv_malloc(capacity);
885
if(
chAlias
== NULL) {
890
u_UCharsToChars(alias,
chAlias
, len);
892
if(*
chAlias
== RES_PATH_SEPARATOR) {
894
locale = uprv_strchr(
chAlias
+1, RES_PATH_SEPARATOR);
896
locale = uprv_strchr(
chAlias
, 0); /* avoid locale == NULL to make code below work */
901
path =
chAlias
+1;
921
locale =
chAlias
;
[
all
...]
Completed in 539 milliseconds