OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SCRIPT_PARENTS
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/androidfw/
LocaleData.cpp
45
const size_t SCRIPT_PARENTS_COUNT = sizeof(
SCRIPT_PARENTS
)/sizeof(
SCRIPT_PARENTS
[0]);
51
if (memcmp(script,
SCRIPT_PARENTS
[i].script, SCRIPT_LENGTH) == 0) {
52
auto map =
SCRIPT_PARENTS
[i].map;
LocaleDataTables.cpp
[
all
...]
Completed in 172 milliseconds