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

  /external/chromium_org/third_party/icu/source/tools/gencnval/
gencnval.c 567 char *endTagExp;
582 endTagExp = strchr(tag, '}');
583 if (endTagExp == NULL) {
587 endTagExp[0] = 0;
    [all...]
  /external/icu/icu4c/source/tools/gencnval/
gencnval.c 577 char *endTagExp;
592 endTagExp = strchr(tag, '}');
593 if (endTagExp == NULL) {
597 endTagExp[0] = 0;
    [all...]

Completed in 1966 milliseconds