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

  /external/chromium_org/third_party/icu/source/common/
unames.c 470 const char *catname = getCharCatName(code); local
477 while (catname[length - 1]) {
478 WRITE_CHAR(buffer, bufferLength, length, catname[length - 1]);
    [all...]
  /external/icu4c/common/
unames.cpp 472 const char *catname = getCharCatName(code); local
479 while (catname[length - 1]) {
480 WRITE_CHAR(buffer, bufferLength, length, catname[length - 1]);
    [all...]

Completed in 1458 milliseconds