Searched refs:resLookup (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/icu/source/tools/genrb/ |
D | parse.cpp | 663 static struct SResource* resLookup(struct SResource* res, const char* key){ in resLookup() function 773 struct SResource *collations = resLookup(root, "collations"); in getRules() 775 struct SResource *collation = resLookup(collations, collationType); in getRules() 777 struct SResource *sequence = resLookup(collation, "Sequence"); in getRules()
|
/third_party/node/deps/icu-small/source/tools/genrb/ |
D | parse.cpp | 663 static struct SResource* resLookup(struct SResource* res, const char* key){ in resLookup() function 773 struct SResource *collations = resLookup(root, "collations"); in getRules() 775 struct SResource *collation = resLookup(collations, collationType); in getRules() 777 struct SResource *sequence = resLookup(collation, "Sequence"); in getRules()
|
/third_party/icu/icu4c/source/tools/genrb/ |
D | parse.cpp | 663 static struct SResource* resLookup(struct SResource* res, const char* key){ in resLookup() function 773 struct SResource *collations = resLookup(root, "collations"); in getRules() 775 struct SResource *collation = resLookup(collations, collationType); in getRules() 777 struct SResource *sequence = resLookup(collation, "Sequence"); in getRules()
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/genrb/ |
D | parse.cpp | 663 static struct SResource* resLookup(struct SResource* res, const char* key){ in resLookup() function 773 struct SResource *collations = resLookup(root, "collations"); in getRules() 775 struct SResource *collation = resLookup(collations, collationType); in getRules() 777 struct SResource *sequence = resLookup(collation, "Sequence"); in getRules()
|