HomeSort by relevance Sort by last modified time
    Searched refs:fInputBytes (Results 1 - 15 of 15) sorted by null

  /external/icu/icu4c/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 149 int32_t confidence = match_2022(textIn->fInputBytes,
165 int32_t confidence = match_2022(textIn->fInputBytes,
180 int32_t confidence = match_2022(textIn->fInputBytes,
csrsbcs.cpp 100 return det->fInputBytes[byteIndex++];
194 if (byteIndex >= det->fInputLen || det->fInputBytes[byteIndex] == 0) {
199 alef = isLamAlef(det->fInputBytes[byteIndex]);
203 next = unshapeMap_IBM420[det->fInputBytes[byteIndex]& 0xFF] & 0xFF;
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
CharsetRecog_2022.java 120 int confidence = match(det.fInputBytes, det.fInputLen, escapeSequences);
135 int confidence = match(det.fInputBytes, det.fInputLen, escapeSequences);
160 int confidence = match(det.fInputBytes, det.fInputLen, escapeSequences);
CharsetDetector.java 340 for (srci = 0; srci < fRawLength && dsti < fInputBytes.length; srci++) {
351 fInputBytes[dsti++] = b;
376 fInputBytes[srci] = fRawInput[srci];
387 int val = fInputBytes[srci] & 0x00ff;
405 byte[] fInputBytes = // The text to be checked. Markup will have been
408 int fInputLen; // Length of the byte data in fInputBytes.
CharsetRecog_sbcs.java 113 return det.fInputBytes[byteIndex++] & 0xFF;
216 if (byteIndex >= det.fInputLen || det.fInputBytes[byteIndex] == 0) {
221 alef = isLamAlef(det.fInputBytes[byteIndex]);
225 next = unshapeMap[det.fInputBytes[byteIndex]& 0xFF] & 0xFF;
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
CharsetRecog_2022.java 119 int confidence = match(det.fInputBytes, det.fInputLen, escapeSequences);
134 int confidence = match(det.fInputBytes, det.fInputLen, escapeSequences);
159 int confidence = match(det.fInputBytes, det.fInputLen, escapeSequences);
CharsetDetector.java 361 for (srci = 0; srci < fRawLength && dsti < fInputBytes.length; srci++) {
372 fInputBytes[dsti++] = b;
397 fInputBytes[srci] = fRawInput[srci];
408 int val = fInputBytes[srci] & 0x00ff;
426 byte[] fInputBytes = // The text to be checked. Markup will have been
429 int fInputLen; // Length of the byte data in fInputBytes.
CharsetRecog_sbcs.java 112 return det.fInputBytes[byteIndex++] & 0xFF;
215 if (byteIndex >= det.fInputLen || det.fInputBytes[byteIndex] == 0) {
220 alef = isLamAlef(det.fInputBytes[byteIndex]);
224 next = unshapeMap[det.fInputBytes[byteIndex]& 0xFF] & 0xFF;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 682 milliseconds