Searched refs:isPrefix (Results 1 – 5 of 5) sorted by relevance
162 int32_t isPrefix = ReportStrWith(responseLine, (const char *)g_prefix); in ProcessResponse() local188 …if (((isdigit(responseLine[0]) || isPrefix) && g_smsPdu == NULL) || (g_smsPdu != NULL && isPrefix)… in ProcessResponse()
203 int32_t GetGraphemeClusterLength(int32_t extend, bool isPrefix) const;
377 int32_t TextOverlayBase::GetGraphemeClusterLength(int32_t extend, bool isPrefix) const381 if (isPrefix) {
499 int32_t GetGraphemeClusterLength(int32_t extend, bool isPrefix) const;
2684 int32_t RenderTextField::GetGraphemeClusterLength(int32_t extend, bool isPrefix) const in GetGraphemeClusterLength()2688 if (isPrefix) { in GetGraphemeClusterLength()