Searched defs:cstrToken (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dnortrans.cpp26 static inline Transliterator::Token cstrToken(const char *s) { function
36 _create, cstrToken("nfc\0\0"));
38 _create, cstrToken("nfkc\0\0"));
40 _create, cstrToken("nfc\0\1"));
42 _create, cstrToken("nfkc\0\1"));
44 _create, cstrToken("nfc\0\2"));
46 _create, cstrToken("nfc\0\3"));

Completed in 242 milliseconds