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

  /external/chromium_org/third_party/icu/source/tools/gendict/
gendict.cpp 250 static const UChar LINEFEED_CHARACTER = 0x000A;
262 while(lineLength > 0 && (line[lineLength - 1] == CARRIAGE_RETURN_CHARACTER || line[lineLength - 1] == LINEFEED_CHARACTER)) { --lineLength; }
  /external/icu/icu4c/source/tools/gendict/
gendict.cpp 250 static const UChar LINEFEED_CHARACTER = 0x000A;
262 while(lineLength > 0 && (line[lineLength - 1] == CARRIAGE_RETURN_CHARACTER || line[lineLength - 1] == LINEFEED_CHARACTER)) { --lineLength; }

Completed in 133 milliseconds