OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expectedLCID
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/icu/source/test/cintltst/
cldrtest.c
455
uint32_t
expectedLCID
;
458
expectedLCID
= uloc_getLCID(localeName);
459
if (
expectedLCID
== 0) {
466
uprv_strcpy(lcidStringC, uprv_convertToPosix(
expectedLCID
, &status));
469
expectedLCID
, u_errorName(status));
480
localeName, lcidStringC,
expectedLCID
);
484
localeName,
expectedLCID
, lcidStringC);
[
all
...]
/external/icu4c/test/cintltst/
cldrtest.c
455
uint32_t
expectedLCID
;
458
expectedLCID
= uloc_getLCID(localeName);
459
if (
expectedLCID
== 0) {
466
uprv_strcpy(lcidStringC, uprv_convertToPosix(
expectedLCID
, &status));
469
expectedLCID
, u_errorName(status));
480
localeName, lcidStringC,
expectedLCID
);
484
localeName,
expectedLCID
, lcidStringC);
[
all
...]
Completed in 3135 milliseconds