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

12

/macosx-10.10.1/BerkeleyDB-21/db/examples_cxx/getting_started/
H A Dexcxx_example_database_load.cpp42 char ch, lastChar; local
58 lastChar = databaseHome[databaseHome.size() -1];
59 if (lastChar != '/' && lastChar != '\\')
64 lastChar = basename[basename.size() -1];
65 if (lastChar != '/' && lastChar != '\\')
H A Dexcxx_example_database_read.cpp40 char ch, lastChar; local
56 lastChar = databaseHome[databaseHome.size() -1];
57 if (lastChar != '/' && lastChar != '\\')
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Duniset_props.cpp467 UChar32 lastChar = 0; local
562 add(lastChar, lastChar);
563 _appendToPat(patLocal, lastChar, FALSE);
635 add(lastChar, lastChar);
636 _appendToPat(patLocal, lastChar, FALSE);
689 add(lastChar, lastChar);
690 _appendToPat(patLocal, lastChar, FALS
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/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.h96 LEUnicode lastChar; member in struct:IndicClassTable
H A DKhmerReordering.cpp113 if (ch < firstChar || ch > lastChar) {
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclParseExpr.c68 CONST char *lastChar; /* Points just after last byte of expr. */ member in struct:ParseInfo
268 info.lastChar = (string + numBytes); /* just after last char of expr */
1221 (infoPtr->lastChar - dollarPtr), parsePtr, 1);
1240 (infoPtr->lastChar - stringStart), parsePtr, 1, &termPtr);
1349 (infoPtr->lastChar - infoPtr->start), parsePtr, 1,
1616 CONST char *end = infoPtr->lastChar;
1752 if ((infoPtr->lastChar - src) > 1) {
1771 if ((infoPtr->lastChar - src) > 1) {
1790 if ((src[1] == '=') && ((infoPtr->lastChar - src) > 1)) {
1800 if ((src[1] == '=') && ((infoPtr->lastChar
[all...]
H A DtclUtil.c569 register CONST char *p, *lastChar;
620 lastChar = string + length;
622 if ((p == lastChar) || (*p == '{') || (*p == '"')) {
625 for ( ; p < lastChar; p++) {
648 if ((p+1 == lastChar) || (p[1] == '\n')) {
737 register CONST char *lastChar;
753 lastChar = src + length;
757 for ( ; src != lastChar; src++, p++) {
777 for (; src != lastChar; src++) {
564 register CONST char *p, *lastChar; local
730 register CONST char *lastChar; local
H A DtclCompExpr.c56 CONST char *lastChar; /* Points just after last byte of expr. */ member in struct:ExprInfo
250 info.lastChar = (script + numBytes);
967 int numBytes = (infoPtr->lastChar - infoPtr->expr);
H A DtclParse.c1770 CONST char *lastChar = src + (len - 1);
1772 for (p = src; p <= lastChar; p++) {
1784 if (*lastChar == ')') { /* we have an array element */
1788 if ((p != lastChar) && *(p+1) == ':') { /* qualified name */
1767 CONST char *lastChar = src + (len - 1); local
H A DtclFileName.c2345 char lastChar = 0;
2350 lastChar = Tcl_DStringValue(headPtr)[length-1];
2398 || ((length > 0) && (lastChar != ':'))) {
2404 if ((length > 0) && (lastChar != ':')) {
2408 if (lastChar == ':') {
2433 && (strchr(separators, lastChar) == NULL))
2450 && (strchr(separators, lastChar) == NULL))
2325 char lastChar = 0; local
/macosx-10.10.1/webdavfs-367/WebDAVPlugin/
H A DWebDAV_Mount.c188 ParsePathSegment(char *bytes, char **firstChar, char **lastChar) argument
203 *lastChar = bytes;
245 char *lastChar; local
299 lastChar = slash;
300 ParsePathSegment(lastChar, &firstChar, &lastChar);
301 if (firstChar != lastChar) {
303 firstPathSegment = CopySegment(firstChar, lastChar);
307 while ( *lastChar != '\0' ) {
308 ParsePathSegment(lastChar,
[all...]
/macosx-10.10.1/tcl-105/tk/tk/generic/ttk/
H A DttkLabel.c132 int lastChar = -1; local
154 lastChar = Tk_PointToChar(text->textLayout, b.width, 1) + 1;
159 text->textLayout, b.x+1, b.y+1, 0/*firstChar*/, lastChar); local
162 text->textLayout, b.x, b.y, 0/*firstChar*/, lastChar); local
165 if (underline >= 0 && (lastChar == -1 || underline <= lastChar)) {
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclUtil.c667 register CONST char *p, *lastChar;
718 lastChar = string + length;
720 if ((p == lastChar) || (*p == '{') || (*p == '"')) {
723 for (; p < lastChar; p++) {
746 if ((p+1 == lastChar) || (p[1] == '\n')) {
832 register CONST char *lastChar;
848 lastChar = src + length;
855 for (; src != lastChar; src++, p++) {
885 for (; src != lastChar; src++) {
661 register CONST char *p, *lastChar; local
824 register CONST char *lastChar; local
H A DtclParse.c2566 const char *lastChar = src + (len - 1);
2568 for (p=src ; p<=lastChar ; p++) {
2580 if (*lastChar == ')') { /* We have an array element */
2584 if ((p != lastChar) && *(p+1) == ':') { /* qualified name */
2547 const char *lastChar = src + (len - 1); local
H A DtclFileName.c2177 * Length used to be the length of the prefix, and lastChar the
2178 * lastChar of the prefix. But, none of this is used any more.
2182 char lastChar = 0;
2199 && (strchr(separators, lastChar) == NULL))
2215 && (strchr(separators, lastChar) == NULL))
/macosx-10.10.1/hfs-285/fsck_hfs/
H A Dfsck_hfs.c126 char * lastChar; local
151 reqCacheSize = strtoull(optarg, &lastChar, 0);
152 if (*lastChar) {
153 switch (tolower(*lastChar)) {
/macosx-10.10.1/ICU-531.30/icuSources/layoutex/
H A DParagraphLayout.cpp1041 le_int32 lastChar = (run == lastRun)? runEnd : fStyleRunInfo[run].runLimit - 1; local
1043 appendRun(line, run, firstChar, lastChar);
1050 void ParagraphLayout::appendRun(ParagraphLayout::Line *line, le_int32 run, le_int32 firstChar, le_int32 lastChar) argument
1055 // Get the glyph indices for all the characters between firstChar and lastChar,
1062 for (ch = firstChar; ch <= lastChar; ch += 1) {
/macosx-10.10.1/ICU-531.30/icuSources/layoutex/layout/
H A DParagraphLayout.h579 void appendRun(Line *line, le_int32 run, le_int32 firstChar, le_int32 lastChar);
/macosx-10.10.1/WebKit-7600.1.25/mac/Misc/
H A DWebNSURLExtras.mm327 unichar lastChar = [self characterAtIndex:length - 1];
328 return lastChar == '/' && [self _webkit_hasCaseInsensitivePrefix:@"ftp:"];
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Controllers/
H A DCodeMirrorCompletionController.js281 var lastChar = this._currentCompletion.charAt(this._currentCompletion.length - 1);
282 var isClosing = ")]}".indexOf(lastChar);
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkFont.c2177 Tk_DrawTextLayout(display, drawable, gc, layout, x, y, firstChar, lastChar)
2188 int lastChar; /* The index just after the last character
2203 if (lastChar < 0) {
2204 lastChar = 100000000;
2219 if (lastChar < numDisplayChars) {
2220 numDisplayChars = lastChar;
2228 lastChar -= chunkPtr->numChars;
2229 if (lastChar <= 0) {
/macosx-10.10.1/tcl-105/tcl/tcl/win/
H A DtclWinFile.c954 char lastChar;
989 lastChar = dirName[dirLength -1];
990 if ((lastChar != '\\') && (lastChar != '/') && (lastChar != ':')) {
944 char lastChar; local
/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkFont.c2311 int lastChar) /* The index just after the last character to
2326 if (lastChar < 0) {
2327 lastChar = 100000000;
2342 if (lastChar < numDisplayChars) {
2343 numDisplayChars = lastChar;
2351 lastChar -= chunkPtr->numChars;
2352 if (lastChar <= 0) {
2277 Tk_DrawTextLayout( Display *display, Drawable drawable, GC gc, Tk_TextLayout layout, int x, int y, int firstChar, int lastChar) argument

Completed in 360 milliseconds

12