Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/genrb/
Dread.c49 static void seekUntilEndOfComment (UCHARBUF *buf, struct UString *token, UErrorCode *status);
362 seekUntilEndOfComment(buf, token, status); in getNextChar()
365 seekUntilEndOfComment(buf, NULL, status); in getNextChar()
396 static void seekUntilEndOfComment(UCHARBUF *buf, in seekUntilEndOfComment() function