Home
last modified time | relevance | path

Searched refs:scanArray (Results 1 - 1 of 1) sorted by relevance

/third_party/icu/tools/multi/proj/icu4cscan/
H A Dtestxml.cpp200 UDateFormatSymbolType scanArray[] = { variable
227 rootdata = (UChar***)malloc((sizeof(scanArray)/sizeof(scanArray[0]))*sizeof(rootdata[0])); in initroot()
228 starts = (int*)malloc((sizeof(scanArray)/sizeof(scanArray[0]))*sizeof(starts[0])); in initroot()
229 for(int i=0;U_SUCCESS(*status)&&i<sizeof(scanArray)/sizeof(scanArray[0]);i++) { in initroot()
230 int thisCount = udat_countSymbols(fmt, scanArray[i]); in initroot()
233 switch(scanArray[i]) { in initroot()
245 scanArray[ in initroot()
[all...]

Completed in 1 milliseconds