OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:resLookup
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/tools/genrb/
parse.c
635
static struct SResource*
resLookup
(struct SResource* res, const char* key){
780
collations =
resLookup
(root, "collations");
781
collation =
resLookup
(collations, type);
782
sequence =
resLookup
(collation, "Sequence");
[
all
...]
/external/icu/icu4c/source/tools/genrb/
parse.cpp
653
static struct SResource*
resLookup
(struct SResource* res, const char* key){
815
collations =
resLookup
(root, "collations");
817
collation =
resLookup
(collations, collationType);
819
sequence =
resLookup
(collation, "Sequence");
[
all
...]
Completed in 149 milliseconds