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

  /external/icu4c/io/
uscanf_p.c 345 UChar plusSymbol[USCANF_SYMBOL_BUFFER_SIZE];
352 plusSymbol,
353 sizeof(plusSymbol)/sizeof(*plusSymbol),
358 while( (isNotEOF = ufile_getch(input, &c)) && (count < symbolLen && c == plusSymbol[count]) )
    [all...]
uprntf_p.c 140 UChar plusSymbol[UPRINTF_SYMBOL_BUFFER_SIZE];
145 plusSymbol,
146 sizeof(plusSymbol)/sizeof(*plusSymbol),
150 plusSymbol,
    [all...]

Completed in 39 milliseconds