OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kRangeFirst
(Results
1 - 3
of
3
) sorted by null
/external/libtextclassifier/lang_id/script/
approx-script-data.cc
32
const uint32
kRangeFirst
[] = {
[
all
...]
approx-script-data.h
36
//
kRangeFirst
[i] = first codepoint from range #i, \forall 0 <= i < kNumRanges.
37
extern const uint32
kRangeFirst
[];
approx-script.cc
34
using approx_script_internal::
kRangeFirst
;
62
if (codepoint <
kRangeFirst
[middle]) {
70
const uint32 range_start =
kRangeFirst
[start];
Completed in 85 milliseconds