Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dcnmdptst.c63 int32_t pat_length, i, lneed; in TestPatterns() local
86 lneed=0; in TestPatterns()
87 lneed=unum_toPattern(fmt, FALSE, NULL, lneed, &status); in TestPatterns()
90 unewp=(UChar*)malloc(sizeof(UChar) * (lneed+1) ); in TestPatterns()
91 unum_toPattern(fmt, FALSE, unewp, lneed+1, &status); in TestPatterns()
100 lneed=0; in TestPatterns()
101 lneed=unum_format(fmt, 0, NULL, lneed, NULL, &status); in TestPatterns()
104 str=(UChar*)malloc(sizeof(UChar) * (lneed+1) ); in TestPatterns()
105 unum_format(fmt, 0, str, lneed+1, NULL, &status); in TestPatterns()
125 int32_t lneed; in TestQuotes() local
[all …]
Dcdtdptst.c233 int32_t lneed, pos; in TestCzechMonths459() local
249 lneed=0; in TestCzechMonths459()
250 lneed=udat_toPattern(fmt, TRUE, NULL, lneed, &status); in TestCzechMonths459()
253 pattern=(UChar*)malloc(sizeof(UChar) * (lneed+1) ); in TestCzechMonths459()
254 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 __anonaf8f4a1f0202() variable