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

  /packages/apps/Tag/tests/src/com/android/apps/tag/record/
TextRecordTest.java 33 private static final String I18N = "\\u00ce\\u00f1\\u0163\\u00e9r\\u00f1\\u00e5"
59 NdefRecord record = TextRecord.newTextRecord(I18N, Locale.CHINA, true);
61 assertEquals(I18N, textRecord.getText());
66 NdefRecord record = TextRecord.newTextRecord(I18N, Locale.CHINA, false);
68 assertEquals(I18N, textRecord.getText());
  /external/dnsmasq/bld/
Makefile 8 $(CC) $(CFLAGS) $(COPTS) $(I18N) $(DNSMASQ_CFLAGS) $(RPM_OPT_FLAGS) -c $<
  /external/dnsmasq/
Makefile 56 all-i18n :
58 I18N=-DLOCALEDIR='\"$(LOCALEDIR)\"' \
68 install-i18n : all-i18n install-common
  /external/libxml2/
HTMLparser.c 512 #define I18N "lang", "dir"
516 #define ATTRS COREATTRS,I18N,EVENTS
524 static const char* const core_i18n_attrs[] = { COREATTRS, I18N, NULL } ;
526 static const char* const i18n_attrs[] = { I18N, NULL } ;
566 static const char* const font_attrs[] = { COREATTRS, I18N, "size", "color", "face" , NULL } ;
572 static const char* const head_attrs[] = { I18N, "profile", NULL } ;
581 static const char* const prompt_attrs[] = { COREATTRS, I18N, "prompt", NULL } ;
590 static const char* const meta_attrs[] = { I18N, "http-equiv", "name", "scheme", NULL } ;
608 static const char* const style_attrs[] = { I18N, "media", "title", NULL } ;
654 { "bdo", 0, 0, 0, 0, 0, 0, 1, "i18n bidi over-ride "
    [all...]

Completed in 79 milliseconds