Home
last modified time | relevance | path

Searched refs:seekUntilEndOfComment (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/tools/genrb/
Dread.c50 static void seekUntilEndOfComment (UCHARBUF *buf, struct UString *token, UErrorCode *status);
363 seekUntilEndOfComment(buf, token, status); in getNextChar()
366 seekUntilEndOfComment(buf, NULL, status); in getNextChar()
397 static void seekUntilEndOfComment(UCHARBUF *buf, in seekUntilEndOfComment() function