HomeSort by relevance Sort by last modified time
    Searched refs:conv (Results 26 - 50 of 238) sorted by null

12 3 4 5 6 7 8 910

  /external/icu/icu4c/source/tools/toolutil/
ucbuf.c 47 UConverter* conv; member in struct:UCHARBUF
53 ucbuf_autodetect_fs(FileStream* in, const char** cp, UConverter** conv, int32_t* signatureLength, UErrorCode* error){
73 *conv =NULL;
78 *conv = ucnv_open(*cp,error);
83 ucnv_toUnicode(*conv, &pTarget, target+1, &pStart, start+*signatureLength, NULL, FALSE, error);
132 ucbuf_autodetect(const char* fileName, const char** cp,UConverter** conv, int32_t* signatureLength,UErrorCode* error){
137 if(conv==NULL || cp==NULL || fileName==NULL){
149 if(ucbuf_autodetect_fs(in,cp,conv,signatureLength,error)) {
152 ucnv_close(*conv);
153 *conv=NULL
    [all...]
ucbuf.h 156 * @param conv Output param to receive the opened converter if autodetected; NULL otherwise.
164 ucbuf_autodetect(const char* fileName, const char** cp,UConverter** conv,
175 * @param conv Output param to receive the opened converter if autodetected; NULL otherwise.
184 ucbuf_autodetect_fs(FileStream* in, const char** cp, UConverter** conv, int32_t* signatureLength, UErrorCode* status);
  /external/chromium_org/third_party/skia/third_party/lua/src/
loslib.c 171 static const char *checkoption (lua_State *L, const char *conv, char *buff) {
175 if (*conv != '\0' && strchr(options[i], *conv) != NULL) {
176 buff[1] = *conv;
179 return conv + 1;
181 else if (*(conv + 1) != '\0' &&
182 strchr(options[i + 1], *(conv + 1)) != NULL) {
183 buff[2] = *(conv + 1); /* valid two-char conversion specifier */
185 return conv + 2;
190 lua_pushfstring(L, "invalid conversion specifier '%%%s'", conv));
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
SwipeableListView.java 236 Conversation conv = target.getConversation(); local
237 target.getConversation().position = findConversation(target, conv);
242 adapter.setupLeaveBehind(conv, undoOp, conv.position, target.getHeight());
244 Collection<Conversation> convList = Conversation.listOf(conv);
253 .hashMapForFolders(conv.getRawFolders());
256 conv.setRawFolders(folders);
264 cc.mostlyDestructiveUpdate(Conversation.listOf(conv), values);
277 && mConvCheckedSet.contains(conv)) {
278 mConvCheckedSet.toggle(conv);
    [all...]
AnimatedAdapter.java 383 Conversation conv) {
387 view.bind(conv, mActivity, mBatchConversations, mFolder, getCheckboxSetting(),
506 final Conversation conv = cursor.getConversation(); local
511 if (isPositionUndoing(conv.id)) {
512 return getUndoingView(position - getPositionOffset(position), conv, parent,
514 } if (isPositionUndoingSwipe(conv.id)) {
515 return getUndoingView(position - getPositionOffset(position), conv, parent,
517 } else if (isPositionDeleting(conv.id)) {
518 return getDeletingView(position - getPositionOffset(position), conv, parent, false);
519 } else if (isPositionSwipeDeleting(conv.id))
612 Conversation conv = item.getData(); local
632 Conversation conv = item.getData(); local
737 final Conversation conv = cursor.getCachedConversation(); local
    [all...]
LeaveBehindData.java 29 public LeaveBehindData(Conversation conv, ToastBarOperation undoOp, int height) {
30 data = conv;
ConversationUpdater.java 104 * @param conv conversation to mark unread
110 void markConversationMessagesUnread(Conversation conv, Set<Uri> unreadMessageUris,
117 * @param conv the conversation to mark seen
120 boolean markConversationSeen(Conversation 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
  /external/sfntly/cpp/src/test/
test_utils.cc 76 UConverter* conv = ucnv_open(charset_name, &status); local
79 return conv; // returns NULL @ error anyway
  /hardware/invensense/60xx/libsensors_iio/software/core/mllite/
hal_outputs.c 265 float conv = 1.f / (1L<<30); local
268 r[0][0] = rot[0]*conv;
269 r[0][1] = rot[1]*conv;
270 r[0][2] = rot[2]*conv;
271 r[1][0] = rot[3]*conv;
272 r[1][1] = rot[4]*conv;
273 r[1][2] = rot[5]*conv;
274 r[2][0] = rot[6]*conv;
275 r[2][1] = rot[7]*conv;
276 r[2][2] = rot[8]*conv;
    [all...]
  /external/libpng/contrib/libtests/
makepng.c 250 png_uint_32 value, png_const_bytep gamma_table, double conv)
284 value = (unsigned int)floor(65535*pow(value/65535.,conv)+.5);
311 int bit_depth, png_const_bytep gamma_table, double conv,
335 set_value(row, rowbytes, x, bit_depth, luma, gamma_table, conv);
352 conv);
354 conv);
382 gamma_table, conv);
385 gamma_table, conv);
388 gamma_table, conv);
419 gamma_table, conv);
594 double conv; local
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationViewHeader.java 113 public void setFolders(Conversation conv) {
114 mSubjectAndFolderView.setFolders(mCallbacks, mAccountController.getAccount(), conv);
146 public void onConversationUpdated(Conversation conv) {
150 mConversation = conv;
151 setSubject(conv.subject);
152 setFolders(conv);
153 setStarred(conv.starred);
ConversationPagerAdapter.java 223 LogUtils.d(LOG_TAG, "IN PagerAdapter.getItem, frag=%s conv=%s this=%s", f, c, this);
404 LogUtils.i(LOG_TAG, "CPA: current conv is gone, reverting to detached mode. c=%s",
426 final Conversation conv = cursor.getConversation(); local
427 conv.position = pos;
428 frag.onConversationUpdated(conv);
429 mController.setCurrentConversation(conv);
455 public int getConversationPosition(Conversation conv) {
456 if (conv == null) {
463 if (!conv.equals(def)) {
465 conv, def)
    [all...]
ConversationItemViewModel.java 152 static ConversationItemViewModel forConversation(String account, Conversation conv) {
154 conv.id);
155 header.conversation = conv;
156 header.unread = !conv.read;
158 (conv.convFlags & UIProvider.ConversationFlags.FORWARDED)
161 (conv.convFlags & UIProvider.ConversationFlags.REPLIED)
164 (conv.convFlags & UIProvider.ConversationFlags.CALENDAR_INVITE)
  /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/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);
  /packages/apps/Mms/src/com/android/mms/widget/
MmsWidgetService.java 224 Conversation conv = Conversation.from(mContext, mConversationCursor);
230 if (conv.hasUnreadMessages()) {
237 boolean hasAttachment = conv.hasAttachment();
243 addColor(MessageUtils.formatTimeStampString(mContext, conv.getDate()),
244 conv.hasUnreadMessages() ? SUBJECT_TEXT_COLOR_UNREAD :
248 int color = conv.hasUnreadMessages() ? SENDERS_TEXT_COLOR_UNREAD :
250 SpannableStringBuilder from = addColor(conv.getRecipients().formatNames(", "),
253 if (conv.hasDraft()) {
266 if (conv.hasUnreadMessages()) {
274 addColor(conv.getSnippet()
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/d/
dstrings.swg 73 SWIGD_STRING_TYPEMAPS(const(char)*, string, std.conv.to!string, std.string.toStringz)
76 static import std.conv;
std_string.i 88 SWIGD_STD_STRING_TYPEMAPS(const(char)*, string, std.conv.to!string, std.string.toStringz)
91 static import std.conv;
  /external/chromium_org/third_party/icu/source/tools/toolutil/
ucbuf.h 156 * @param conv Output param to receive the opened converter if autodetected; NULL otherwise.
164 ucbuf_autodetect(const char* fileName, const char** cp,UConverter** conv,
175 * @param conv Output param to receive the opened converter if autodetected; NULL otherwise.
184 ucbuf_autodetect_fs(FileStream* in, const char** cp, UConverter** conv, int32_t* signatureLength, UErrorCode* status);
  /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/icu/source/tools/genbrk/
genbrk.cpp 241 UConverter* conv;
242 conv = ucnv_open(encoding, &status);
252 uint32_t destCap = ucnv_toUChars(conv,
265 ucnv_toUChars(conv,
275 ucnv_close(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/icu/icu4c/source/tools/genbrk/
genbrk.cpp 241 UConverter* conv;
242 conv = ucnv_open(encoding, &status);
252 uint32_t destCap = ucnv_toUChars(conv,
265 ucnv_toUChars(conv,
275 ucnv_close(conv);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
charset.py 37 # input header enc body enc output conv
227 henc, benc, conv = CHARSETS.get(self.input_charset,
229 if not conv:
230 conv = self.input_charset
234 self.output_charset = ALIASES.get(conv, conv)

Completed in 715 milliseconds

12 3 4 5 6 7 8 910