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

  /external/chromium_org/third_party/icu/source/common/
ucnv.c 684 const char *ccsidStr = uprv_strchr(standardName, '-');
685 if (ccsidStr) {
686 ccsid = (int32_t)atol(ccsidStr+1); /* +1 to skip '-' */
    [all...]
  /external/icu4c/common/
ucnv.c 686 const char *ccsidStr = uprv_strchr(standardName, '-');
687 if (ccsidStr) {
688 ccsid = (int32_t)atol(ccsidStr+1); /* +1 to skip '-' */
    [all...]

Completed in 44 milliseconds