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

  /external/chromium_org/third_party/icu/source/test/intltest/
normconf.cpp 314 iterativeNorm(field[i], UNORM_NFC, options, out, +1);
316 iterativeNorm(field[i], UNORM_NFC, options, out, -1);
325 iterativeNorm(field[i], UNORM_NFD, options, out, +1);
327 iterativeNorm(field[i], UNORM_NFD, options, out, -1);
336 iterativeNorm(field[i], UNORM_NFKC, options, out, +1);
338 iterativeNorm(field[i], UNORM_NFKC, options, out, -1);
347 iterativeNorm(field[i], UNORM_NFKD, options, out, +1);
349 iterativeNorm(field[i], UNORM_NFKD, options, out, -1);
450 void NormalizerConformanceTest::iterativeNorm(const UnicodeString& str,
normconf.h 64 void iterativeNorm(const UnicodeString& str,
  /external/icu/icu4c/source/test/intltest/
normconf.cpp 314 iterativeNorm(field[i], UNORM_NFC, options, out, +1);
316 iterativeNorm(field[i], UNORM_NFC, options, out, -1);
325 iterativeNorm(field[i], UNORM_NFD, options, out, +1);
327 iterativeNorm(field[i], UNORM_NFD, options, out, -1);
336 iterativeNorm(field[i], UNORM_NFKC, options, out, +1);
338 iterativeNorm(field[i], UNORM_NFKC, options, out, -1);
347 iterativeNorm(field[i], UNORM_NFKD, options, out, +1);
349 iterativeNorm(field[i], UNORM_NFKD, options, out, -1);
450 void NormalizerConformanceTest::iterativeNorm(const UnicodeString& str,
normconf.h 64 void iterativeNorm(const UnicodeString& str,

Completed in 2459 milliseconds