OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:scriptchars
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/tools/aapt/
AaptAssets.cpp
193
void AaptLocaleValue::setScript(const char*
scriptChars
) {
195
while ((*
scriptChars
) != '\0') {
197
script[i++] = toupper(*
scriptChars
);
199
script[i++] = tolower(*
scriptChars
);
201
scriptChars
++;
[
all
...]
/prebuilts/sdk/tools/linux/
aapt
Completed in 54 milliseconds