HomeSort by relevance Sort by last modified time
    Searched defs:conv (Results 1 - 25 of 98) sorted by null

1 2 3 4

  /external/chromium_org/third_party/icu/source/i18n/
csmatch.cpp 61 UConverter *conv = ucnv_open(getName(), status); local
62 int32_t result = ucnv_toUChars(conv, buf, cap, (const char *) textIn->fRawInput, textIn->fRawLength, status);
64 ucnv_close(conv);
  /external/icu/icu4c/source/i18n/
csmatch.cpp 61 UConverter *conv = ucnv_open(getName(), status); local
62 int32_t result = ucnv_toUChars(conv, buf, cap, (const char *) textIn->fRawInput, textIn->fRawLength, status);
64 ucnv_close(conv);
  /external/chromium_org/third_party/sfntly/cpp/src/test/
test_utils.cc 76 UConverter* conv = ucnv_open(charset_name, &status); local
79 return conv; // returns NULL @ error anyway
test_utils_test.cc 32 UConverter* conv = TestUtils::GetEncoder("utf8"); local
33 EXPECT_TRUE(conv != NULL);
41 int32_t encoded = TestUtils::EncodeOneChar(conv, (int16_t)from[i]);
48 ucnv_close(conv);
53 ucnv_close(conv);
  /external/sfntly/cpp/src/test/
test_utils.cc 76 UConverter* conv = ucnv_open(charset_name, &status); local
79 return conv; // returns NULL @ error anyway
test_utils_test.cc 32 UConverter* conv = TestUtils::GetEncoder("utf8"); local
33 EXPECT_TRUE(conv != NULL);
41 int32_t encoded = TestUtils::EncodeOneChar(conv, (int16_t)from[i]);
48 ucnv_close(conv);
53 ucnv_close(conv);
  /external/chromium_org/content/renderer/
dom_automation_controller.cc 80 V8ValueConverterImpl conv; local
82 conv.FromV8Value(args.PeekNext(), args.isolate()->GetCurrentContext()));
  /external/compiler-rt/lib/tsan/rtl/
tsan_suppressions.cc 95 SuppressionType conv(ReportType typ) { function in namespace:__tsan
128 SuppressionType stype = conv(typ);
150 SuppressionType stype = conv(typ);
  /external/chromium_org/third_party/libxml/src/include/libxml/
xmlIO.h 149 xmlBufferPtr conv; /* if encoder != NULL buffer for output */ member in struct:_xmlOutputBuffer
  /external/libxml2/include/libxml/
xmlIO.h 149 xmlBufPtr conv; /* if encoder != NULL buffer for output */ member in struct:_xmlOutputBuffer
  /packages/apps/UnifiedEmail/tests/src/com/android/mail/browse/
SendersFormattingTests.java 45 final ConversationInfo conv = createConversationInfo(); local
46 conv.addParticipant(new ParticipantInfo(null, "something@somewhere.com", 0, false));
51 SendersView.format(getContext(), conv, "", 100, strings, null, null, account, false, false); local
57 final ConversationInfo conv = createConversationInfo(); local
58 conv.addParticipant(new ParticipantInfo("", "something@somewhere.com", 0, false));
63 SendersView.format(getContext(), conv, "", 100, strings, null, null, account, false, false); local
69 final ConversationInfo conv = createConversationInfo(); local
70 conv.addParticipant(new ParticipantInfo("", "something@somewhere.com", 0, false));
71 conv.addParticipant(new ParticipantInfo("", "something@somewhere.com", 0, false));
76 SendersView.format(getContext(), conv, "", 100, strings, null, null, account, false, false) local
83 final ConversationInfo conv = createConversationInfo(); local
91 SendersView.format(getContext(), conv, "", 100, strings, null, null, account, false, false); local
128 final ConversationInfo conv = createConversationInfo(); local
139 SendersView.format(getContext(), conv, "", 100, styledSenders, displayableSenderNames, local
148 final ConversationInfo conv = createConversationInfo(); local
159 SendersView.format(getContext(), conv, "", 100, styledSenders, displayableSenderNames, local
168 final ConversationInfo conv = createConversationInfo(); local
179 SendersView.format(getContext(), conv, "", 100, styledSenders, displayableSenderNames, local
188 final ConversationInfo conv = createConversationInfo(); local
199 SendersView.format(getContext(), conv, "", 100, styledSenders, displayableSenderNames, local
208 final ConversationInfo conv = createConversationInfo(); local
220 SendersView.format(getContext(), conv, "", 100, styledSenders, displayableSenderNames, local
229 final ConversationInfo conv = createConversationInfo(); local
239 SendersView.format(getContext(), conv, "", 100, styledSenders, displayableSenderNames, local
252 final ConversationInfo conv = createConversationInfo(); local
262 SendersView.format(getContext(), conv, "", 100, styledSenders, displayableSenderNames, local
    [all...]
  /external/chromium_org/remoting/host/
pam_authorization_factory_posix.cc 114 struct pam_conv conv = { PamConversation, NULL }; local
117 &conv, &handle);
  /external/chromium_org/third_party/icu/source/common/
ustr_wcs.cpp 74 UConverter* conv = NULL; local
83 conv = u_getDefaultConverter(pErrorCode);
100 ucnv_fromUnicode(conv,&tempBuf,tempBufLimit,&pSrc,pSrcLimit,NULL,(UBool)(pSrc==pSrcLimit),pErrorCode);
223 u_releaseDefaultConverter(conv);
289 UConverter* conv = NULL; local
435 conv= u_getDefaultConverter(pErrorCode);
437 if(U_FAILURE(*pErrorCode)|| conv==NULL){
446 ucnv_toUnicode(conv,&pTarget,pTargetLimit,(const char**)&pCSrc,pCSrcLimit,NULL,(UBool)(pCSrc==pCSrcLimit),pErrorCode);
477 u_releaseDefaultConverter(conv);
  /external/chromium_org/third_party/icu/source/samples/ugrep/
ugrep.cpp 317 UConverter* conv; local
318 conv = ucnv_open(encoding, &status);
328 uint32_t destCap = ucnv_toUChars(conv,
341 ucnv_toUChars(conv,
351 ucnv_close(conv);
  /external/chromium_org/third_party/skia/src/gpu/effects/
GrConfigConversionEffect.cpp 90 const GrConfigConversionEffect& conv = processor.cast<GrConfigConversionEffect>(); local
91 uint32_t key = (conv.swapsRedAndBlue() ? 0 : 1) | (conv.pmConversion() << 1);
  /external/e2fsprogs/intl/
gettextP.h 117 __gconv_t conv; member in struct:loaded_domain
120 iconv_t conv; member in struct:loaded_domain
  /external/icu/icu4c/source/common/
ustr_wcs.cpp 74 UConverter* conv = NULL; local
83 conv = u_getDefaultConverter(pErrorCode);
100 ucnv_fromUnicode(conv,&tempBuf,tempBufLimit,&pSrc,pSrcLimit,NULL,(UBool)(pSrc==pSrcLimit),pErrorCode);
223 u_releaseDefaultConverter(conv);
289 UConverter* conv = NULL; local
435 conv= u_getDefaultConverter(pErrorCode);
437 if(U_FAILURE(*pErrorCode)|| conv==NULL){
446 ucnv_toUnicode(conv,&pTarget,pTargetLimit,(const char**)&pCSrc,pCSrcLimit,NULL,(UBool)(pCSrc==pCSrcLimit),pErrorCode);
477 u_releaseDefaultConverter(conv);
  /external/icu/icu4c/source/samples/ugrep/
ugrep.cpp 317 UConverter* conv; local
318 conv = ucnv_open(encoding, &status);
328 uint32_t destCap = ucnv_toUChars(conv,
341 ucnv_toUChars(conv,
351 ucnv_close(conv);
  /external/libedit/src/
search.c 114 static ct_buffer_t conv; local
131 if (regcomp(&re, ct_encode_string(pat, &conv), 0) == 0) {
132 rv = regexec(&re, ct_encode_string(str, &conv), (size_t)0, NULL,
140 if ((re = regcomp(ct_encode_string(pat, &conv))) != NULL) {
141 rv = regexec(re, ct_encode_string(str, &conv));
148 if (re_comp(ct_encode_string(pat, &conv)) != NULL)
151 return re_exec(ct_encode_string(str, &conv) == 1);
  /external/skia/src/gpu/effects/
GrConfigConversionEffect.cpp 74 const GrConfigConversionEffect& conv = drawEffect.castEffect<GrConfigConversionEffect>(); local
75 return static_cast<EffectKey>(conv.swapsRedAndBlue()) | (conv.pmConversion() << 1);
  /packages/apps/Mms/src/com/android/mms/ui/
ConversationListAdapter.java 57 Conversation conv = Conversation.from(context, cursor); local
58 headerView.bind(context, conv);
93 Conversation conv = Conversation.from(mContext, cursor); local
94 conv.setIsChecked(false);
RecipientListActivity.java 71 Conversation conv = Conversation.get(this, mThreadId, true); local
72 if (conv == null) {
77 final ContactList contacts = conv.getRecipients();
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationPositionTracker.java 60 final Conversation conv = cursor.getConversation(); local
61 conv.position = position;
62 return conv;
  /system/core/toolbox/upstream-netbsd/bin/dd/
args.c 94 { "conv", f_conv, 0, 0 },
329 errx(EXIT_FAILURE, "conv option disabled");
334 static const struct conv { struct
363 struct conv *cp, tmp;
387 return (strcmp(((const struct conv *)a)->name,
388 ((const struct conv *)b)->name));
  /external/chromium_org/third_party/icu/source/test/intltest/
idnaconf.cpp 105 UConverter* conv = ucnv_open("utf-8", &status); local
106 int dest_len = ucnv_toUChars(conv,
117 ucnv_toUChars(conv, dest, dest_len + 1, source, source_len, &status);
124 ucnv_close(conv);
129 ucnv_close(conv);

Completed in 623 milliseconds

1 2 3 4