OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:notNFKC
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/cintltst/
cnormtst.c
538
static const UChar
notNFKC
[][8]={ /* strings that are not in NFKC */
587
for(i=0; i<LENGTHOF(
notNFKC
); ++i) {
589
if(unorm_isNormalized(
notNFKC
[i], -1, UNORM_NFKC, &errorCode) || U_FAILURE(errorCode)) {
590
log_data_err("error: isNormalized(
notNFKC
[%d], NFKC) is wrong (%s) - (Are you missing data?)\n", i, u_errorName(errorCode));
[
all
...]
/external/icu4c/test/cintltst/
cnormtst.c
542
static const UChar
notNFKC
[][8]={ /* strings that are not in NFKC */
591
for(i=0; i<LENGTHOF(
notNFKC
); ++i) {
593
if(unorm_isNormalized(
notNFKC
[i], -1, UNORM_NFKC, &errorCode) || U_FAILURE(errorCode)) {
594
log_data_err("error: isNormalized(
notNFKC
[%d], NFKC) is wrong (%s) - (Are you missing data?)\n", i, u_errorName(errorCode));
[
all
...]
Completed in 145 milliseconds