Home
last modified time | relevance | path

Searched refs:NAME_SEPARATOR_CHAR (Results 1 - 1 of 1) sorted by relevance

/third_party/icu/tools/unicode/c/genprops/
H A Dnamespropsbuilder.cpp145 #define NAME_SEPARATOR_CHAR ';' macro
558 * use NAME_SEPARATOR_CHAR as a second byte in compress()
591 /* if store10Names then the parser set tokens[NAME_SEPARATOR_CHAR]=-1 */ in compress()
605 if((i&0xff)==NAME_SEPARATOR_CHAR) { in compress()
606 tokens[i]=-1; /* do not use NAME_SEPARATOR_CHAR as a second token byte */ in compress()
804 * If tokenCount>256, then a semicolon (NAME_SEPARATOR_CHAR) is used in writeBinaryData()
821 if((i&0xff)==NAME_SEPARATOR_CHAR) { in writeBinaryData()
822 tokens[i]=-1; /* do not use NAME_SEPARATOR_CHAR as a second token byte */ in writeBinaryData()
1015 stringStart[length++]=NAME_SEPARATOR_CHAR; in addLine()

Completed in 2 milliseconds