Searched defs:lastChar (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/java/android/text/
H A DBidiFormatter.java639 private char lastChar; field in class:BidiFormatter.DirectionalityEstimator
836 lastChar = text.charAt(charIndex);
837 if (Character.isHighSurrogate(lastChar)) {
843 byte dirType = getCachedDirectionality(lastChar);
846 if (lastChar == '<') {
848 } else if (lastChar == '&') {
866 lastChar = text.charAt(charIndex - 1);
867 if (Character.isLowSurrogate(lastChar)) {
873 byte dirType = getCachedDirectionality(lastChar);
876 if (lastChar
[all...]
/frameworks/minikin/libs/minikin/
H A DWordBreaker.cpp182 uint16_t lastChar = mText[mLast]; local
185 if (breakAfter(lastChar)) {
189 if (lastChar == '/' && i >= mLast + 2 && mText[i - 2] == '/') {
194 if (lastChar != '-') {
199 if (thisChar == '/' && lastChar != '/' &&
204 lastChar = thisChar;
H A DFontCollection.cpp61 vector<uint32_t> lastChar; local
78 lastChar.push_back(coverage.nextSetBit(0));
102 if (lastChar[j] < (i + 1) << kLogCharsPerPage) {
109 lastChar[j] = nextChar;
/frameworks/support/compat/java/android/support/v4/text/
H A DBidiFormatter.java618 private char lastChar; field in class:BidiFormatter.DirectionalityEstimator
815 lastChar = text.charAt(charIndex);
816 if (Character.isHighSurrogate(lastChar)) {
822 byte dirType = getCachedDirectionality(lastChar);
825 if (lastChar == '<') {
827 } else if (lastChar == '&') {
845 lastChar = text.charAt(charIndex - 1);
846 if (Character.isLowSurrogate(lastChar)) {
852 byte dirType = getCachedDirectionality(lastChar);
855 if (lastChar
[all...]
/frameworks/rs/script_api/
H A DGenerateTestFiles.cpp32 char lastChar = s[last]; local
33 if (lastChar >= '1' && lastChar <= '4') {
35 *vectorSize = lastChar;
991 char lastChar = p->variableName.back(); local
992 if (lastChar >= '0' && lastChar <= '9') {
H A DSpecification.cpp128 const char lastChar = type[last]; local
129 if (lastChar >= '0' && lastChar <= '9') {
134 vectorSize = lastChar;
/frameworks/base/libs/androidfw/include/androidfw/
H A DResourceTypes.h479 uint32_t firstChar, lastChar; member in struct:android::ResStringPool_span
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 559 milliseconds