OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fInputLen
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/i18n/
inputext.h
42
int32_t
fInputLen
; // Length of the byte data in fInputBytes.
inputext.cpp
51
fInputLen
= 0;
119
fInputLen
= dsti;
128
(
fInputLen
< 100 && fRawLength>600))
140
fInputLen
= srci;
150
for (srci = 0; srci <
fInputLen
; srci += 1) {
csr2022.cpp
146
return match_2022(textIn->fInputBytes, textIn->
fInputLen
, escapeSequences_2022JP, ARRAY_SIZE(escapeSequences_2022JP));
156
return match_2022(textIn->fInputBytes, textIn->
fInputLen
, escapeSequences_2022KR, ARRAY_SIZE(escapeSequences_2022KR));
166
return match_2022(textIn->fInputBytes, textIn->
fInputLen
, escapeSequences_2022CN, ARRAY_SIZE(escapeSequences_2022CN));
csrsbcs.cpp
90
if (byteIndex >= det->
fInputLen
) {
[
all
...]
Completed in 95 milliseconds