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

  /external/icu4c/test/intltest/
ucaconf.cpp 196 UChar *buffer = b1, *oldB = NULL;
233 int32_t cmpres = coll->compare(oldB, oldBlen, buffer, buflen, status);
234 int32_t cmpres2 = coll->compare(buffer, buflen, oldB, oldBlen, status);
251 res = u_strcmpCodePointOrder(oldB, buffer);
270 oldB = buffer;
  /frameworks/rs/
rsContext.cpp 221 float oldR, oldG, oldB, oldA;
222 mStateFont.getFontColor(&oldR, &oldG, &oldB, &oldA);
235 mStateFont.setFontColor(oldR, oldG, oldB, oldA);

Completed in 75 milliseconds