HomeSort by relevance Sort by last modified time
    Searched full:errorlength (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/icu/source/extra/uconv/
uconv.cpp 793 int8_t i, length, errorLength;
796 errorLength = (int8_t)sizeof(errorBytes);
797 ucnv_getInvalidChars(convfrom, errorBytes, &errorLength, &localError);
798 if (U_FAILURE(localError) || errorLength == 0) {
799 errorLength = 1;
808 (int)(infoffset + (cbufp - buf) - errorLength));
812 for (i = 0; i < errorLength; ++i) {
946 int8_t i, length, errorLength;
949 errorLength = (int8_t)LENGTHOF(errorUChars);
950 ucnv_getInvalidUChars(convto, errorUChars, &errorLength, &localError)
    [all...]
  /external/icu/icu4c/source/extra/uconv/
uconv.cpp 793 int8_t i, length, errorLength;
796 errorLength = (int8_t)sizeof(errorBytes);
797 ucnv_getInvalidChars(convfrom, errorBytes, &errorLength, &localError);
798 if (U_FAILURE(localError) || errorLength == 0) {
799 errorLength = 1;
808 (int)(infoffset + (cbufp - buf) - errorLength));
812 for (i = 0; i < errorLength; ++i) {
946 int8_t i, length, errorLength;
949 errorLength = (int8_t)LENGTHOF(errorUChars);
950 ucnv_getInvalidUChars(convto, errorUChars, &errorLength, &localError)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
ConvertSwitchQuickFixProcessor.java 89 int errorLength = error.getLength();
156 for (int i = errorStart + errorLength, n = buffer.getLength(); i < n; i++) {
169 String expression = buffer.getText(errorStart, errorLength);

Completed in 145 milliseconds