Searched refs:currDelim (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/io/
H A Dustdio.c491 UChar currDelim = 0; local
518 currDelim = 0;
530 if (!currDelim) {
539 currDelim = *alias;
542 currDelim = 1; /* This isn't a newline, but it's used to say
553 if (currDelim && IS_COMBINED_STRING_DELIMITER(currDelim, *alias)) {
557 currDelim = 1; /* This isn't a newline, but it's used to say
567 if (currDelim == 1) {
/external/icu/icu4c/source/io/
H A Dustdio.c491 UChar currDelim = 0; local
518 currDelim = 0;
530 if (!currDelim) {
539 currDelim = *alias;
542 currDelim = 1; /* This isn't a newline, but it's used to say
553 if (currDelim && IS_COMBINED_STRING_DELIMITER(currDelim, *alias)) {
557 currDelim = 1; /* This isn't a newline, but it's used to say
567 if (currDelim == 1) {

Completed in 380 milliseconds