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

  /external/chromium/third_party/icu/source/common/
rbbiscan.h 105 UChar32 fLastChar; // Previous char, needed to count CR-LF
rbbiscan.cpp 805 ch == chLF && fLastChar != chCR) {
822 fLastChar = ch;
    [all...]
  /external/icu4c/common/
rbbiscan.h 105 UChar32 fLastChar; // Previous char, needed to count CR-LF
rbbiscan.cpp 805 ch == chLF && fLastChar != chCR) {
822 fLastChar = ch;
    [all...]
  /external/chromium/third_party/icu/source/i18n/
regexcmp.h 137 UChar32 fLastChar; // Previous char, needed to count CR-LF
regexcmp.cpp     [all...]
  /external/icu4c/i18n/
regexcmp.h 136 UChar32 fLastChar; // Previous char, needed to count CR-LF
regexcmp.cpp     [all...]

Completed in 6252 milliseconds