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

  /external/chromium_org/third_party/icu/source/i18n/
esctrn.cpp 21 static const UChar BS_u[] = {92,117,0}; // "\\u"
22 static const UChar BS_U[] = {92,85,0}; // "\\U"
41 return new EscapeTransliterator(ID, BS_u, EMPTY, 16, 4, FALSE, NULL);
45 return new EscapeTransliterator(ID, BS_u, EMPTY, 16, 4, TRUE,
46 new EscapeTransliterator(EMPTY, BS_U, EMPTY, 16, 8, TRUE, NULL));
  /external/icu4c/i18n/
esctrn.cpp 22 static const UChar BS_u[] = {92,117,0}; // "\\u"
23 static const UChar BS_U[] = {92,85,0}; // "\\U"
41 return new EscapeTransliterator(ID, UnicodeString(TRUE, BS_u, 2), UnicodeString(), 16, 4, FALSE, NULL);
45 return new EscapeTransliterator(ID, UnicodeString(TRUE, BS_u, 2), UnicodeString(), 16, 4, TRUE,
46 new EscapeTransliterator(UnicodeString(), UnicodeString(TRUE, BS_U, 2), UnicodeString(), 16, 8, TRUE, NULL));

Completed in 871 milliseconds