HomeSort by relevance Sort by last modified time
    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 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++];
188 if (byteIndex >= det->fInputLen || det->fInputBytes[byteIndex] == 0) {
193 alef = isLamAlef(det->fInputBytes[byteIndex]);
197 next = unshapeMap_IBM420[det->fInputBytes[byteIndex]& 0xFF] & 0xFF;
    [all...]
  /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 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++];
188 if (byteIndex >= det->fInputLen || det->fInputBytes[byteIndex] == 0) {
193 alef = isLamAlef(det->fInputBytes[byteIndex]);
197 next = unshapeMap_IBM420[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 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 713 milliseconds