HomeSort by relevance Sort by last modified time
    Searched full:remaininglength (Results 1 - 5 of 5) 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/base/third_party/symbolize/
demangle.cc 190 static int RemainingLength(State *state) {
197 if (RemainingLength(state) >= 1 && *state->mangled_cur == c) {
207 if (RemainingLength(state) >= 2 &&
660 RemainingLength(state) < state->number) {
677 if (RemainingLength(state) < 2) {
    [all...]
  /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 2485 milliseconds