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

  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
SizesCalcParser.cpp 70 bool SizesCalcParser::appendLength(const MediaQueryToken& token)
103 if (!CSSPrimitiveValue::isLength(it->unitType()) || !appendLength(*it))
  /external/icu/icu4c/source/i18n/
collationkeys.cpp 136 int32_t appendLength = (b1 == 0) ? 1 : 2;
137 if((len + appendLength) <= buffer.getCapacity() || ensureCapacity(appendLength)) {
149 int32_t appendLength = (bytes[1] == 0) ? 1 : (bytes[2] == 0) ? 2 : (bytes[3] == 0) ? 3 : 4;
150 if((len + appendLength) <= buffer.getCapacity() || ensureCapacity(appendLength)) {
169 int32_t appendLength = (b1 == 0) ? 1 : 2;
170 if((len + appendLength) <= buffer.getCapacity() || ensureCapacity(appendLength)) {
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 73 milliseconds