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

  /external/chromium_org/third_party/icu/source/i18n/
uspoof_impl.h 224 // NFKDBuffer A little class to handle the NFKD normalization that is
233 class NFKDBuffer: public UMemory {
235 NFKDBuffer(const UChar *text, int32_t length, UErrorCode &status);
236 ~NFKDBuffer();
uspoof_impl.cpp 763 // NFKDBuffer Implementation.
767 NFKDBuffer::NFKDBuffer(const UChar *text, int32_t length, UErrorCode &status) {
790 NFKDBuffer::~NFKDBuffer() {
797 const UChar *NFKDBuffer::getBuffer() {
801 int32_t NFKDBuffer::getLength() {
uspoof.cpp 244 NFKDBuffer normalizedInput(text, length, *status);
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h     [all...]

Completed in 134 milliseconds