OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NORM_FORM
(Results
1 - 2
of
2
) 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,
/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 4287 milliseconds