Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dcnmdptst.c60 int32_t pat_length, i, lneed; in TestPatterns() local
83 lneed=0; in TestPatterns()
84 lneed=unum_toPattern(fmt, FALSE, NULL, lneed, &status); in TestPatterns()
87 unewp=(UChar*)malloc(sizeof(UChar) * (lneed+1) ); in TestPatterns()
88 unum_toPattern(fmt, FALSE, unewp, lneed+1, &status); in TestPatterns()
97 lneed=0; in TestPatterns()
98 lneed=unum_format(fmt, 0, NULL, lneed, NULL, &status); in TestPatterns()
101 str=(UChar*)malloc(sizeof(UChar) * (lneed+1) ); in TestPatterns()
102 unum_format(fmt, 0, str, lneed+1, NULL, &status); in TestPatterns()
122 int32_t lneed; in TestQuotes() local
[all …]
Dcdtdptst.c231 int32_t lneed, pos; in TestCzechMonths459() local
247 lneed=0; in TestCzechMonths459()
248 lneed=udat_toPattern(fmt, TRUE, NULL, lneed, &status); in TestCzechMonths459()
251 pattern=(UChar*)malloc(sizeof(UChar) * (lneed+1) ); in TestCzechMonths459()
252 udat_toPattern(fmt, TRUE, pattern, lneed+1, &status); in TestCzechMonths459()
/external/clang/test/SemaCXX/
Dtypo-correction-cxx11.cpp20 auto lneed = gned.*[] {}; // expected-error-re {{use of undeclared identifier 'gned'{{$}}}} in __anonc3ea28c00202() variable