HomeSort by relevance Sort by last modified time
    Searched defs:currentChar (Results 1 - 25 of 199) sorted by null

1 2 3 4 5 6 7 8

  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
SystemIDResolver.java 197 char currentChar = buf.charAt(i);
199 if (currentChar == ' ')
207 else if (currentChar == '\\')
  /external/apache-xml/src/main/java/org/apache/xml/utils/
SystemIDResolver.java 190 char currentChar = buf.charAt(i);
192 if (currentChar == ' ')
200 else if (currentChar == '\\')
  /external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
MessageNanoPrinter.java 213 char currentChar = identifier.charAt(i);
215 out.append(Character.toLowerCase(currentChar));
216 } else if (Character.isUpperCase(currentChar)) {
217 out.append('_').append(Character.toLowerCase(currentChar));
219 out.append(currentChar);
  /frameworks/base/core/java/android/app/admin/
PasswordMetrics.java 202 char currentChar = string.charAt(current);
203 @CharacterCatagory int categoryCurrent = categoryChar(currentChar);
204 int currentDiff = (int) currentChar - (int) previousChar;
219 previousChar = currentChar;
  /frameworks/base/libs/hwui/
PathParser.cpp 66 char currentChar = s[currentIndex];
67 switch (currentChar) {
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
Scan.h 57 lengths(L), currentSource(0), currentChar(0), stringBias(b), finale(f), singleLogical(single), endOfFileReached(false)
110 size_t charToRead = currentChar;
130 if (currentChar > 0) {
131 --currentChar;
138 size_t chIndex = currentChar;
145 logicalSourceLoc.column = (int)(currentChar - chIndex);
146 loc[currentSource].column = (int)(currentChar - chIndex);
154 currentChar = 0;
156 currentChar = lengths[currentSource] - 1;
230 ++currentChar;
    [all...]
  /external/pdfium/fpdfsdk/
fpdfedittext.cpp 256 uint32_t currentChar = FXFT_Get_First_Char(pFont->GetFace(), &glyphIndex);
257 if (currentChar > kMaxSimpleFontChar || glyphIndex == 0)
259 fontDict->SetNewFor<CPDF_Number>("FirstChar", static_cast<int>(currentChar));
264 FXFT_Get_Next_Char(pFont->GetFace(), currentChar, &glyphIndex);
268 for (uint32_t i = currentChar + 1; i < nextChar; i++)
270 currentChar = nextChar;
272 fontDict->SetNewFor<CPDF_Number>("LastChar", static_cast<int>(currentChar));
323 uint32_t currentChar = FXFT_Get_First_Char(pFont->GetFace(), &glyphIndex);
325 if (glyphIndex == 0 || currentChar > kMaxUnicode)
331 if (currentChar > kMaxUnicode
    [all...]
  /frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/widget/
NestedRecyclerViewActivity.java 104 char currentChar = data[0].charAt(0);
106 if (i == data.length || data[i].charAt(0) != currentChar) {
111 currentChar = data[i].charAt(0);
  /libcore/luni/src/main/java/java/math/
Conversion.java 80 int currentChar = resLengthInChars;
95 int previous = currentChar;
97 result[--currentChar] = Character.forDigit(
99 } while (((resDigit /= radix) != 0) && (currentChar != 0));
100 int delta = charsPerInt - previous + currentChar;
101 for (i = 0; i < delta && currentChar > 0; i++) {
102 result[--currentChar] = '0';
115 for (int j = 0; (j < 8) && (currentChar > 0); j++) {
117 result[--currentChar] = Character.forDigit(resDigit, 16);
121 while (result[currentChar] == '0')
    [all...]
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/
IndicInputMethodImpl.java 185 char currentChar = getMappedChar(keyChar);
191 currentChar = ZWJ;
194 currentChar = ZWNJ;
200 if (currentChar == INVALID_CHAR) {
205 if (currentChar == BACKSPACE) {
224 text[totalChars++] = currentChar;
230 int nuktaIndex = nuktaIndex(currentChar);
233 // Commit everything but currentChar
234 text[totalChars++] = currentChar;
237 if (currentChar >= SUBSTITUTION_BASE)
    [all...]
  /external/javassist/src/main/javassist/bytecode/
Descriptor.java 826 public char currentChar() { return desc.charAt(curPos); }
832 char c = currentChar();
  /frameworks/base/core/java/android/text/format/
TimeFormatter.java 136 char currentChar = formatBuffer.get(formatBuffer.position());
137 if (currentChar == '%') {
155 char currentChar = formatBuffer.get(formatBuffer.position());
156 switch (currentChar) {
211 modifier = currentChar;
319 if (currentChar == 'V') {
321 } else if (currentChar == 'g') {
  /frameworks/layoutlib/bridge/src/android/util/
PathParser_Delegate.java 285 char currentChar = s.charAt(currentIndex);
286 switch (currentChar) {
    [all...]
  /frameworks/support/compat/src/main/java/androidx/core/graphics/
PathParser.java 265 char currentChar = s.charAt(currentIndex);
266 switch (currentChar) {
  /packages/apps/Messaging/src/com/android/messaging/datamodel/data/
ConversationMessageData.java 224 final char currentChar = inputString.charAt(characterPos);
225 if (currentChar == QUOTE_CHAR) {
240 sUnquoteStringBuilder.append(currentChar);
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/protobuf/nano/protobuf-javanano/3.0.0-alpha-5/
protobuf-javanano-3.0.0-alpha-5.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm/6.1.1/
asm-6.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/parboiled/parboiled-core/1.0.2/
parboiled-core-1.0.2.jar 
  /prebuilts/devtools/tools/lib/
asset-studio.jar 
commons-compress-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/anarres/jarjar/jarjar-core/1.0.0/
jarjar-core-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/parboiled/parboiled-java/1.0.2/
parboiled-java-1.0.2.jar 
  /prebuilts/tools/common/bazel/formc-deps/
jdom.jar 
  /prebuilts/tools/common/commons-compress/
commons-compress-1.0.jar 
  /prebuilts/tools/common/m2/repository/jdom/jdom/1.0/
jdom-1.0.jar 

Completed in 567 milliseconds

1 2 3 4 5 6 7 8