Home
last modified time | relevance | path

Searched refs:rootStrLen (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dcldrtest.c197 int32_t rootStrLen, localeStrLen; in TestKeyInRootRecursive() local
198 … const UChar *rootStr = ures_getStringByIndex(subRootBundle,idx,&rootStrLen,&errorCode); in TestKeyInRootRecursive()
206 … if ( rootStrLen > 1 && rootStr[0] == 0x41 && rootStr[1] >= 0x30 && rootStr[1] <= 0x39 ) { in TestKeyInRootRecursive()