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

  /external/chromium/third_party/icu/source/common/
unames.c 236 #define WRITE_CHAR(buffer, bufferLength, bufferPos, c) { \
306 WRITE_CHAR(buffer, bufferLength, bufferPos, c);
321 WRITE_CHAR(buffer, bufferLength, bufferPos, c);
338 WRITE_CHAR(buffer, bufferLength, bufferPos, c);
479 WRITE_CHAR(buffer, bufferLength, length, '<');
481 WRITE_CHAR(buffer, bufferLength, length, catname[length - 1]);
483 WRITE_CHAR(buffer, bufferLength, length, '-');
494 WRITE_CHAR(buffer, bufferLength, length, '>');
832 WRITE_CHAR(buffer, bufferLength, bufferPos, c);
892 WRITE_CHAR(buffer, bufferLength, bufferPos, c)
    [all...]
  /external/icu4c/common/
unames.c 236 #define WRITE_CHAR(buffer, bufferLength, bufferPos, c) { \
300 WRITE_CHAR(buffer, bufferLength, bufferPos, c);
315 WRITE_CHAR(buffer, bufferLength, bufferPos, c);
332 WRITE_CHAR(buffer, bufferLength, bufferPos, c);
476 WRITE_CHAR(buffer, bufferLength, length, '<');
478 WRITE_CHAR(buffer, bufferLength, length, catname[length - 1]);
480 WRITE_CHAR(buffer, bufferLength, length, '-');
491 WRITE_CHAR(buffer, bufferLength, length, '>');
829 WRITE_CHAR(buffer, bufferLength, bufferPos, c);
884 WRITE_CHAR(buffer, bufferLength, bufferPos, c)
    [all...]

Completed in 13 milliseconds