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

  /external/icu4c/tools/gencnval/
gencnval.c 181 getTagNumber(const char *tag, uint16_t tagLen);
332 getTagNumber("", 0);
333 getTagNumber(ALL_TAG_STR, 3);
498 uint16_t tag = getTagNumber(line + start, (uint16_t)(limit - start));
520 getTagNumber(const char *tag, uint16_t tagLen) {
    [all...]
  /external/icu4c/common/
ucnv_io.cpp 339 static uint32_t getTagNumber(const char *tagname) {
661 uint32_t tagNum = getTagNumber(standard);
712 uint32_t tagNum = getTagNumber(standard);
    [all...]

Completed in 41 milliseconds