HomeSort by relevance Sort by last modified time
    Searched defs:firstChar (Results 26 - 50 of 210) sorted by null

12 3 4 5 6 7 8 9

  /external/dexmaker/src/dx/java/com/android/dx/rop/type/
Type.java 303 char firstChar;
305 firstChar = descriptor.charAt(0);
314 if (firstChar == '[') {
329 if ((firstChar != 'L') ||
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/loader/
ObjLoader.java 108 char firstChar;
126 } else if ((firstChar = tokens[0].toLowerCase().charAt(0)) == '#') {
128 } else if (firstChar == 'v') {
141 } else if (firstChar == 'f') {
165 } else if (firstChar == 'o' || firstChar == 'g') {
  /external/libgdx/gdx/src/com/badlogic/gdx/utils/
StringBuilder.java 546 char firstChar = subString.charAt(0);
551 if (chars[i] == firstChar) {
601 char firstChar = subString.charAt(0);
606 if (chars[i] == firstChar) {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SmsNumberUtils.java 297 char firstChar = number.charAt(0);
298 if (firstChar >= '2' && firstChar <= '9') {
  /external/icu/android_icu4j/src/main/java/android/icu/text/
NFRule.java 290 char firstChar = descriptor.charAt(0);
292 if (firstChar >= '0' && firstChar <= '9' && lastChar != 'x') {
371 if (firstChar == '0' && lastChar == 'x') {
375 else if (firstChar == 'x' && lastChar == 'x') {
379 else if (firstChar == 'x' && lastChar == '0') {
    [all...]
UnicodeSet.java     [all...]
  /external/icu/icu4c/source/layoutex/
ParagraphLayout.cpp 1040 le_int32 firstChar = (run == firstRun)? runStart : fStyleRunInfo[run].runBase;
1043 appendRun(line, run, firstChar, lastChar);
1050 void ParagraphLayout::appendRun(ParagraphLayout::Line *line, le_int32 run, le_int32 firstChar, le_int32 lastChar)
1055 // Get the glyph indices for all the characters between firstChar and lastChar,
1062 for (ch = firstChar; ch <= lastChar; ch += 1) {
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
NFRule.java 289 char firstChar = descriptor.charAt(0);
291 if (firstChar >= '0' && firstChar <= '9' && lastChar != 'x') {
370 if (firstChar == '0' && lastChar == 'x') {
374 else if (firstChar == 'x' && lastChar == 'x') {
378 else if (firstChar == 'x' && lastChar == '0') {
    [all...]
UnicodeSet.java     [all...]
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
HTMLScanner.java 393 int firstChar = r.read(); // Remove any leading BOM
394 if (firstChar != '\uFEFF') unread(r, firstChar);
  /external/libgdx/extensions/gdx-freetype/src/com/badlogic/gdx/graphics/g2d/freetype/
FreeTypeFontGenerator.java 440 char firstChar = characters[i];
441 Glyph first = data.getGlyph(firstChar);
443 int firstIndex = face.getCharIndex(firstChar);
454 if (kerning != 0) second.setKerning(firstChar, FreeType.toInt(kerning));
  /libcore/ojluni/src/main/java/java/util/
Locale.java     [all...]
  /external/icu/icu4c/source/test/intltest/
regextst.cpp     [all...]
  /external/libxml2/
xmlschemastypes.c     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
InputLogic.java 301 final int firstChar = Character.codePointAt(suggestion, 0);
302 if (!settingsValues.isWordSeparator(firstChar)
303 || settingsValues.isUsuallyPrecededBySpace(firstChar)) {
    [all...]
  /frameworks/base/include/androidfw/
ResourceTypes.h 480 uint32_t firstChar, lastChar;
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-module-apt/1.0/
doxia-module-apt-1.0.jar 
  /external/robolectric/v3/runtime/
tagsoup-1.2.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
plexus-interpolation-1.19.jar 
  /prebuilts/tools/common/m2/repository/org/ccil/cowan/tagsoup/tagsoup/1.2/
tagsoup-1.2.jar 
  /prebuilts/tools/common/m2/repository/org/ccil/cowan/tagsoup/tagsoup/1.2.1/
tagsoup-1.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-interpolation/1.21/
plexus-interpolation-1.21.jar 
  /prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
freemarker-2.3.20.jar 
  /prebuilts/devtools/tools/lib/
ant-tasks.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/1.0/
compiler-1.0.jar 

Completed in 2029 milliseconds

12 3 4 5 6 7 8 9