OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rootStrLen
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/icu/source/test/cintltst/
cldrtest.c
199
int32_t
rootStrLen
, localeStrLen;
200
const UChar *rootStr = ures_getStringByIndex(subRootBundle,idx,&
rootStrLen
,&errorCode);
208
if (
rootStrLen
> 1 && rootStr[0] == 0x41 && rootStr[1] >= 0x30 && rootStr[1] <= 0x39 ) {
[
all
...]
/external/icu4c/test/cintltst/
cldrtest.c
199
int32_t
rootStrLen
, localeStrLen;
200
const UChar *rootStr = ures_getStringByIndex(subRootBundle,idx,&
rootStrLen
,&errorCode);
208
if (
rootStrLen
> 1 && rootStr[0] == 0x41 && rootStr[1] >= 0x30 && rootStr[1] <= 0x39 ) {
[
all
...]
Completed in 122 milliseconds