Lines Matching refs:sPtr
1106 const char *sPtr = Get (); in Get_UTF16() local
1108 while (*sPtr) in Get_UTF16()
1111 uint32 x = DecodeUTF8 (sPtr); in Get_UTF16()
1136 sPtr = Get (); in Get_UTF16()
1138 while (*sPtr) in Get_UTF16()
1141 uint32 x = DecodeUTF8 (sPtr); in Get_UTF16()
1821 const char *sPtr = fData.Buffer_char (); in SetLineEndings() local
1824 while (*sPtr) in SetLineEndings()
1827 char c = *(sPtr++); in SetLineEndings()
1829 char nc = sPtr [0]; in SetLineEndings()
1835 sPtr++; in SetLineEndings()
1878 const char *sPtr = fData.Buffer_char (); in StripLowASCII() local
1881 while (*sPtr) in StripLowASCII()
1884 char c = *(sPtr++); in StripLowASCII()
1909 const char *sPtr = fData.Buffer_char (); in NormalizeAsCommaSeparatedNumbers() local
1914 while (*sPtr) in NormalizeAsCommaSeparatedNumbers()
1917 uint32 c = DecodeUTF8 (sPtr); in NormalizeAsCommaSeparatedNumbers()
2079 const char *sPtr = Get (); in ForceASCII() local
2081 while (*sPtr) in ForceASCII()
2084 uint32 x = DecodeUTF8 (sPtr); in ForceASCII()