Searched refs:kCharBufMax (Results 1 – 1 of 1) sorted by relevance
1138 enum { kCharBufMax = 31 }; enumerator1204 char charResult[kCharBufMax+1]; in testSkeletonsWithDayPeriods()1205 result.extract(0, result.length(), charResult, kCharBufMax); in testSkeletonsWithDayPeriods()1206 charResult[kCharBufMax] = 0; // ensure termination in testSkeletonsWithDayPeriods()