Home
last modified time | relevance | path

Searched refs:fRawInput (Results 1 – 18 of 18) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
DCharsetMatch.java50 inputStream = new ByteArrayInputStream(fRawInput, 0, fRawLength); in getReader()
112 result = new String(fRawInput, name); in getString()
191 fRawInput = det.fRawInput; in CharsetMatch()
211 fRawInput = det.fRawInput; in CharsetMatch()
224 private byte[] fRawInput = null; // Original, untouched input bytes. field in CharsetMatch
DCharsetDetector.java86 fRawInput = in; in setText()
111 fRawInput = new byte[kBufSize]; // Always make a new buffer because the in setText()
118 int bytesRead = fInputStream.read(fRawInput, fRawLength, remainingLength); in setText()
343 b = fRawInput[srci]; in MungeInput()
378 fInputBytes[srci] = fRawInput[srci]; in MungeInput()
422 byte[] fRawInput; // Original, untouched input bytes. field in CharsetDetector
DCharsetRecog_Unicode.java66 byte[] input = det.fRawInput; in match()
102 byte[] input = det.fRawInput; in match()
137 byte[] input = det.fRawInput; in match()
DCharsetRecog_UTF8.java30 byte input[] = det.fRawInput; in match()
DCharsetRecog_mbcs.java162 int byteValue = det.fRawInput[nextIndex++] & 0x00ff; in nextByte()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCharsetMatch.java51 inputStream = new ByteArrayInputStream(fRawInput, 0, fRawLength); in getReader()
117 result = new String(fRawInput, name); in getString()
203 fRawInput = det.fRawInput; in CharsetMatch()
223 fRawInput = det.fRawInput; in CharsetMatch()
236 private byte[] fRawInput = null; // Original, untouched input bytes. field in CharsetMatch
DCharsetDetector.java91 fRawInput = in; in setText()
118 fRawInput = new byte[kBufSize]; // Always make a new buffer because the in setText()
125 int bytesRead = fInputStream.read(fRawInput, fRawLength, remainingLength); in setText()
364 b = fRawInput[srci]; in MungeInput()
399 fInputBytes[srci] = fRawInput[srci]; in MungeInput()
443 byte[] fRawInput; // Original, untouched input bytes. field in CharsetDetector
DCharsetRecog_Unicode.java65 byte[] input = det.fRawInput; in match()
101 byte[] input = det.fRawInput; in match()
136 byte[] input = det.fRawInput; in match()
DCharsetRecog_UTF8.java29 byte input[] = det.fRawInput; in match()
DCharsetRecog_mbcs.java161 int byteValue = det.fRawInput[nextIndex++] & 0x00ff; in nextByte()
/external/icu/icu4c/source/i18n/
Dinputext.cpp34 fRawInput(0), in InputText()
53 fRawInput = (const uint8_t *) in; in setText()
73 return fRawInput != NULL; in isSet()
99 b = fRawInput[srci]; in MungeInput()
137 fInputBytes[srci] = fRawInput[srci]; in MungeInput()
Dcsrucode.cpp57 const uint8_t *input = textIn->fRawInput; in match()
92 const uint8_t *input = textIn->fRawInput; in match()
125 const uint8_t *input = textIn->fRawInput; in match()
Dinputext.h52 const uint8_t *fRawInput; // Original, untouched input bytes. variable
Dcsmatch.cpp64 …int32_t result = ucnv_toUChars(conv, buf, cap, (const char *) textIn->fRawInput, textIn->fRawLengt… in getUChars()
Dcsrutf8.cpp33 const uint8_t *inputBytes = input->fRawInput; in match()
Dcsrmbcs.cpp140 return det->fRawInput[nextIndex++]; in nextByte()
/external/icu/libicu/cts_headers/
Dinputext.h52 const uint8_t *fRawInput; // Original, untouched input bytes. variable
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...