OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fRawInput
(Results
1 - 6
of
6
) sorted by null
/external/icu4c/i18n/
inputext.h
50
const uint8_t *
fRawInput
; // Original, untouched input bytes.
54
int32_t fRawLength; // Length of data in
fRawInput
array.
inputext.cpp
34
fRawInput
(0),
53
fRawInput
= (const uint8_t *) in;
73
return
fRawInput
!= NULL;
99
b =
fRawInput
[srci];
137
fInputBytes[srci] =
fRawInput
[srci];
csrucode.cpp
33
const uint8_t *input = textIn->
fRawInput
;
55
const uint8_t *input = textIn->
fRawInput
;
72
const uint8_t *input = textIn->
fRawInput
;
csmatch.cpp
52
int32_t result = ucnv_toUChars(conv, buf, cap, (const char *) textIn->
fRawInput
, textIn->fRawLength, status);
csrutf8.cpp
30
const uint8_t *input = det->
fRawInput
;
csrmbcs.cpp
138
return det->
fRawInput
[nextIndex++];
Completed in 84 milliseconds