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

  /external/icu4c/io/
uscanf_p.c 494 UChar expBuf[UPRINTF_SYMBOL_BUFFER_SIZE];
527 expLen = u_strToLower(expBuf, (int32_t)sizeof(expBuf),
533 expLen = u_strToUpper(expBuf, (int32_t)sizeof(expBuf),
541 expBuf,
    [all...]
uprntf_p.c 568 UChar expBuf[UPRINTF_SYMBOL_BUFFER_SIZE];
593 expLen = u_strToLower(expBuf, (int32_t)sizeof(expBuf),
599 expLen = u_strToUpper(expBuf, (int32_t)sizeof(expBuf),
607 expBuf,
    [all...]

Completed in 305 milliseconds