OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fInputBytes
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
inputext.cpp
29
:
fInputBytes
(NEW_ARRAY(uint8_t, BUFFER_SIZE)), // The text to be checked. Markup will have been
37
if (
fInputBytes
== NULL || fByteStats == NULL) {
46
DELETE_ARRAY(
fInputBytes
);
111
fInputBytes
[dsti++] = b;
137
fInputBytes
[srci] = fRawInput[srci];
151
fByteStats[
fInputBytes
[srci]] += 1;
inputext.h
41
uint8_t *
fInputBytes
;
42
int32_t fInputLen; // Length of the byte data in
fInputBytes
.
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
94
return det->
fInputBytes
[byteIndex++];
[
all
...]
/external/icu4c/i18n/
inputext.cpp
29
:
fInputBytes
(NEW_ARRAY(uint8_t, BUFFER_SIZE)), // The text to be checked. Markup will have been
37
if (
fInputBytes
== NULL || fByteStats == NULL) {
46
DELETE_ARRAY(
fInputBytes
);
111
fInputBytes
[dsti++] = b;
137
fInputBytes
[srci] = fRawInput[srci];
151
fByteStats[
fInputBytes
[srci]] += 1;
inputext.h
41
uint8_t *
fInputBytes
;
42
int32_t fInputLen; // Length of the byte data in
fInputBytes
.
csr2022.cpp
147
int32_t confidence = match_2022(textIn->
fInputBytes
,
162
int32_t confidence = match_2022(textIn->
fInputBytes
,
177
int32_t confidence = match_2022(textIn->
fInputBytes
,
csrsbcs.cpp
96
return det->
fInputBytes
[byteIndex++];
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
Completed in 447 milliseconds