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

  /external/jmonkeyengine/engine/src/core/com/jme3/font/
BitmapFont.java 212 char theChar = text.charAt(i);
213 if (theChar == '\n'){
219 BitmapCharacter c = charSet.getCharacter((int) theChar);
221 if (theChar == '\\' && i<text.length()-1 && text.charAt(i+1)=='#'){
231 lineWidth += findKerningAmount(lastChar, theChar) * sizeScale;
  /external/arduino/hardware/arduino/cores/arduino/
WString.cpp 298 int String::lastIndexOf( char theChar ) const
300 return lastIndexOf( theChar, _length - 1 );
  /external/skia/legacy/src/ports/
SkFontHost_mac_coretext.cpp 929 UniChar theChar;
938 theChar = (UniChar) uni;
940 if (!CTFontGetGlyphsForCharacters(fCTFont, &theChar, &cgGlyph, 1))
    [all...]
  /external/skia/src/ports/
SkFontHost_mac_coretext.cpp 901 UniChar theChar;
908 theChar = (UniChar) uni;
910 if (!CTFontGetGlyphsForCharacters(fCTFont, &theChar, &cgGlyph, 1)) {
    [all...]
  /external/icu4c/test/intltest/
rbbitst.cpp     [all...]
  /external/icu4c/i18n/
rematch.cpp 741 UChar32 theChar = fPattern->fInitialChar;
747 if (c == theChar) {
    [all...]
regexcmp.cpp     [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 220 milliseconds