Searched refs:lastChar (Results 1 - 25 of 29) sorted by relevance

12

/external/jmonkeyengine/engine/src/core/com/jme3/util/blockparser/
H A DBlockLanguageParser.java47 char lastChar = '\0';
57 }else if (c == '/' && lastChar == '/'){
61 lastChar = '\0';
65 lastChar = '\0';
81 lastChar = c;
/external/javassist/src/main/javassist/compiler/
H A DLex.java28 private int lastChar; field in class:Lex
40 lastChar = -1;
523 lastChar = c;
539 if (lastChar < 0)
545 int c = lastChar;
546 lastChar = -1;
/external/icu4c/common/
H A Duniset_props.cpp536 UChar32 lastChar = 0; local
631 add(lastChar, lastChar);
632 _appendToPat(patLocal, lastChar, FALSE);
704 add(lastChar, lastChar);
705 _appendToPat(patLocal, lastChar, FALSE);
758 add(lastChar, lastChar);
759 _appendToPat(patLocal, lastChar, FALS
[all...]
/external/icu4c/layout/
H A DKhmerReordering.h106 LEUnicode lastChar; // and this x17DF member in struct:KhmerClassTable
H A DTibetanReordering.h125 LEUnicode lastChar; // and this x0FFF member in struct:TibetanClassTable
H A DIndicReordering.h94 LEUnicode lastChar; member in struct:IndicClassTable
H A DKhmerReordering.cpp113 if (ch < firstChar || ch > lastChar) {
H A DTibetanReordering.cpp115 if (ch < firstChar || ch > lastChar) {
H A DIndicReordering.cpp1212 for ( currentChar = classTable->firstChar ; currentChar <= classTable->lastChar ; currentChar++ ) {
1219 for ( currentChar = classTable->firstChar ; currentChar <= classTable->lastChar ; currentChar++ ) {
H A DIndicClassTables.cpp430 if (ch < firstChar || ch > lastChar) {
/external/jmonkeyengine/engine/src/core/com/jme3/font/
H A DBitmapFont.java207 char lastChar = 0;
231 lineWidth += findKerningAmount(lastChar, theChar) * sizeScale;
H A DLetterQuad.java320 BitmapCharacter lastChar = previous.getBitmapChar();
321 if (lastChar != null && block.isKerning()) {
322 kernAmount = lastChar.getKerning(c) * sizeScale;
/external/webkit/Source/WebCore/platform/mac/
H A DHTMLConverter.mm733 unichar lastChar = (textLength > 0) ? [[_attrStr string] characterAtIndex:textLength - 1] : '\n';
734 NSRange rangeToReplace = (suppress && _flags.isSoft && (lastChar == ' ' || lastChar == NSLineSeparatorCharacter)) ? NSMakeRange(textLength - 1, 1) : NSMakeRange(textLength, 0);
735 BOOL needBreak = (flag || lastChar != '\n');
771 unichar lastChar = (textLength > 0) ? [[_attrStr string] characterAtIndex:textLength - 1] : '\n';
772 NSRange rangeToReplace = (_flags.isSoft && lastChar == ' ') ? NSMakeRange(textLength - 1, 1) : NSMakeRange(textLength, 0);
1366 unichar lastChar = (textLength > 0) ? [[_attrStr string] characterAtIndex:textLength - 1] : '\n';
1367 BOOL wasSpace = NO, wasLeading = YES, suppressLeadingSpace = ((_flags.isSoft && lastChar == ' ') || lastChar == '\n' || lastChar
[all...]
/external/icu4c/layoutex/
H A DParagraphLayout.cpp1038 le_int32 lastChar = (run == lastRun)? runEnd : fStyleRunInfo[run].runLimit - 1; local
1040 appendRun(line, run, firstChar, lastChar);
1047 void ParagraphLayout::appendRun(ParagraphLayout::Line *line, le_int32 run, le_int32 firstChar, le_int32 lastChar) argument
1052 // Get the glyph indices for all the characters between firstChar and lastChar,
1059 for (ch = firstChar; ch <= lastChar; ch += 1) {
/external/icu4c/layoutex/layout/
H A DParagraphLayout.h576 void appendRun(Line *line, le_int32 run, le_int32 firstChar, le_int32 lastChar);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.launcher.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.launcher_1.1.0.v20100507.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/webkit/Source/WebKit/mac/Misc/
H A DWebNSURLExtras.mm959 unichar lastChar = [self characterAtIndex:length - 1];
960 return lastChar == '/' && [self _webkit_hasCaseInsensitivePrefix:@"ftp:"];
/external/icu4c/i18n/
H A Dregexcmp.cpp1876 UChar32 lastChar;
1904 lastChar = fRXPat->fLiteralText.char32At(stringLastCharIdx);
1920 emitONE_CHAR(lastChar);
1927 emitONE_CHAR(lastChar);
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...

Completed in 391 milliseconds

12