Searched refs:textPtr (Results 26 - 50 of 52) sorted by relevance

123

/macosx-10.10.1/ICU-531.30/icuSources/common/unicode/
H A Duchriter.h36 * Create an iterator over the UChar array referred to by "textPtr".
40 * @param textPtr The UChar array to be iterated over
44 UCharCharacterIterator(const UChar* textPtr, int32_t length);
47 * Create an iterator over the UChar array referred to by "textPtr".
54 * @param textPtr The UChar array to be iteratd over
59 UCharCharacterIterator(const UChar* textPtr, int32_t length,
63 * Create an iterator over the UChar array referred to by "textPtr".
71 * @param textPtr The UChar array to be iterated over
78 UCharCharacterIterator(const UChar* textPtr, int32_t length,
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/lib/
H A DpbkdDigest.cpp73 const void *textPtr,
76 return ctx->ops->update(&ctx->dig, textPtr, textLen);
71 DigestCtxUpdate( DigestCtx *ctx, const void *textPtr, uint32 textLen) argument
H A DpbkdDigest.h72 const void *textPtr,
/macosx-10.10.1/Security-57031.1.35/SecurityTests/cspxutils/hashTimeLibCrypt/
H A DpbkdDigest.h67 const void *textPtr,
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkTextIndex.c319 TkTextGetIndex(interp, textPtr, string, indexPtr)
321 TkText *textPtr; /* Information about text widget. */
344 if (TkTextMarkNameToIndex(textPtr, string, indexPtr) == TCL_OK) {
354 indexPtr->tree = textPtr->tree;
377 hPtr = Tcl_FindHashEntry(&textPtr->tagTable, Tcl_DStringValue(&copy));
383 TkTextMakeByteIndex(textPtr->tree, 0, 0, &first);
384 TkTextMakeByteIndex(textPtr->tree, TkBTreeNumLines(textPtr->tree), 0,
391 Tcl_GetHashKey(&textPtr->tagTable, hPtr), "\"",
423 TkTextPixelIndex(textPtr,
[all...]
H A DtkButton.h74 Tcl_Obj *textPtr; /* Value of -text option: specifies text to member in struct:__anon13550
H A DtkButton.c137 DEF_BUTTON_TEXT, Tk_Offset(TkButton, textPtr), -1, 0, 0, 0},
239 DEF_BUTTON_TEXT, Tk_Offset(TkButton, textPtr), -1, 0, 0, 0},
345 DEF_BUTTON_TEXT, Tk_Offset(TkButton, textPtr), -1, 0, 0, 0},
451 DEF_BUTTON_TEXT, Tk_Offset(TkButton, textPtr), -1, 0, 0, 0},
680 butPtr->textPtr = NULL;
1219 if (Tcl_ObjSetVar2(interp, namePtr, NULL, butPtr->textPtr,
1225 if (butPtr->textPtr != NULL) {
1226 Tcl_DecrRefCount(butPtr->textPtr);
1228 butPtr->textPtr = valuePtr;
1229 Tcl_IncrRefCount(butPtr->textPtr);
[all...]
H A DtkTextBTree.c75 TkText *textPtr; /* Used to find tagTable in consistency member in struct:BTree
214 TkBTreeCreate(textPtr)
215 TkText *textPtr;
262 treePtr->textPtr = textPtr;
2463 * and GetStyle(textPtr, indexPtr).
2478 TkTextIsElided(textPtr, indexPtr)
2479 TkText *textPtr; /* Overall information about text widget. */
2490 int numTags = textPtr->numTags;
2581 !TkpAlwaysShowSelection(textPtr
[all...]
H A DtkFrame.c117 Tcl_Obj *textPtr; /* Value of -text option: specifies text to member in struct:__anon13561
297 DEF_LABELFRAME_TEXT, Tk_Offset(Labelframe, textPtr), -1,
1101 (labelframePtr->textPtr != NULL) &&
1129 labelText = Tcl_GetString(labelframePtr->textPtr);
1269 if ((labelframePtr->textPtr == NULL) &&
1453 if ((labelframePtr->textPtr == NULL) &&
H A DtkTest.c2332 TkText *textPtr;
2346 textPtr = (TkText *) info.clientData;
2355 TkTextMakeByteIndex(textPtr->tree, lineIndex, byteIndex, &index);
2360 if (TkTextGetIndex(interp, textPtr, argv[3], &index) != TCL_OK) {
2369 if (TkTextGetIndex(interp, textPtr, argv[3], &index) != TCL_OK) {
2378 TkTextSetMark(textPtr, "insert", &index);
2308 TkText *textPtr; local
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cryptkit/
H A DHmacSha1Legacy.c135 const void *textPtr,
142 sha1AddData (hmac->sha1Context, (UInt8*)textPtr, textLen);
133 hmacLegacyUpdate( hmacLegacyContextRef hmac, const void *textPtr, UInt32 textLen) argument
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cryptkit/lib/
H A DHmacSha1Legacy.c135 const void *textPtr,
142 sha1AddData (hmac->sha1Context, (UInt8*)textPtr, textLen);
133 hmacLegacyUpdate( hmacLegacyContextRef hmac, const void *textPtr, UInt32 textLen) argument
/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkTextBTree.c190 static void AdjustStartEndRefs(BTree *treePtr, TkText *textPtr,
369 TkText *textPtr, /* Client to add. */
379 if (textPtr->start != NULL || textPtr->end != NULL) {
380 AdjustStartEndRefs(treePtr, textPtr, TEXT_ADD_REFS);
385 int counting = (textPtr->start == NULL ? 1 : 0);
393 end = textPtr->end;
398 textPtr->start, end, useReference, useReference+1, &counting);
400 textPtr->pixelReference = useReference;
403 textPtr
365 TkBTreeAddClient( TkTextBTree tree, TkText *textPtr, int defaultHeight) argument
425 TkBTreeClientRangeChanged( TkText *textPtr, int defaultHeight) argument
535 TkBTreeRemoveClient( TkTextBTree tree, TkText *textPtr) argument
616 AdjustStartEndRefs( BTree *treePtr, TkText *textPtr, int action) argument
938 TkBTreeAdjustPixelHeight( const TkText *textPtr, register TkTextLine *linePtr, int newPixelHeight, int mergedLogicalLines) argument
1595 TkBTreeFindLine( TkTextBTree tree, const TkText *textPtr, int line) argument
1684 TkBTreeFindPixelLine( TkTextBTree tree, const TkText *textPtr, int pixels, int *pixelOffset) argument
1758 TkBTreeNextLine( const TkText *textPtr, register TkTextLine *linePtr) argument
1814 TkBTreePreviousLine( TkText *textPtr, register TkTextLine *linePtr) argument
1897 TkBTreePixelsTo( const TkText *textPtr, TkTextLine *linePtr) argument
1959 TkBTreeLinesTo( const TkText *textPtr, TkTextLine *linePtr) argument
3311 TkBTreeGetTags( const TkTextIndex *indexPtr, const TkText *textPtr, int *numTagsPtr) argument
3459 TkTextIsElided( const TkText *textPtr, const TkTextIndex *indexPtr, TkTextElideInfo *elideInfo) argument
4473 TkBTreeNumLines( TkTextBTree tree, const TkText *textPtr) argument
4514 TkBTreeNumPixels( TkTextBTree tree, const TkText *textPtr) argument
[all...]
H A DtkButton.h74 Tcl_Obj *textPtr; /* Value of -text option: specifies text to member in struct:__anon13203
H A DtkButton.c138 DEF_BUTTON_TEXT, Tk_Offset(TkButton, textPtr), -1, 0, 0, 0},
239 DEF_BUTTON_TEXT, Tk_Offset(TkButton, textPtr), -1, 0, 0, 0},
344 DEF_BUTTON_TEXT, Tk_Offset(TkButton, textPtr), -1, 0, 0, 0},
454 DEF_BUTTON_TEXT, Tk_Offset(TkButton, textPtr), -1, 0, 0, 0},
686 butPtr->textPtr = NULL;
1248 if (Tcl_ObjSetVar2(interp, namePtr, NULL, butPtr->textPtr,
1254 if (butPtr->textPtr != NULL) {
1255 Tcl_DecrRefCount(butPtr->textPtr);
1257 butPtr->textPtr = valuePtr;
1258 Tcl_IncrRefCount(butPtr->textPtr);
[all...]
H A DtkFrame.c113 Tcl_Obj *textPtr; /* Value of -text option: specifies text to member in struct:__anon13214
276 DEF_LABELFRAME_TEXT, Tk_Offset(Labelframe, textPtr), -1,
1088 (labelframePtr->textPtr != NULL) &&
1116 labelText = Tcl_GetString(labelframePtr->textPtr);
1257 if (labelframePtr->textPtr == NULL && labelframePtr->labelWin == NULL) {
1440 if ((labelframePtr->textPtr == NULL) &&
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/library/xml/TclExpat-1.1/
H A Dxmlparse.c74 const XML_Char *textPtr; member in struct:__anon13170
893 if (entity->textPtr) {
906 (char *)entity->textPtr,
907 (char *)(entity->textPtr + entity->textLen),
1972 else if (!entity->textPtr) {
1979 const XML_Char *textEnd = entity->textPtr + entity->textLen;
1981 result = appendAttributeValue(parser, internalEnc, isCdata, (char *)entity->textPtr, (char *)textEnd, pool);
2014 declEntity->textPtr = pool->start;
2394 const XML_Char *tem = poolCopyStringN(&(newDtd->pool), oldE->textPtr, oldE->textLen);
2397 newE->textPtr
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tclxml/expat/xmlparse/
H A Dxmlparse.c117 const XML_Char *textPtr; member in struct:__anon12772
1296 if (entity->textPtr) {
1312 (char *)entity->textPtr,
1313 (char *)(entity->textPtr + entity->textLen),
2478 declEntity->textPtr = poolStart(&dtd.pool);
2767 if (entity->textPtr) {
2909 s = (char *)entity->textPtr;
2910 end = (char *)(entity->textPtr + entity->textLen);
3040 else if (!entity->textPtr) {
3047 const XML_Char *textEnd = entity->textPtr
[all...]
/macosx-10.10.1/expat-12/expat/lib/
H A Dxmlparse.c191 const XML_Char *textPtr; member in struct:__anon8582
2266 if (entity->textPtr) {
4037 declEntity->textPtr = poolStart(&dtd->entityValuePool);
4045 declEntity->textPtr,
4403 if (entity->textPtr) {
4707 textStart = (char *)entity->textPtr;
4708 textEnd = (char *)(entity->textPtr + entity->textLen);
4752 textStart = ((char *)entity->textPtr) + entity->processed;
4753 textEnd = (char *)(entity->textPtr + entity->textLen);
4769 entity->processed = (int)(next - (char *)entity->textPtr);
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tdom/tdom/expat/
H A Dxmlparse.c191 const XML_Char *textPtr; member in struct:__anon12797
2266 if (entity->textPtr) {
4039 declEntity->textPtr = poolStart(&dtd->entityValuePool);
4047 declEntity->textPtr,
4405 if (entity->textPtr) {
4709 textStart = (char *)entity->textPtr;
4710 textEnd = (char *)(entity->textPtr + entity->textLen);
4754 textStart = ((char *)entity->textPtr) + entity->processed;
4755 textEnd = (char *)(entity->textPtr + entity->textLen);
4771 entity->processed = (int)(next - (char *)entity->textPtr);
[all...]
/macosx-10.10.1/apr-32/apr-util/apr-util/xml/expat/lib/
H A Dxmlparse.c186 const XML_Char *textPtr; member in struct:__anon6238
2039 if (entity->textPtr) {
2058 (char *)entity->textPtr,
2059 (char *)(entity->textPtr + entity->textLen),
3675 declEntity->textPtr = poolStart(&dtd->entityValuePool);
3683 declEntity->textPtr,
4042 if (entity->textPtr) {
4317 s = (char *)entity->textPtr;
4318 end = (char *)(entity->textPtr + entity->textLen);
4473 if (!entity->textPtr) {
[all...]
/macosx-10.10.1/tcl-105/tk/tk/macosx/
H A DtkMacOSXButton.c499 char *text = Tcl_GetStringFromObj(butPtr->textPtr, &len);
1096 Tcl_GetString(butPtr->textPtr), -1, butPtr->wrapLength,
/macosx-10.10.1/tcl-105/tk/tk/win/
H A DtkWinButton.c870 Tcl_GetString(butPtr->textPtr), -1, butPtr->wrapLength,
875 haveText = (*(Tcl_GetString(butPtr->textPtr)) != '\0');
/macosx-10.10.1/tcl-105/tk84/tk/win/
H A DtkWinButton.c825 Tcl_GetString(butPtr->textPtr), -1, butPtr->wrapLength,
830 haveText = (*(Tcl_GetString(butPtr->textPtr)) != '\0');
/macosx-10.10.1/tcl-105/tk84/tk/unix/
H A DtkUnixButton.c654 Tcl_GetString(butPtr->textPtr), -1, butPtr->wrapLength,

Completed in 203 milliseconds

123