Searched refs:lneed (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | cnmdptst.c | 61 int32_t pat_length, i, lneed; in TestPatterns() local 84 lneed=0; in TestPatterns() 85 lneed=unum_toPattern(fmt, FALSE, NULL, lneed, &status); in TestPatterns() 88 unewp=(UChar*)malloc(sizeof(UChar) * (lneed+1) ); in TestPatterns() 89 unum_toPattern(fmt, FALSE, unewp, lneed+1, &status); in TestPatterns() 98 lneed=0; in TestPatterns() 99 lneed=unum_format(fmt, 0, NULL, lneed, NULL, &status); in TestPatterns() 102 str=(UChar*)malloc(sizeof(UChar) * (lneed+1) ); in TestPatterns() 103 unum_format(fmt, 0, str, lneed+1, NULL, &status); in TestPatterns() 123 int32_t lneed; in TestQuotes() local [all …]
|
D | cdtdptst.c | 234 int32_t lneed, pos; in TestCzechMonths459() local 250 lneed=0; in TestCzechMonths459() 251 lneed=udat_toPattern(fmt, TRUE, NULL, lneed, &status); in TestCzechMonths459() 254 pattern=(UChar*)malloc(sizeof(UChar) * (lneed+1) ); in TestCzechMonths459() 255 udat_toPattern(fmt, TRUE, pattern, lneed+1, &status); in TestCzechMonths459()
|
/external/clang/test/SemaCXX/ |
D | typo-correction-cxx11.cpp | 20 auto lneed = gned.*[] {}; // expected-error-re {{use of undeclared identifier 'gned'{{$}}}} in __anon13b190070202() variable
|
/external/llvm-project/clang/test/SemaCXX/ |
D | typo-correction-cxx11.cpp | 20 auto lneed = gned.*[] {}; // expected-error-re {{use of undeclared identifier 'gned'{{$}}}} in __anon9bffb9b50202() variable
|