OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rootStr
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/test/cintltst/
cldrtest.c
194
const UChar *
rootStr
= ures_getStringByIndex(subRootBundle,idx,&rootStrLen,&errorCode);
196
if (
rootStr
&& localeStr && U_SUCCESS(errorCode)) {
197
if (u_strcmp(
rootStr
, localeStr) != 0) {
202
if ( rootStrLen > 1 &&
rootStr
[0] == 0x41 &&
rootStr
[1] >= 0x30 &&
rootStr
[1] <= 0x39 ) {
215
if (ures_getType(arr) != URES_ARRAY || ures_getSize(arr) != (int32_t)
rootStr
[1] - 0x30) {
217
rootStr
[1] - 0x30,
[
all
...]
/frameworks/base/tools/aapt/
AaptAssets.cpp
[
all
...]
Completed in 108 milliseconds