UNI_SUR_LOW_START 179 ext/json/ext/generator/unicode.c unicode_escape(buffer, (UTF16)((ch & halfMask) + UNI_SUR_LOW_START)); UNI_SUR_LOW_START 101 ext/json/ext/parser/unicode.c if (ch2 >= UNI_SUR_LOW_START && ch2 <= UNI_SUR_LOW_END) { UNI_SUR_LOW_START 103 ext/json/ext/parser/unicode.c + (ch2 - UNI_SUR_LOW_START) + halfBase; UNI_SUR_LOW_START 118 ext/json/ext/parser/unicode.c if (ch >= UNI_SUR_LOW_START && ch <= UNI_SUR_LOW_END) {