Home
last modified time | relevance | path

Searched refs:normalizedBuffer (Results 1 – 2 of 2) sorted by relevance

/third_party/icu/tools/unicode/c/genprops/
Dpnamesbuilder.cpp76 char *n=normalizedBuffer; in Value()
121 char normalizedBuffer[JOINED_ALIASES_CAPACITY]; member in Value
/third_party/icu/icu4c/source/test/cintltst/
Dcapitst.c2067 char fromShortBuffer[256], normalizedBuffer[256], fromNormalizedBuffer[256]; in TestShortString() local
2094 …ucol_normalizeShortDefinitionString(testCases[i].input, normalizedBuffer, 256, &parseError, &statu… in TestShortString()
2095 … fromNormalized = ucol_openFromShortString(normalizedBuffer, FALSE, &parseError, &status); in TestShortString()
2106 testCases[i].input, normalizedBuffer); in TestShortString()