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

  /external/icu4c/tools/toolutil/
uparse.h 101 u_parseString(const char *s,
uparse.c 229 u_parseString(const char *s,
  /external/icu4c/tools/gencase/
gencase.c 446 (UChar)u_parseString(fields[1][0], specialCasings[specialCasingCount].lowerCase+1, 31, NULL, pErrorCode);
448 (UChar)u_parseString(fields[3][0], specialCasings[specialCasingCount].upperCase+1, 31, NULL, pErrorCode);
450 (UChar)u_parseString(fields[2][0], specialCasings[specialCasingCount].titleCase+1, 31, NULL, pErrorCode);
567 (UChar)u_parseString(fields[2][0], caseFoldings[caseFoldingCount].full+1, 31, (uint32_t *)&caseFoldings[caseFoldingCount].simple, pErrorCode);
  /external/icu4c/test/intltest/
ucaconf.cpp 179 offset = u_parseString(lineB, buffer, 1024, &first, &status);
tsmthred.cpp     [all...]
  /external/icu4c/tools/gennorm/
gennorm.c 394 string[0]=(UChar)u_parseString(s, string+1, 31, NULL, pErrorCode);
  /external/icu4c/test/cintltst/
cucdtst.c     [all...]

Completed in 911 milliseconds