Searched refs:lastChar (Results 1 - 16 of 16) 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/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/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/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/support/v17/leanback/src/android/support/v17/leanback/widget/picker/
H A DDatePicker.java169 char lastChar = '\0';
191 if (c != lastChar) {
199 lastChar = c;
H A DTimePicker.java192 char lastChar = '\0';
214 if (c != lastChar) {
222 lastChar = c;
/frameworks/base/tools/aapt/
H A DStringPool.cpp217 span.span.lastChar = end;
526 span->lastChar = htodl(ent.spans[i].span.lastChar);
H A DXMLNode.cpp302 span.span.firstChar = span.span.lastChar = outString->size();
353 span.span.lastChar = outString->size()-1;
354 if (span.span.lastChar >= span.span.firstChar) {
/frameworks/base/tools/aapt2/
H A DStringPool_test.cpp277 EXPECT_THAT(span->lastChar, Eq(1u));
284 EXPECT_THAT(span->lastChar, Eq(3u));
H A DStringPool.cpp429 span->lastChar = util::HostToDevice32(s.last_char);
H A DResourceUtils.cpp699 spans->firstChar, spans->lastChar});
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhone.java1647 char lastChar = codes[0].charAt(codeStringLength - 1);
1648 if (Character.isLetterOrDigit(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 502 milliseconds