Lines Matching refs:ARRAYSIZE
24 #define ARRAYSIZE(a) sizeof(a) / sizeof(*a) macro
39 constexpr int kNumOpeningBrackets = ARRAYSIZE(kOpeningBrackets);
51 constexpr int kNumClosingBrackets = ARRAYSIZE(kClosingBrackets);
62 constexpr int kNumWhitespaces = ARRAYSIZE(kWhitespaces);
68 constexpr int kNumBidirectional = ARRAYSIZE(kBidirectional);
81 constexpr int kNumDecimalDigitRangesEnd = ARRAYSIZE(kDecimalDigitRangesEnd);
91 constexpr int kNumLatinLettersRangesStart = ARRAYSIZE(kLatinLettersRangesStart);
95 constexpr int kNumLatinLettersRangesEnd = ARRAYSIZE(kLatinLettersRangesEnd);
101 ARRAYSIZE(kArabicLettersRangesStart);
104 constexpr int kNumArabicLettersRangesEnd = ARRAYSIZE(kArabicLettersRangesEnd);
110 ARRAYSIZE(kCyrillicLettersRangesStart);
114 ARRAYSIZE(kCyrillicLettersRangesEnd);
120 ARRAYSIZE(kChineseLettersRangesStart);
124 constexpr int kNumChineseLettersRangesEnd = ARRAYSIZE(kChineseLettersRangesEnd);
131 ARRAYSIZE(kJapaneseLettersRangesStart);
134 ARRAYSIZE(kJapaneseLettersRangesEnd);
140 ARRAYSIZE(kKoreanLettersRangesStart);
142 constexpr int kNumKoreanLettersRangesEnd = ARRAYSIZE(kKoreanLettersRangesEnd);
146 constexpr int kNumThaiLettersRangesStart = ARRAYSIZE(kThaiLettersRangesStart);
148 constexpr int kNumThaiLettersRangesEnd = ARRAYSIZE(kThaiLettersRangesEnd);
175 constexpr int kNumPunctuationRangesStart = ARRAYSIZE(kPunctuationRangesStart);
200 constexpr int kNumPunctuationRangesEnd = ARRAYSIZE(kPunctuationRangesEnd);
211 constexpr int kNumUpperSingles = ARRAYSIZE(kUpperSingles);
219 constexpr int kNumUpperRanges1Start = ARRAYSIZE(kUpperRanges1Start);
227 constexpr int kNumUpperRanges1End = ARRAYSIZE(kUpperRanges1End);
234 constexpr int kNumUpperRanges2Start = ARRAYSIZE(kUpperRanges2Start);
241 constexpr int kNumUpperRanges2End = ARRAYSIZE(kUpperRanges2End);
249 constexpr int kNumLowerSingles = ARRAYSIZE(kLowerSingles);
263 constexpr int kNumLowerRanges1Start = ARRAYSIZE(kLowerRanges1Start);
277 constexpr int kNumLowerRanges1End = ARRAYSIZE(kLowerRanges1End);
284 constexpr int kNumLowerRanges2Start = ARRAYSIZE(kLowerRanges2Start);
291 constexpr int kNumLowerRanges2End = ARRAYSIZE(kLowerRanges2End);
308 constexpr int kNumToLowerSingles = ARRAYSIZE(kToLowerSingles);
317 constexpr int kNumToLowerSinglesOffsets = ARRAYSIZE(kToLowerSinglesOffsets);
329 constexpr int kNumToUpperSingles = ARRAYSIZE(kToUpperSingles);
340 constexpr int kNumToUpperSinglesOffsets = ARRAYSIZE(kToUpperSinglesOffsets);
346 constexpr int kNumToLowerRangesStart = ARRAYSIZE(kToLowerRangesStart);
352 constexpr int kNumToLowerRangesEnd = ARRAYSIZE(kToLowerRangesEnd);
357 constexpr int kNumToLowerRangesOffsets = ARRAYSIZE(kToLowerRangesOffsets);
364 constexpr int kNumToUpperRangesStart = ARRAYSIZE(kToUpperRangesStart);
371 constexpr int kNumToUpperRangesEnd = ARRAYSIZE(kToUpperRangesEnd);
376 constexpr int kNumToUpperRangesOffsets = ARRAYSIZE(kToUpperRangesOffsets);
380 constexpr int kNumPercentages = ARRAYSIZE(kPercentages);
384 constexpr int kNumSlashes = ARRAYSIZE(kSlashes);
388 constexpr int kNumMinuses = ARRAYSIZE(kMinuses);
392 constexpr int kNumNumberSign = ARRAYSIZE(kNumberSign);
396 constexpr int kNumDots = ARRAYSIZE(kDots);
401 constexpr int kNumApostrophe = ARRAYSIZE(kApostrophe);
408 constexpr int kNumQuotation = ARRAYSIZE(kQuotation);
412 constexpr int kNumAmpersand = ARRAYSIZE(kAmpersand);
414 #undef ARRAYSIZE