Searched refs:NFCLen (Results 1 - 1 of 1) sorted by relevance
/third_party/icu/tools/colprobe/ |
H A D | line.cpp | 249 int32_t NFCLen = unorm_normalize(name, len, UNORM_NFC, 0, NFC, 50, &status); in toBundleString() local 263 result.append(NFC, NFCLen); in toBundleString() 281 result.append(stringToName(NFC, NFCLen)); in toBundleString() 296 int32_t NFCLen = unorm_normalize(name, len, UNORM_NFC, 0, NFC, 50, &status); in toHTMLString() local 298 result.append(stringToName(NFC, NFCLen)); in toHTMLString() 309 result.append(NFC, NFCLen); in toHTMLString() 330 int32_t NFCLen = unorm_normalize(name, len, UNORM_NFC, 0, NFC, 50, &status); in toString() local 331 result.setTo(NFC, NFCLen); in toString() 337 if(NFCLen != len || u_strncmp(name, NFC, len) != 0) { in toString() 339 result.append(NFC, NFCLen); in toString() [all...] |
Completed in 1 milliseconds