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

  /libcore/luni/src/main/native/
libcore_icu_NativeConverter.cpp 111 char* cTarget = reinterpret_cast<char*>(uTarget.get() + *targetOffset);
114 ucnv_fromUnicode(cnv , &cTarget, cTargetLimit, &mySource, mySourceLimit, NULL, (UBool) flush, &errorCode);
116 *targetOffset = (reinterpret_cast<jbyte*>(cTarget) - uTarget.get()) - *targetOffset;
157 UChar* cTarget = uTarget.get() + *targetOffset;
160 ucnv_toUnicode(cnv, &cTarget, cTargetLimit, &mySource, mySourceLimit, NULL, flush, &errorCode);
162 *targetOffset = cTarget - uTarget.get() - *targetOffset;
  /external/icu4c/test/cintltst/
nucnvtst.c 3803 char* ctarget=cTarget; local
    [all...]
  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginView.mm 187 - (NPError)loadRequest:(NSMutableURLRequest *)request inTarget:(const char *)cTarget withNotifyData:(void *)notifyData sendNotification:(BOOL)sendNotification;
    [all...]
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
NetscapePluginInstanceProxy.mm 734 NPError NetscapePluginInstanceProxy::loadRequest(NSURLRequest *request, const char* cTarget, bool allowPopups, uint32_t& requestID)
747 if (cTarget) {
749 target = [NSString stringWithCString:cTarget encoding:NSISOLatin1StringEncoding];
756 (!cTarget || [frame findFrameNamed:target] != frame)) {
774 if (cTarget || JSString) {
    [all...]
NetscapePluginInstanceProxy.h 283 NPError loadRequest(NSURLRequest*, const char* cTarget, bool currentEventIsUserGesture, uint32_t& streamID);

Completed in 103 milliseconds