OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:charLimit
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/extra/scrptrun/
scrptrun.h
75
int32_t
charLimit
;
141
charLimit
= start + length;
scrptrun.cpp
118
if (scriptEnd >=
charLimit
) {
124
for (scriptStart = scriptEnd; scriptEnd <
charLimit
; scriptEnd += 1) {
130
if (high >= 0xD800 && high <= 0xDBFF && scriptEnd <
charLimit
- 1)
Completed in 233 milliseconds