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

  /external/chromium_org/third_party/cld/encodings/compact_lang_det/win/
normalizedunicodetext.h 22 } NORM_FORM;
39 DWORD Normalize(NORM_FORM normalization_form, const WCHAR* text);
49 const WCHAR* TryToNormalizeText(NORM_FORM normalization_form,
normalizedunicodetext.cc 17 typedef BOOL (WINAPI *IsNormalizedStringFunction)(NORM_FORM NormForm,
20 typedef int (WINAPI *NormalizeStringFunction)(NORM_FORM NormForm,
42 BOOL IsNormalizedString(NORM_FORM NormForm, LPCWSTR lpSrcString,
48 int NormalizeString(NORM_FORM NormForm, LPCWSTR lpSrcString, int cwSrcLength,
86 DWORD NormalizedUnicodeText::Normalize(NORM_FORM normalization_form,
95 NORM_FORM normalization_form, const WCHAR* text, DWORD *error_code) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winnls.h 592 } NORM_FORM;
726 WINBASEAPI WINBOOL WINAPI IsNormalizedString(NORM_FORM NormForm,LPCWSTR lpString,int cwLength);
727 WINBASEAPI int WINAPI NormalizeString(NORM_FORM NormForm,LPCWSTR lpSrcString,int cwSrcLength,LPWSTR lpDstString,int cwDstLength);
    [all...]

Completed in 102 milliseconds