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

  /external/webkit/WebCore/svg/
SVGFontElement.cpp 170 unsigned remainingLength = length;
174 unsigned charactersConsumed = parseUnicodeRange(remainingCharacters, remainingLength, range);
178 remainingLength -= charactersConsumed;
180 if (!remainingLength)
187 --remainingLength;
189 if (!remainingLength)
194 --remainingLength;
  /external/chromium/third_party/icu/source/i18n/
uregex.cpp     [all...]
rematch.cpp 1007 int32_t remainingLength = fActiveLimit-nextOutputStringStart;
1008 if (remainingLength > 0) {
1009 dest[i].setTo(input, nextOutputStringStart, remainingLength);
    [all...]
  /external/icu4c/i18n/
zstrfmt.cpp     [all...]

Completed in 61 milliseconds