OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:localeStrLen
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/icu/source/test/cintltst/
cldrtest.c
199
int32_t rootStrLen,
localeStrLen
;
201
const UChar *localeStr = ures_getStringByIndex(subBundle,idx,&
localeStrLen
,&errorCode);
231
localeStr = ures_getStringByIndex(arr,0,&
localeStrLen
,&errorCode);
257
else if ((localeStr[
localeStrLen
- 1] == (UChar)0x20) && (strcmp(subBundleKey,"separator") != 0)) {
[
all
...]
/external/icu4c/test/cintltst/
cldrtest.c
199
int32_t rootStrLen,
localeStrLen
;
201
const UChar *localeStr = ures_getStringByIndex(subBundle,idx,&
localeStrLen
,&errorCode);
231
localeStr = ures_getStringByIndex(arr,0,&
localeStrLen
,&errorCode);
257
else if ((localeStr[
localeStrLen
- 1] == (UChar)0x20) && (strcmp(subBundleKey,"separator") != 0)) {
[
all
...]
Completed in 221 milliseconds