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

  /external/chromium_org/third_party/icu/source/i18n/
inputext.h 54 int32_t fRawLength; // Length of data in fRawInput array.
csrutf8.cpp 36 if (input->fRawLength >= 3 &&
42 for (i=0; i < input->fRawLength; i += 1) {
70 if (i >= input->fRawLength) {
inputext.cpp 35 fRawLength(0)
54 fRawLength = len == -1? (int32_t)uprv_strlen(in) : len;
98 for (srci = 0; srci < fRawLength && dsti < BUFFER_SIZE; srci += 1) {
128 (fInputLen < 100 && fRawLength>600))
130 int32_t limit = fRawLength;
csrucode.cpp 36 int32_t length = textIn->fRawLength;
61 int32_t length = textIn->fRawLength;
80 int32_t limit = (textIn->fRawLength / 4) * 4;
csmatch.cpp 62 int32_t result = ucnv_toUChars(conv, buf, cap, (const char *) textIn->fRawInput, textIn->fRawLength, status);
csrmbcs.cpp 133 if (nextIndex >= det->fRawLength) {
  /external/icu/icu4c/source/i18n/
inputext.h 54 int32_t fRawLength; // Length of data in fRawInput array.
csrutf8.cpp 36 if (input->fRawLength >= 3 &&
42 for (i=0; i < input->fRawLength; i += 1) {
65 if (i >= input->fRawLength) {
inputext.cpp 35 fRawLength(0)
54 fRawLength = len == -1? (int32_t)uprv_strlen(in) : len;
98 for (srci = 0; srci < fRawLength && dsti < BUFFER_SIZE; srci += 1) {
128 (fInputLen < 100 && fRawLength>600))
130 int32_t limit = fRawLength;
csmatch.cpp 62 int32_t result = ucnv_toUChars(conv, buf, cap, (const char *) textIn->fRawInput, textIn->fRawLength, status);
csrucode.cpp 57 int32_t length = textIn->fRawLength;
92 int32_t length = textIn->fRawLength;
124 int32_t limit = (textIn->fRawLength / 4) * 4;
csrmbcs.cpp 133 if (nextIndex >= det->fRawLength) {
  /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 333 milliseconds