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

  /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 

Completed in 146 milliseconds