Searched refs:num_codepoints (Results 1 – 2 of 2) sorted by relevance
/external/libtextclassifier/native/utils/grammar/parsing/ |
D | lexer.cc | 44 int num_codepoints = 1; in AppendTokenSymbols() local 52 ++num_codepoints; in AppendTokenSymbols() 55 type, CodepointSpan{sub_token_start, sub_token_start + num_codepoints}, in AppendTokenSymbols() 59 next_match_offset = sub_token_start + num_codepoints; in AppendTokenSymbols()
|
/external/boringssl/src/crypto/asn1/ |
D | asn1_test.cc | 1270 int num_codepoints; in TEST() member 1392 t.mask, /*minsize=*/t.num_codepoints, in TEST() 1393 /*maxsize=*/t.num_codepoints)); in TEST() 1397 t.mask, /*minsize=*/t.num_codepoints, in TEST() 1398 /*maxsize=*/t.num_codepoints)); in TEST() 1408 /*minsize=*/t.num_codepoints + 1, /*maxsize=*/0)); in TEST() 1412 /*minsize=*/t.num_codepoints + 1, /*maxsize=*/0)); in TEST() 1415 if (t.num_codepoints > 1) { in TEST() 1418 /*minsize=*/0, /*maxsize=*/t.num_codepoints - 1)); in TEST() 1422 /*minsize=*/0, /*maxsize=*/t.num_codepoints - 1)); in TEST()
|