HomeSort by relevance Sort by last modified time
    Searched defs:ASTERISK (Results 1 - 6 of 6) sorted by null

  /external/icu4c/tools/genrb/
read.c 29 #define ASTERISK 0x002A
354 case ASTERISK: /* " / * " */
356 if(c2 == ASTERISK){ /* "/ * *" */
360 ucbuf_ungetc(c2, buf); /* c2 is the non-asterisk following "/ *". Include c2 back in buffer. */
407 if (c == ASTERISK) {
wrtxml.cpp 351 #define ASTERISK 0x002A
369 case ASTERISK:
    [all...]
  /external/icu4c/i18n/
selfmtimpl.h 40 #define ASTERISK ((UChar)0x002A)
dtptngen_impl.h 34 #define ASTERISK ((UChar)0x002A)
plurrule_impl.h 39 #define ASTERISK ((UChar)0x002A)
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
Helpers.java 655 final char ASTERISK = 0x2A;
674 ch == ASTERISK ||

Completed in 290 milliseconds